Click here to Skip to main content
15,921,276 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have ran the command aspnet_regiis.exe -i and aspnet_regiis.exe -iru on vs command prompt.
but two folder named 2_0_50727 and 4_0_30319 are there on C:\Inetpub\wwwroot\aspnet_client\system_web.
folder 2_0_50727 has another folder CrystalReportWebFormViewer4 and this folder(CrystalReportWebFormViewer4) contains
4 folder
1.css
2.html
3.images
4.js
but folder 4_0_30319 has nothing
Posted
Updated 10-Nov-11 19:26pm
v2
Comments
Sergey Alexandrovich Kryukov 11-Nov-11 1:27am    
I'm sorry, but this question raises another question: do you have any idea what's .NET Framework for? IIS?
--SA
Uday P.Singh 11-Nov-11 1:46am    
what are you trying to do?

The .NET Framework is not installed on IIS, it is installed on OS. By running an installer. :-)

—SA
 
Share this answer
 
Probably you want to run your asp.net 4.0 application with IIS 5.1 for this try these:

http://msdn.microsoft.com/en-us/library/1kdfe21k%28v=vs.85%29.aspx[^]

c:\windows\microsoft.net\framework\v4.0.30319\aspnet_regiis.exe -iru

hope it helps :)
 
Share this answer
 
Comments
RaviRanjanKr 11-Nov-11 1:38am    
Nice Answer.
Uday P.Singh 11-Nov-11 1:46am    
thanks Ravi :)
Sergey Alexandrovich Kryukov 11-Nov-11 2:12am    
Correct, a 5. OP asked better question later, please see: http://www.codeproject.com/Questions/281878/Can-I-use-Net-Framework-4-with-IIS-5-1-and-Windows. (But this answer is already given. :-)
--SA
Uday P.Singh 11-Nov-11 2:15am    
Thank you SA :)

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