[SqlException (0x80131904): Cannot open user defau
On my development machine, I published my site to an IIS virtual directory, updated my configuration strings, and it works fine.
Then I copied the site files my laptop, and update the configuration strings. When I get to my login page, using the ASP.NET login control, I get this:
[SqlException (0x80131904): Cannot open user default database. Login failed. Login failed for user 'D620\ASPNET'.]
I checked the application name issue...it seems to be ok. I triple checked the configuration strings, they seem to be ok. The ASPNETDB files are embedded in my custom DB; I can access them fine on the laptop using SSMSEE.
I see that there are many posts on this subject and don't see that there is a single solution, except related to permissions, which I don't know how to set.
Very important that I fix this soon; ready to burn one of my tickets with MS...any help would be appreciated.
Thanks!
|