Hi all,
I was trying to update a webform asp.net site with OpenAuth logins new in asp.net 4.5. The source code on the server and my development machine is identical - including connection string. When I try to access "~/Account/Manage.aspx" from server - it throws an error saying "CREATE DATABASE permission denied in database 'master'." at OpenAuth.HasLocalPassword(User.Identity.Name) call. I can access same file in my test environment. I have confirmed that the version on each computer are same. I was wondering what may be wrong.
Thanks in advance
Joseph James