No ASP.NET features shown in IIS 7.5

帅比萌擦擦* 提交于 2019-12-21 09:21:46

问题


I'm having an issue in IIS 7.5 where the ASP.NET feature section isn't showing on my web application.

My environment: 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.

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.


回答1:


Try Roles > Right Click Web Server (IIS) > Add Role Services > Application Development to turn on the ASP.Net features in IIS




回答2:


The UI is a bit different in the newer versions of Windows Server. Here is where you have to enable ASP.Net in order to get it working on IIS



来源:https://stackoverflow.com/questions/11891089/no-asp-net-features-shown-in-iis-7-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!