Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have configured the following steps


1. Start -> Control Panel -> Programs -> Programs and Features ->click on Turn Windows features on or off.

2.In the 'Windows Features' box , click the Internet Information Service box
Expand World Wide Web Services, and expand Application Development and make sure to select the following features:

.Net Extensibility
ASP.NET
CGI
ISAPI Extensions
ISAPI Filters

3.Click OK

After doing above , I type http://localhost in browse url ...

But it show problem page loading error ...

May i know how to do to use IIS.
Posted

1 solution

1.Please check for Application pool,
If Your system is 32 bit then change the Application pool property 32 bit enable :True
2.Check if Your application trying to access any folder (if so give permission)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900