Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi all!!

I am working on asp.net3.5 and sqlserver2008

when i am trying to set up membership-database using aspnet_regsql it gives me error that -:
Login failed for user ArcSolution.
Unable to connect to Sql Server Database.
i am using this command in windows command prompt

C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql –U ArcSolution
-P password -S Ujjwal-PC\SqlExpress -A all -d Monal



I am using sqlserver authentication for this database. I am able to use database using the credentials that i have mention above but don't know why it's showing login failed for the user !!!


I also tried doing it using wizard. but the error remains same.
Posted
Updated 8-Apr-12 21:34pm
v2

1 solution

i Think this will be help full for you

http://www.4guysfromrolla.com/articles/040506-1.aspx[^]



Happy Coding :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900