Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can I use .Net Framework 4 with IIS 5.1 and Windows XP Professional sp3 version 2002?
Posted
Updated 10-Nov-11 20:24pm
v2

You can use .net 4 with Windows XP SP3.

You can use .net 4 with IIS 5.1 if you use the following to register :
C:\> c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis.exe -iru
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Nov-11 2:10am    
Correct, a 5.
--SA
Mehdi Gholam 11-Nov-11 2:16am    
Thanks
koolprasad2003 11-Nov-11 2:15am    
Good link 5
Mehdi Gholam 11-Nov-11 2:16am    
Cheers
yes, you can .NET 4.0 with IIS 5.1, the change you need to do is register ASPNET service as Mehdi state above.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900