web.config error
-
Hello, One of my web pages shows the web.config error some times.why does this error come and how to solve it? Regards, chitranjan more dash than cash!!!
-
Hello, One of my web pages shows the web.config error some times.why does this error come and how to solve it? Regards, chitranjan more dash than cash!!!
-
You should turn off the custom error in the web.config file, you also might log some info when the page is visited so that you can use this info to diagnose your problem.
which information r u talking about logging and how to do it? more dash than cash!!!
-
which information r u talking about logging and how to do it? more dash than cash!!!
For example the error details when the web page throws an error, and instead of displaying the exception in the ugly yellow color you can use a custom error page, but your log info is really helpful in helping you find out the root cause. Basically, you need to determine what info you should log when developing an application and there are a variety of ways to do that, for example you log some info when an exception occurs.