J
Jim Heavey
I am trying to get my first application to run on a production server and
the application continues to fail, and I am pretty sure it is failing when
it attempts to connect to my database.
What option do I need to set in my web.config file such that it will tell
me where the application is failing if I am running it from the Web Server
(localhost)? Right now it is showing me the web config file
What option in the web.configure file do I need to set to force it to go to
a standard error page? Will it take this option even if I am running it
from the Localhost and what to see the line that it is failing on? In
looking at my web.config, it says I should use the following...
<customErrors
mode="RemoteOnly" />
But then how do I steer the system to a particular web page?
the application continues to fail, and I am pretty sure it is failing when
it attempts to connect to my database.
What option do I need to set in my web.config file such that it will tell
me where the application is failing if I am running it from the Web Server
(localhost)? Right now it is showing me the web config file
What option in the web.configure file do I need to set to force it to go to
a standard error page? Will it take this option even if I am running it
from the Localhost and what to see the line that it is failing on? In
looking at my web.config, it says I should use the following...
<customErrors
mode="RemoteOnly" />
But then how do I steer the system to a particular web page?