|
|
Posted 01/07/2004 04:52:55 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 03/07/2004 02:16:00
Posts: 1,
Visits: 1
|
|
Hi Guys! I have just been developing my first ASP.NET application an was happy that it runs. However it appears to run only on the server  By trying to publish it on the company server I got the following error message... 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 <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
I followed these suggestions but without sucess. I inserted the following tags(between the system.web tags) into the web.config: 1. <customErrors mode="Off" /> (the same error message occured) 2. <customErrors mode="On" defaultredirect="Error.aspx" /> (the error page was created before ,the same error occured) My "big" problem is how to get able to watch the entire error message, how to turn off customerrors ????? I have already put many hours in trying to fix the problem and I really hope that somebody can help me. Thanks in advance!
|
|
|
|
Posted 01/07/2004 05:01:38 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
Hi - Thank you for your post and detailed information. I've seen this behaviour before when a problem exists with the web.config file and not the actual application code. Could you forward your web.config file to support@instantasp.co.uk we will review your file and look into this issue further. Do you also have a URL we could use to access your installation ? I look forward to your response 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|