On Mon, 2 Oct 2006 09:16:10 +0100, "Davie" <> wrote:
>I get the following error while trying to access the ASP.NET Configuration
>Tool. I can't see what the issue is. I believe this uses the Cassini
>server, but how do I check the settings for this?
>
>Any help greatly appreciated
>
>
>Server Error in '/asp.netwebadminfiles' Application.
>--------------------------------------------------------------------------------
>
>Access is denied.
>Description: An error occurred while accessing the resources required to
>serve this request. The server may not be configured for access to the
>requested URL.
>
>Error message 401.2.: Unauthorized: Logon failed due to server
>configuration. Verify that you have permission to view this directory or
>page based on the credentials you supplied and the authentication methods
>enabled on the Web server. Contact the Web server's administrator for
>additional assistance.
>
>
>--------------------------------------------------------------------------------
>Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
>Version:2.0.50727.42
>
Dunno, but since the configuration tool uses SQLExpress by default, do
you have it installed and running? Check services and if you don't
have SQL Server (SQL Express) running, get it running.
If you've switched it to use SQL Server, then you need to run
something to create the necessary tables, someone will chime in with
the actual name.
|