I just installed IIS 7.0 on my windows 7 Laptop with .NET 4.0
- Verify the installation IIS Manager (INETMGR)
Name | Status | .Net Frame | Managed Pipeline | Identity | Apps |
DefaultAppPool | Started | v2.0 | Integrated | ApplicationPoolIdentity | 1 |
Classic.Net AppPool | Started | v2.0 | Classic | ApplicationPoolIdentity | 0 |
I run HTTP://Localhost and it worked fine - see the IIS 7 image
Register .Net 4.0 on Command Line, type the directory
C:\Windows\Microsoft.NET\Framework\v4.0.30319
Typed \aspnet_regiis.exe –ir and press enter; Now I have ASP v4.0
ASP.NET v4.0 | Started | V4.0 | Integrated | ApplicationPoolIdentity | 0 |
ASP.NET v4.0 Classic | Started | V4.0 | Classic | ApplicationPoolIdentity | 0 |
I run HTTP://Localhost and it still worked fine - see the IIS 7 image
Changed the DefaultAppPool to .Net Framework v4.0.30319
I run HTTP://Localhostand I got "HTTP Error 503. The service is unavailable."
What am I missing here, please help me fix this issue, I have been working on this for 2 weeks and cannot find a solution on the Web, just step by step instruction to enable to run v4.0 on my local machine.
I cannot run my application on v2.0 because it is in .Net 4.0