2010-08-06 126 views
2

該網站加載app_offline.htm。網站沒有顯示(說下),沒有用戶代碼被調用

該應用程序用於加載罰款,我不知道什麼是錯的,我正在尋找一個指針。它無法加載應用程序。此託管開發asp.net服務器

爲了得到這個調用堆棧我必須啓用System.Web.HttpExecption第一次機會異常,這裏是「控制檯」輸出

A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
Additional information: ASP.NET Initialization Error:
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
Additional information: ASP.NET Initialization Error:

的通話第一個執行堆棧。

System.Web.dll!System.Web.HttpRuntime.CheckApplicationEnabled() Line 1269C#
System.Web.dll!System.Web.HttpRuntime.FirstRequestInit(System.Web.HttpContext context = {System.Web.HttpContext}) Line 579C#
System.Web.dll!System.Web.HttpRuntime.EnsureFirstRequestInit(System.Web.HttpContext context) Line 652C#
System.Web.dll!System.Web.HttpRuntime.ProcessRequestInternal(System.Web.HttpWorkerRequest wr = {Microsoft.VisualStudio.WebHost.Request}) Line 1582 + 0x9 bytesC#
System.Web.dll!System.Web.HttpRuntime.ProcessRequestNoDemand(System.Web.HttpWorkerRequest wr) Line 2270C#
System.Web.dll!System.Web.HttpRuntime.ProcessRequest(System.Web.HttpWorkerRequest wr) Line 2256C#

回答

7

在根文件夾將阻止應用運行「app_offline.htm」的存在,重命名文件,它應該讓你的應用程序加載

+0

打我吧:)檢查出的http:/ /weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx以獲取詳細信息 – kbrimington 2010-08-06 19:21:13

+1

非常感謝您,我一直都很簡單,爲我創造了一個多星期的問題。 – EKS 2010-08-06 19:26:07

0

它是否被設置爲IIS中的「應用程序」?有了正確的.NET版本和所有這些? 。