I'm having an issue in IIS 7.5 where the ASP.NET feature section isn't showing on my web application.
我在IIS 7.5中遇到问题,其中ASP.NET功能部分未显示在我的Web应用程序上。
My environment: Windows 2008 R2 SP1, IIS 7.5 (7.5.7600), .NET Framework 4.0
我的环境:Windows 2008 R2 SP1,IIS 7.5(7.5.7600),.NET Framework 4.0
My issue is similar to the issue posted here: No asp.net features on IIS 7.5, only my environment is different. The 'add features' fix mentioned in that post doesn't appear to work in Windows Server 2008, as I'm not seeing a simple "ASP.NET" feature that can be selected.
我的问题类似于此处发布的问题:IIS 7.5上没有asp.net功能,只有我的环境不同。该帖子中提到的“添加功能”修复程序在Windows Server 2008中似乎不起作用,因为我没有看到可以选择的简单“ASP.NET”功能。
I tried running the aspnet_regiis tool as administrator against .NET 4.0 with no luck. The application pool selected for the web application is currently configured to use .NET 4.0. This application is functional, so I'm assuming that .NET 4.0 is installed correctly, but I'd like to be able to configure a few more things that are in the ASP.NET section.
我尝试运行aspnet_regiis工具作为管理员对抗.NET 4.0没有运气。为Web应用程序选择的应用程序池当前配置为使用.NET 4.0。这个应用程序是功能的,所以我假设.NET 4.0已正确安装,但我希望能够配置ASP.NET部分中的更多内容。
2 个解决方案
#1
14
Try Roles > Right Click Web Server (IIS) > Add Role Services > Application Development to turn on the ASP.Net features in IIS
尝试角色>右键单击Web服务器(IIS)>添加角色服务>应用程序开发以打开IIS中的ASP.Net功能
#2
#1
14
Try Roles > Right Click Web Server (IIS) > Add Role Services > Application Development to turn on the ASP.Net features in IIS
尝试角色>右键单击Web服务器(IIS)>添加角色服务>应用程序开发以打开IIS中的ASP.Net功能