ASP.NET Configuration Tool error

D

Davie

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.
 
D

dgk

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.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top