About an hour ago I stopped being able to connect to my db provider in web admin tools, and I didnt change anything, anywhere. I am trying to connect to a local server so there is no connection string in my Web.Config. Although the are a few lines in Machine.config.
The error I get is:
Provider Management
Could not establish a connection to the database.
If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.
I have tried aspnet_regsql.exe but that cant connect to my server either. I have tried starting a new project and setting up a new db, but that doesnt work either. Im out of ideas.
I can find anyone with the same prob ...
Go to the complete details ...