New user trying to get an iBuySpy knockoff to work

Discussion in 'ASP.NET / ASP.NET Core' started by trsc, Jan 23, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. New user trying to get an Ibuyspy knockoff to work. Works fine on my localhost but after following all (or maybe not) the tips on both the Discountasp.net kb and the cummunity, it still doesn't work. The link is:http://www.socaltriumphs.org/ and the error message is: Access to the path "E:\web\socaltriump\htdocs" is denied.


    Anybody gone thru this before?


    Trace is:


    [UnauthorizedAccessException: Access to the path "E:\web\socaltriump\htdocs" is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String str) +393 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +45 System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) +73 System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) +55 System.Xml.XmlTextReader.CreateScanner() +384 System.Xml.XmlTextReader.Init() +23 System.Xml.XmlTextReader.Read() +530 System.Xml.XmlReader.MoveToContent() +75 System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving) +145 System.Data.DataSet.ReadXml(String fileName) +63 ASPNET.StarterKit.Portal.Configuration.GetSiteSettings() in C:\PortalVBVS\PortalVBVS\Components\Configuration.vb:776 ASPNET.StarterKit.Portal.PortalSettings..ctor(Int32 tabIndex, Int32 tabId) in C:\PortalVBVS\PortalVBVS\Components\Configuration.vb:858 ASPNET.StarterKit.Portal.Global.Application_BeginRequest(Object sender, EventArgs e) in C:\PortalVBVS\PortalVBVS\Global.asax.vb:44 System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Check the control panel permission manager and make sure anonymous user has permission to your root.

    If you still have problem, create a support ticket to have the permission reviewed.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Bruce


    Thanks for the quick reply. It was a permission thing. The site is up and running.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page