Home > OS >  Application hosting on IIS is not working
Application hosting on IIS is not working

Time:06-08

I have hosted a release (asp.net C#) as website is working on IIS. but same release as an application under a website is not working. It couldn't access the files. Thanks in advance

CodePudding user response:

Ensure that:

  1. Grant access to the folder with your application for IUSR, IIS windows users to read (minimal)
  2. Setup in web.config file is correct
  3. Bindings configured correctly

How to setup web.config.

How to grant access.

CodePudding user response:

Any error message that you see? You must be more specific on your issue.

  • Related