1. 论坛系统升级为Xenforo,欢迎大家测试!
    Dismiss Notice

在IIS 中没有将虚拟目录作为应用程序进行配置

Discussion in '主机讨论' started by litao, Nov 22, 2006.

  1. litao

    litao New Member

    Joined:
    Sep 26, 2006
    Messages:
    3
    Likes Received:
    0
    在应用程序级别以外使用注册为 allowDefinition='MachineToApplication' 的节是错误的。导致该错误的原因可能是在 IIS 中没有将虚拟目录作为应用程序进行配置
    解决办法:
    http://www.mvpdata.com/article.asp?id=15
     
  2. luckyxmq

    luckyxmq New Member

    Joined:
    Mar 20, 2006
    Messages:
    56
    Likes Received:
    0
    受益一次。
    下面的错误是为什么,知道的朋友说一下,谢谢!
    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    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 'NetBar.Global'.

    Source Error:


    Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="NetBar.Global" %>



    Source File: /global.asax Line: 1
     
  3. hyQG

    hyQG New Member

    Joined:
    Sep 29, 2006
    Messages:
    54
    Likes Received:
    0
    。。。。。。。。。。。。。。