In my previous post i have shown you how to install IIS 7 on windows server. In this post you'll see how to add your site to IIS 7.
1. Open IIS manager -> Right click on Site -> Add Web Site
2. Enter the Site name, Select physical path of the application and enter the host name. Binding section details might be changed according to your network configurations.
3. Click on application pools. Then you'll see a new application pool is created with you'r site name.
4. If your application is in .NET framework 4.0 do the following.
Double click on the application pool name of your site and change the framework to 4.0
Wednesday, January 9, 2013
Adding Your Site to IIS 7
Related Posts
How to Create Virtual Directory in IIS
Retrieving the COM class factory for component with CLSID {8CFEBA94-3FC2-45CA-B9A5-9EDACF704F66} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
How to Install IIS on Windows 7
Get Client IP Address
Subscribe to:
Post Comments (Atom)