在瀏覽器里http://localhost/yourApplication不能訪問,還是...?

解决方案 »

  1.   

    原因就多了, 你先要打开错误显示(WEB.CONFIG)里,再运行一下,查看一下具体错误提示就知道了.
      

  2.   

    Parser Error 
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'QuestKQ.Global'.Source Error: 
    Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="QuestKQ.Global" %> Source File: D:\FishDir\Kq\global.asax    Line: 1 
      

  3.   

    你在复制文件的时候,一定要复制这些内容*.aspx
    *.ascx
    Web.config
    global.asax
    bin目录下的*.dll
    如果这些文件没有全部复制,程序就不会运行
    当然,前提条件是你的服务器端必须安装.net framework