runtime error..
-
hai, i am working on asp.net1.1(vb.net). when i am accessing the application from server ,getting the following error where i have to correct this. please provide some solutions. thanks and regards, Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.
surendra
-
hai, i am working on asp.net1.1(vb.net). when i am accessing the application from server ,getting the following error where i have to correct this. please provide some solutions. thanks and regards, Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.
surendra
Plz try this.......... <'configuration> <'system.web> <'customErrors mode="Off"/> <'/system.web> <'/configuration>
Parwej Back...............DON of Developer....... Parwej Ahamad g_parwez@rediffmail.com
-
Plz try this.......... <'configuration> <'system.web> <'customErrors mode="Off"/> <'/system.web> <'/configuration>
Parwej Back...............DON of Developer....... Parwej Ahamad g_parwez@rediffmail.com