Showing posts with label user-. Show all posts
Showing posts with label user-. Show all posts

Wednesday, March 21, 2012

Login failed for user

I am getting following error
Server Error in '/WebApplication1' Application
Login failed for user-'TOUR\IWAM_SERVER'. I am having ASP.net1.1 and SQLServer 2000,on a Windows 2000 Advanced Server.
Please help to resolve this error
thanks
kaspyTry looking at this MS KB article:

http://support.microsoft.com/default.aspx?kbid=316989

Monday, March 12, 2012

login fail for user-- help

hi,
i got this error--

Login failed for user 'MERIDIAN\IUSR_BARODA'.
.Net SqlClient Data Provider
---

what should i do?

my connectionstring is
--
conn.ConnectionString = "workstation id=BARODA;packet size=4096;integrated security=SSPI;data source=BARODA\EMIS;persist security info=True;initial catalog=SMS"
--
i also create 'MERIDIAN\IUSR_BARODA' user.

give any solution.
it's urgent.

thanks in advanceThis is a windows account, right? impersonate the web application by supplying the user id and password for the <identity> element in the web.config.

Brian