Use FreeHost SQL2000 web manager error resolution

  • 2020-05-16 06:49:32
  • OfStack

at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Access denied.
at SqlAdmin.SqlServer.Connect()
at SqlWebAdmin.databases.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()

The solution can be as follows:
Give C:\Program Files\Microsoft SQL Server\80 this directory with FreeHost read and run permissions,
In general, you don't need to give this permission to the directory, because your operating system may have special Settings.

If your SQL2000 is installed on the E disk, this directory should be: E:\Program Files\Microsoft SQL Server\80

Related articles: