Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running asp.net 4.0 with IIS 5.1

Tags:

asp.net

iis-5

Can we use asp.net 4.0 with IIS 5.1?

like image 264
Chandan Avatar asked Jul 07 '10 13:07

Chandan


People also ask

What version of .NET does IIS use?

NET Framework 4.5 is the default . NET Framework for use by Windows Server 2012, the "DefaultAppPool" on IIS 8.0 also defaults to using the newer version of the .

How do I enable .NET Framework in IIS?

Enabling Windows Internet Information Services (IIS)In the Server Roles tab of the Add Roles and Features wizard, check the Web Server (IIS) box. The default values provide all the functionality LEC AIM needs. On the Features tab of the Add Roles and Features wizard, check the . NET Framework 4.

How do I enable .NET 4.5 in IIS?

Open the Server Manager and use the "Add Roles and Features" command to add the ". NET Framework 4.5 Features > ASP.NET 4.5" feature. If you want to use IIS to host the reports, you also need to add the "Web Server (IIS) > Web Server > Application Development > ASP.NET 4.5" option in the "Server Roles" settings.


2 Answers

commmand as folllows:

c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis.exe -iru
like image 80
Gnought Avatar answered Oct 05 '22 11:10

Gnought


Yes you can run .NET 4.0 on IIS 5.1

like image 38
Mitchel Sellers Avatar answered Oct 05 '22 10:10

Mitchel Sellers