2011-08-01 53 views
0

我已經在我的應用程序中創建了一個Httphandler,並且我已經將項目上載到由其他人託管的服務器上。 我收到一個錯誤,說500內部服務器錯誤。添加HttpHandler會在服務器上導致錯誤

Internal Server Error 

The server encountered an internal error or misconfiguration and was unable to complete your request. 
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error. 

More information about this error may be available in the server error log. 

什麼問題?它在我的開發服務器上工作正常。

回答

0

檢查服務器日誌,因爲有些時候它可能是可能的,如果你移動到另一臺機器有一定的參考是不行的,我面臨同樣的問題,但是當我更新參照檔案工作很好..

+0

我知道我需要我的項目的aspnet_isapi.dll參考。但它的服務器,我沒有控制。我能做些什麼> –

+0

但是在服務器中不需要配置它..你在主機訪問中使用哪個面板? –

+0

虛擬主機面板和域控制面板。 我知道它的發生是因爲項目中引入了httphandler。如果我刪除處理程序,我沒有得到錯誤 –

相關問題