Getting Message : can not open database "Name" requested by the login. The login failed. Login failed for user 'XP\IUser.
-
I have design a web application in ASP.NET2.0 and using SQLserver2005. when I m going to configure this application on IIS server , its working fine and coming data from data base on my system. But whenever I am going to configure(or deploy)on IIS this application on client system. Getting Message : can not open database "Name" requested by the login. The login failed. Login failed for user 'XP\IUser. Client system having : VS.NET2.0 and SQLSERVER\EXPRESS .
Vinay
-
I have design a web application in ASP.NET2.0 and using SQLserver2005. when I m going to configure this application on IIS server , its working fine and coming data from data base on my system. But whenever I am going to configure(or deploy)on IIS this application on client system. Getting Message : can not open database "Name" requested by the login. The login failed. Login failed for user 'XP\IUser. Client system having : VS.NET2.0 and SQLSERVER\EXPRESS .
Vinay
Hi, I would say you have to correct your connectionstring for the database. Have a look here: http://www.connectionstrings.com/[^] Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi, I would say you have to correct your connectionstring for the database. Have a look here: http://www.connectionstrings.com/[^] Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Maybe you could post your connection string?
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.