I've been asked to look into the new Web Site Administration tool for a project and have been really struggling to understand how this thing works.
My most recent problem is that when I go to the security tab, I am getting the following error:
-------------------------------------------------------------------------------------------------------------------
There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.
The following message may help in diagnosing the problem: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
-------------------------------------------------------------------------------------------------------------------
Like i said, I'm new to this, so I'm not really sure what this Application is doing "under the hood", IE: what config files it is updating, et cetera.
What (I think) I do know is that it is using a SQL Server Express Database called ASPNETDB.MDF and here is this mornings log file entry if that is of any help
-------------------------------------------------------------------------------------------------------------------
2005-10-05 01:00:56.05 spid51 Starting up database 'C:\WINDOWS\MICROSOFT.NET\FRAMEWORK\V2.0.50727\ASP.NETWEBADMINFILES\APP_DATA\ASPNETDB.MDF'.
2005-10-05 01:20:42.92 spid1s Server resumed execution after being idle 267 seconds. Reason: timer event.
2005-10-05 08:50:00.53 Server Server resumed execution after being idle 26045 seconds: user activity awakened the server. This is an informational message only. No user action is required.
2005-10-05 08:50:00.60 Logon Error: 15350, Severity: 16, State: 1.
2005-10-05 08:50:00.60 Logon An attempt to attach an auto-named database for file C:\MyData\Development\UPMC.2.0.net\EMG\Queues\QueuesWS\App_Data\aspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
-------------------------------------------------------------------------------------------------------------------
It looks like there is a duplicate database or the db cannot be opened, because It's not on a share.
thanks in advance for any help.
doug