T O P I C R E V I E W |
kerryww |
Posted - 12 April 2017 : 06:53:41 I've upgraded my forums database to MySQL. All appears to work, except when a new user signs up and then tries to login he/she is met with a 500 - Internal Server Error.
http://www.orientbeachforum.com/
Username: thedeputydog Password: freedom
I have web.conf set to: <customErrors mode="On" />
TIA
Kerry
|
2 L A T E S T R E P L I E S (Newest First) |
kerryww |
Posted - 12 April 2017 : 18:26:50 Thanks for help HuwR.
I solved the problem. I forgot to put a username in the username box when signing up. I added a username and bingo - it worked! Dummy me.
All is working again. |
HuwR |
Posted - 12 April 2017 : 07:58:45 firstly you should turn customErrors to Off, then try adding
<system.webServer> <httpErrors errorMode="Detailed" /> </system.webServer>
to your web.config |