April 24, 2012

Enable error message in IIS 7.5 for ASP Application

Recently I was trying to host a classic web application on IIS 7.5.
But when I was trying to browse app was generating a predefined
message.After small R&D I figure out how to enable error message
for classic application in IIS.  

Step 1:
Just click on web sites we will get below default screen.

image

Step 2:
Now click on ASP we will get below settings screen where we can do all necessary changes.
Just make sure Send Errors To Browser should be True.

image

Now if issues come in application a programmer readable error message will be visible to user.

That’s It.
Enjoy Learning,

No comments:

Post a Comment