No asp.net features on IIS 7.5
I thought I could see an 开发者_如何学运维ASP.NET features panel (I don't know the exact name, though, some of them are .Net Compilation, .Net Roles, .Net Users and so on) on the IIS7 manager when I click a site node in the nodes list of the IIS7 manager. Now, I can see only IIS and Management, but no ASP.NET.
I first installed .NET Framework 4.0, so after installing IIS7, I used the aspnet_regiis tool, and seemed it worked well.
My environment is
Windows 7 Pro IIS 7.5.7600 .NET Framework 4.0I found the solution here.
http://forums.iis.net/t/1154433.aspx
- Open Control Panel
- Programs\Turn Windows Features on or off
- Internet Information Services
- World Wide Web Services
- Application development Features
- ASP.Net <-- check mark here
Andrew Zhu saved my life, thanks!
The solution that worked for me was slightly different:
- Open Control Panel
- Programs\Turn Windows Features on or off
- Roles\Web server (IIS) Right-click Add Role Services Click on ASP.NET and allow it to add any others it suggests.
- Click Next
- Close and re-open IIS
精彩评论