Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 unable to configure database permissions

Author  Topic 

anomie
Starting Member

16 Posts

Posted - 2009-01-26 : 09:34:11
Hi all,

As the subject suggests, im having difficulties configuring my database to permit requests from my website. I have created my website using ASP.NET, C# within Visual Web Developer, together with the database i wish to access. When i execute the site, the site throws up a database connectivity error stating that i need to setup account permissions.

One way of doing this is to use sql server express manager, which has recently become obsolete. I was suggested sql server management studio express, but it doesnt support sql server express (which im using). Ive tried logging into the server through Query Express, which i manage to do, although it fails to recognise the database name, which i enter correctly.

Are there any alternative, perhaps more simpler methods to change my database access permissions?



Any help towards this issue will be greatly appreciated!

Thanx!!

JamesRyan
Starting Member

18 Posts

Posted - 2009-01-26 : 12:18:31
Have a read here:

http://msdn.microsoft.com/en-us/library/aa337562.aspx

James Ryan
www.sqlhowto.co.uk
Go to Top of Page
   

- Advertisement -