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.
我以为我能看到ASP。当我单击IIS7管理器的节点列表中的一个站点节点时,IIS7管理器上的NET features面板(我不知道确切的名称,但是有些是。NET编译、。NET角色、。NET用户等等)。现在,我只能看到IIS和管理,而看不到ASP.NET。
I first installed .NET Framework 4.0, so after installing IIS7, I used the aspnet_regiis tool, and seemed it worked well.
我首先安装了。net Framework 4.0,所以在安装了IIS7之后,我使用了aspnet_regiis工具,看起来它工作得很好。
My environment is
Windows 7 Pro
IIS 7.5.7600
.NET Framework 4.0
我的环境是Windows 7 Pro IIS 7.5.7600。net Framework 4.0
2 个解决方案
#1
64
I found the solution here.
我找到了解。
http://forums.iis.net/t/1154433.aspx
http://forums.iis.net/t/1154433.aspx
- Open Control Panel
- 打开控制面板
- Programs\Turn Windows Features on or off
- 程序可以打开或关闭Windows功能。
- Internet Information Services
- 互联网信息服务
- World Wide Web Services
- World Wide Web服务
- Application development Features
- 应用程序开发功能
- ASP.Net <-- check mark here
- ASP。Net <——在这里检查标记
Andrew Zhu saved my life, thanks!
Andrew Zhu救了我的命,谢谢!
#2
16
The solution that worked for me was slightly different:
对我起作用的解决方案略有不同:
- Open Control Panel
- 打开控制面板
- Programs\Turn Windows Features on or off
- 程序可以打开或关闭Windows功能。
- Roles\Web server (IIS) Right-click Add Role Services Click on ASP.NET and allow it to add any others it suggests.
- 角色\Web服务器(IIS)右键单击添加角色服务,单击ASP。并允许它添加任何其他它建议的。
- Click Next
- 单击Next
- Close and re-open IIS
- 关闭并重新打开IIS
#1
64
I found the solution here.
我找到了解。
http://forums.iis.net/t/1154433.aspx
http://forums.iis.net/t/1154433.aspx
- Open Control Panel
- 打开控制面板
- Programs\Turn Windows Features on or off
- 程序可以打开或关闭Windows功能。
- Internet Information Services
- 互联网信息服务
- World Wide Web Services
- World Wide Web服务
- Application development Features
- 应用程序开发功能
- ASP.Net <-- check mark here
- ASP。Net <——在这里检查标记
Andrew Zhu saved my life, thanks!
Andrew Zhu救了我的命,谢谢!
#2
16
The solution that worked for me was slightly different:
对我起作用的解决方案略有不同:
- Open Control Panel
- 打开控制面板
- Programs\Turn Windows Features on or off
- 程序可以打开或关闭Windows功能。
- Roles\Web server (IIS) Right-click Add Role Services Click on ASP.NET and allow it to add any others it suggests.
- 角色\Web服务器(IIS)右键单击添加角色服务,单击ASP。并允许它添加任何其他它建议的。
- Click Next
- 单击Next
- Close and re-open IIS
- 关闭并重新打开IIS