hi everyone,
I have replaced 3 files(index.aspx,index.resx,index.aspx.vb) on server running website, to implement a different functionality using javascript & html tags.
From then the website is showing error as below:
[COLOR=“Red”]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.
=================
finally ,I have replaced the original files even the orignal backup of webconfig is replaced ,but still of no use.
I have restarted Server -- still no use..
Please!!! can anyone suggest ways to solve this error. Thanks in Advance.
[QUOTE=krishna]
hi everyone,
I have replaced 3 files(index.aspx,index.resx,index.aspx.vb) on server running website, to implement a different functionality using javascript & html tags.
From then the website is showing error as below:
[COLOR=“Red”]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.
=================
finally ,I have replaced the original files even the orignal backup of webconfig is replaced ,but still of no use.
I have restarted Server -- still no use..
Please!!! can anyone suggest ways to solve this error. Thanks in Advance.
[/QUOTE]
Hi,
We are getting the same error.did u solve urs.
sudha.
I also had this problem and contacted Live Support in the end. I thought I’d answer this here since it hasn’t been closed. This was the answer I got from support:
ASP.NET 2.0 is available for free on all Standard accounts. 1.1 is installed by default on all domains. To switch to 2.0 on any domain, customers would need to submit a support ticket.
After this my ASP.Net 2.0 applications worked fine.