Asp.net iis 7站点在iis 8.5上不工作

Asp.net iis 7站点在iis 8.5上不工作,asp.net,iis,http-status-code-404,Asp.net,Iis,Http Status Code 404,我在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 u

我在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路径 \文件服务器\tech\u share\Sites\LBS\u ADOT2\Migrate\LBEService\

您可以检查标识是否与工作机器中的标识相同