boyarenys
boyarenys

Reputation: 11

iis6 asp.net 4.0 Application Pools

Currently I have a web application developed in 1.0 and now I'm developing in 4.0. And with this framework version fail me some screens.

I saw that if I IIs Manager -> Application Pools -> show me: DefaultAppPool and Classic Net in the group need to add ASP.NET V4.0, which does not come out. How I can install '

I tried with: "aspnet_regiis-i" and says that is successfully installed but not shown in the application pool.

My machine is a server 2003 with visual studio 2005.

Any help?

thanks

link about my question with image: https://www.dropbox.com/s/h6pfel30hty3qs6/f4iis.JPG?m

Upvotes: 0

Views: 1769

Answers (1)

Vikas Kumar
Vikas Kumar

Reputation: 529

Try Reinstalling/Repairing Asp.Net 4.0 from offline Installer. Then run aspnet_regiis-i .

Upvotes: 1

Related Questions