How do I make ASP.Net process .html files through IIS?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Marc_AccuWebHosting
    Member
    • Jun 2015
    • 56

    How do I make ASP.Net process .html files through IIS?

    Problem Statement

    How do I make ASP.Net process .html files through IIS?

    Solution

    This can be achieved by just changing the Application pool of website to "Integrated" mode. Following are the steps to change application pool to integrated mode through IIS.
    1. Click on Start -> administrative tools -> IIS Manager
    2. In connections windows, Click on server name and expand it.
    3. Now Expand Sites.
    4. Select the Website in question and right click on it.
    5. Under Manage website select Advanced Settings.
    6. Click on Application pool and Select application pool with integrated from drop down.
    7. Click OK.
    8. Restart your Website.
Working...
X