Page 1 of 1

Server Error

Posted: Wed Feb 22, 2017 8:54 am
by muttley616
Any ideas what would be causing this?

Image

the error is within the adminconfig.aspx, any email address i put in breaks it and I cant view / edit any of the information within the other tabs on this page.

Thanks

Re: Server Error

Posted: Wed Feb 22, 2017 9:05 am
by muttley616
Managed to fix this error, if anyone is having these issues then edit the following within the web.config file:

Change

<httpRuntime executionTimeout="900" maxRequestLength="51200" />

to

<httpRuntime requestValidationMode="2.0" executionTimeout="900" maxRequestLength="51200" />

Re: Server Error

Posted: Wed Feb 22, 2017 4:58 pm
by Masher
Thanks for posting the fix. Was this a manual install and what version of Windows, I want to make sure it's fixed for the next release.

Thanks!

Re: Server Error

Posted: Fri Jul 21, 2017 3:42 am
by SterlingK
muttleey616 wrote: Wed Feb 22, 2017 9:05 am Managed to get buzz bingo bonus codes here and fix this error, if anyone is having then edit the following within the web.config file:

Change

<httpRuntime executionTimeout="900" maxRequestLength="51200" />

to

<httpRuntime requestValidationMode="2.0" executionTimeout="900" maxRequestLength="51200" />
Thanks Muttley, that got it fixed for me.

Re: Server Error

Posted: Fri Jul 21, 2017 11:48 pm
by Masher
Sterling, trying to track down and fix this. Are you using a manual install or EzUGCC?