不知道为什么我的运行不起来
老是出现
Parser Error Message: The virtual path '/ThePhileVB/Controls/User/SiteFooter.ascx' maps to another application, which is not allowed.
另外问一下连接数据库怎么配置的

解决方案 »

  1.   

    上面我是运行login.aspx时出现的错误
      

  2.   

    上面的问题解决了
    现在是
    Error--------------------------------------------------------------------------------
    An unexpected error has occurred on this page.The system administrators have been notified.The error occurred in:
    http://localhost/ThePhileVB/WebModules/Accounts/Login.aspxError Message:
    Access to the path "D:\Inetpub\wwwroot\ThePhileVB\Config\AdsManager.Config" is denied.Error Stack:
    System.UnauthorizedAccessException: Access to the path "D:\Inetpub\wwwroot\ThePhileVB\Config\AdsManager.Config" is denied.
       at System.IO.__Error.WinIOError(Int32 errorCode, String str)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode)
       at Wrox.WebModules.AdsManager.Configuration.ModuleConfig.GetSettings() in C:\wrox\ThePhileVB\WebModules\AdsManager\AdsManager.Configuration\ModuleConfig.vb:line 38
       at Wrox.WebModules.AdsManager.Business.Advertisement..ctor(Int32 advertId) in C:\wrox\ThePhileVB\WebModules\AdsManager\AdsManager.Business\Advertisement.vb:line 41
       at Wrox.ThePhile.Web.Controls.User.SiteFooter.Rotator_AdCreated(Object sender, AdCreatedEventArgs e) in C:\wrox\ThePhileVB\Controls\User\SiteFooter.ascx.vb:line 67
       at System.Web.UI.WebControls.AdRotator.OnAdCreated(AdCreatedEventArgs e)
       at System.Web.UI.WebControls.AdRotator.OnPreRender(EventArgs e)
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Control.PreRenderRecursiveInternal()
       at System.Web.UI.Page.ProcessRequestMain()
    怎么办?