Hello Vivek,
Does this error only happen on this particular project?
How about the issue if we create a new Web Project and debug it?
Did we unenable the httpRuntime section in the Web.config file?
Did we add an App_Offline.htm to the root of the project?
If you will, please provide us the detailed steps to reproduce the issue.
As far as I know, if we configured the unenable the httpRuntime section or if we add an App_Offline.htm page to the root of our project, the server will redirect all the requests for the dynamic pages to the other error pages we defined or just show the content of the App_Offline.htm page.
For more information of the App_Offline.htm, please refer:
http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspxBest regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the
All-In-One Code Framework!