Reputation: 131
Just getting started on a project to migrate from win 2003 iis6 to win 2008 / IIS7, and after reading the MS documentation and also various articles I am a little confused, as it states a site needs to have one or more applications.
However I have setup a new site pointed at my .Net 3.5 directory and it works.
This means that ....
A- I am seeing things. B- A site does not actually need one or more applications.
Can anyone explain the above behaviour? and or point me to any useful articles that explain site, applications etc... to me.
The app pool is in classic pipeline mode, not sure if this is a problem.
Many thanks,
Upvotes: 2
Views: 100
Reputation: 26374
Your guess in a comment is correct - a web site itself also acts as an application and does not require an explicit application subfolder.
Upvotes: 1
Reputation: 7983
Here's some links that helped me with understanding IIS 7.0
Configuration reference Operation Guide
Upvotes: 0