login failed for 'User\Guest' in webapplication
-
Hi, I have just downloaded the sql server 2008 version. I am currently developing a web application which is to be uploaded on the internet Now the web application and the database both will be uploaded on the same site .To be precise I am new sql server, whenever i try to run the website ,the login page comes perfectly but when I try to enter the id and password it shows me an error that : Login failed for 'user\Guest'. I think (but not sure) that this is sql server error and might be caused because of some roles or logins. Can any one please help me with the problem that is am I correct , is there a way to resolve it i am giving You the screenshot of the error here: http://lh4.ggpht.com/_EC8qUhn9kJY/Sq4yFPLtvEI/AAAAAAAAAGA/Bt_L1eKpI7c/error.JPG[^] I still dont know which will be the best forum to post this thread, so I am posting it here. Any help shall be appreciated thanks shankbond
-
Hi, I have just downloaded the sql server 2008 version. I am currently developing a web application which is to be uploaded on the internet Now the web application and the database both will be uploaded on the same site .To be precise I am new sql server, whenever i try to run the website ,the login page comes perfectly but when I try to enter the id and password it shows me an error that : Login failed for 'user\Guest'. I think (but not sure) that this is sql server error and might be caused because of some roles or logins. Can any one please help me with the problem that is am I correct , is there a way to resolve it i am giving You the screenshot of the error here: http://lh4.ggpht.com/_EC8qUhn9kJY/Sq4yFPLtvEI/AAAAAAAAAGA/Bt_L1eKpI7c/error.JPG[^] I still dont know which will be the best forum to post this thread, so I am posting it here. Any help shall be appreciated thanks shankbond
you should give permission of ASP.net to the virtual directory. It shouldnt be login using user\guest, rather it should login using asp.net account. :)
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
you should give permission of ASP.net to the virtual directory. It shouldnt be login using user\guest, rather it should login using asp.net account. :)
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.