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:
- Grant access to the folder with your application for
IUSR
,IIS
windows users to read (minimal) - Setup in
web.config
file is correct - Bindings configured correctly
CodePudding user response:
Any error message that you see? You must be more specific on your issue.