簡體   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