I have an asp.net application that works on the development server. On the production server, it is failing though. If I set the connection string in web.config to point to the production database, it still works, so does this mean that it is a server issue that is causing the problems and if so, what are some techniques for debugging this type of issue. Also, what is the best way to debug intermittent session errors? Is there some sort of session management in IIS?
I have an asp.net application that works on the development server. On the production
Share
Look at:
The problem could be caused by a one or more of a wide set of things.
(Also maybe pop the question on SeverFault)