Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No asp.net features on IIS 7.5

Tags:

asp.net

iis-7

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.0

like image 399
Yoo Matsuo Avatar asked Jul 13 '10 07:07

Yoo Matsuo


People also ask

Is ASP built on IIS?

IIS is the most commonly used web server for ASP.NET applications in production environments; it's most likely the web server software being used by your web host provider to serve your ASP.NET application.

How do I know if ASP.NET is installed?

Click Start > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager. On the left pane, expand the entry for Local Computer and click Web Service Extensions. Check that there is an item called ASP.NET v2. 0.50727 and that its status reads Allowed .


2 Answers

I 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!

like image 193
Yoo Matsuo Avatar answered Oct 03 '22 08:10

Yoo Matsuo


The solution that worked for me was slightly different:

  1. Open Control Panel
  2. Programs\Turn Windows Features on or off
  3. Roles\Web server (IIS) Right-click Add Role Services Click on ASP.NET and allow it to add any others it suggests.
  4. Click Next
  5. Close and re-open IIS
like image 32
user489998 Avatar answered Oct 03 '22 08:10

user489998