简体   繁体   English

IIS 上的应用程序托管不起作用

[英]Application hosting on IIS is not working

I have hosted a release (asp.net C#) as website is working on IIS.当网站在 IIS 上运行时,我已经托管了一个版本(asp.net C#)。 but same release as an application under a website is not working.但与网站下的应用程序相同的版本不起作用。 It couldn't access the files.它无法访问文件。 Thanks in advance提前致谢

Ensure that:确保这件事:

  1. Grant access to the folder with your application for IUSR , IIS windows users to read (minimal)使用您的应用程序授予对文件夹的访问权限,供IUSRIIS windows 用户读取(最小)
  2. Setup in web.config file is correct web.config文件中的设置是正确的
  3. Bindings configured correctly绑定配置正确

How to setup web.config. 如何设置 web.config。

How to grant access. 如何授予访问权限。

Any error message that you see?您看到任何错误消息? You must be more specific on your issue.您必须更具体地处理您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM