Wednesday, April 7, 2010

Hosting in IIS 7

Hosting a web application

1. Add user called IIS_IUSRS or go to application pool -> advanced settings -> In Process model we have Identity change it local system.

2. change authentication to None in web.config file.

Hosting a WCF Application

1. Click the Start button, and then click Control Panel.

2. Click Programs, and then click Programs and Features.

3. On the Tasks menu, click Turn Windows features on or off.

4. Find the .NET Framework 3.5 node, select and then expand it.

5. Select the WCF Http Activation Components box and save the setting.

6.change authentication to None in web.config file.

No comments:

Post a Comment