Configuring servers is not my strong suit by any means.
I’m trying to move a development project to Windows 7.
One of the things that I need to run the application is to select ASP.NET v4.0 as the application pool within IIS.
I went through the directions in the following link to make sure that the proper Application Development Options were selected:
http://www.gotknowhow.com/articles/how-to-install-iis7-and-enable-aspnet
From within the IIS Manager, I select Application Pools and only see
– Classic .NET AppPool
– DefaultAppPool
I need to also be able to select from
– ASP.NET v4.0
– ASP.NET v4.0 Classic
How can I add these to the list of available application pools?