繁体   English   中英

IIS 7站点无法在IIS 8.5上运行

[英]iis 7 site not working on iis 8.5

我在Windows Server 2008计算机上有一个由IIS 7托管的.NET Framework 4站点。 它运作良好。 当我在Windows Server 2012计算机上使用IIS 8.5引用相同的物理路径创建新站点时,新站点返回以下错误:

HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Most likely causes:
The directory or file specified does not exist on the Web server.
The URL contains a typographical error.
A custom filter or module, such as URLScan, restricts access to the file.

Things you can try:
Create the content on the Web server.
Review the browser URL.
Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.

Detailed Error Information:
Module     IIS Web Core
Notification       MapRequestHandler
Handler    StaticFile
Error Code     0x80070002
Requested URL      http://localhost:9009/Migrate/LBEService/Service1.svc/GetAuthenInfo
Physical Path      \\FILESERVER\tech_share\Sites\LBS_ADOT2\Migrate\LBEService\Service1.svc\GetAuthenInfo
Logon Method       Anonymous
Logon User     Anonymous

More Information:
This error means that the file or directory does not exist on the server. Create the file or directory and try the request again.
View more information »

引起错误的原因可能是什么?

您的IIS工作进程身份无法读取路径。

请确保您的应用程序池标识可以访问UNC路径\\ FILESERVER \\ tech_share \\ Sites \\ LBS_ADOT2 \\ Migrate \\ LBEService \\

您可以检查身份与工作机中的身份相同

https://technet.microsoft.com/en-us/library/cc771170(v=ws.10).aspx

暂无
暂无

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

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