skip to Main Content

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

2

Answers


  1. 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.

    Login or Signup to reply.
  2. Any error message that you see? You must be more specific on your issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search