user8158183
user8158183

Reputation: 86

Application hosting on IIS is not working

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

Upvotes: 0

Views: 960

Answers (1)

hamaronooo
hamaronooo

Reputation: 563

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.

Upvotes: 1

Related Questions