Running a project on IIS 7.0 or IIS 7.5

  1. Open Internet Information Services (IIS) Manager.
  2. In the left pane, expand your server’s node and in the context menu of Sites node, select Add Web Site…
    Add Web Site window appears.
  3. In Site name, enter a name for the website.
  4. If you have a dedicated application pool for this website, click Select… button and select it from the Application pool dropdown box. Otherwise, for each website, you are adding, IIS creates a corresponding Application pool.
  5. In Physical path, click button and browse to select inetpub\wwwroot\<your project name> folder, where you have chosen to locate your project files.
  6. In Binding section, if you have a dedicated IP address for the website, select it. If you have multiple websites sharing the same IP address, enter the host name of your website.
  7. Click OK.
    The Add Web Site window closes.
  8. In the left pane, click Application Pools node.
  9. Select the application pool of your website and in the right pane, click Basic Settings…
  10. In .NET Framework version dropdown box, select .NET Framework v4.0.30319.
    If there is such entry, you must install .NET Framework 4.0.
  11. In Managed pipeline mode dropdown, select Integrated.
  12. Click OK.
  13. Since Sitefinity configurations are stored in the App_Data folder, the Application pool must have write permissions to this location. To grant such permissions, perform the following:
    1. Open folder inetpub\wwwroot\<your project name>.
    2. Open the context menu of App_Data folder and click Properties.
    3. On tab Security, click Edit… » Add…
    4. In From this location, select your server.
    5. Enter the object name using the following naming convention: IIS APPPOOL\<Application pool name>.
    6. Click OK.
    7. Grant permission to modify the App_Data folder, by selecting Allow checkbox of Modify permission.
    8. Click OK » OK.
  14. Perform procedure Configuring and starting a project.

Related topics:

Feedback

How useful is this article?

Tell us more

Submit
Your message was successfully sent.

We appreciate your feedback.

Your message could not be sent.

OK