摘要: 什么是HttpHandler?平時所創建的ASP.NET頁面即System.Web.UI.Page類就是一個HttpHandler,因為它實現了IHttpHandler接口.
HttpHandler就是最終響應Http請求,生成Http響應的處理器.它的實例由ASP.NET運行時創建,并生存在ASP.NET運行時環境中.如把ASP.NET運行時比作處理請求的工廠,HttpHandler就是處理請求的工人.
閱讀全文
摘要: error:
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS
閱讀全文