Help needed...
-
Hello there, I was trying to upload my finished ASP.NET pages up to the server in http://www50.brinkster.com/dmt/DecisionMakingTool/MainForm.aspx. However the error shown below show up:- Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 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. I have also tried to find from Google and found not much solution to this so far..Please help... Thanks in advance, Lee
-
Hello there, I was trying to upload my finished ASP.NET pages up to the server in http://www50.brinkster.com/dmt/DecisionMakingTool/MainForm.aspx. However the error shown below show up:- Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 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. I have also tried to find from Google and found not much solution to this so far..Please help... Thanks in advance, Lee
HI please change your web.config file to this one Web.Config sanjeev
-
HI please change your web.config file to this one Web.Config sanjeev
Hi... I still get the same error even i have changed the above file name. :( Please help.. Lee
-
Hello there, I was trying to upload my finished ASP.NET pages up to the server in http://www50.brinkster.com/dmt/DecisionMakingTool/MainForm.aspx. However the error shown below show up:- Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 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. I have also tried to find from Google and found not much solution to this so far..Please help... Thanks in advance, Lee
Search your web.config file for ... < customErrors mode="On" > and change it to ... < customErrors mode="Off" > This will give you a more detailed error message so you can see what the problem actually is. Jeff Martin My Blog
-
Hi... I still get the same error even i have changed the above file name. :( Please help.. Lee
hi i think my code was deleted but any way some one posted you message regards sanjeev :)