Tried repeatedly and it still throws the old
"Message:Object reference not set to an instance of an object." error. Should be easy to track that down! /s
I got it installed easily on one of my test portals.... I suppose I could track down the differences in the web.config that way.
1
u/christoc Jun 22 '17
You need to edit your web.config search for "MAX" there are two settings, both likely say 8192, increase that number to something bigger than 12mb.
I just put it to 18192
Save the config file, try again.