Link to home
Start Free TrialLog in
Avatar of Ru1995
Ru1995Flag for United States of America

asked on

Shopping Cart in Asp and C#

I'm trying to create an online ecommerce store using the following Visual Studio tool

MerchantTribe

I downloaded it from the following URL

http://merchanttribe.codeplex.com/SourceControl/list/changesets

It contains a set of instructions where you can set up the db and web files.

However when I try to view the store in a browser I get the following error

Login failed for user "Ru"

I tried connecting the db using visual studio and while that does say its connected I still get the error.

Can someone please help me
Avatar of Ru1995
Ru1995
Flag of United States of America image

ASKER

Also I tried to change the username and password in the Web.config file and I still received the same error.  

I'm running sql server on my local machine as well as IIS
Avatar of Navneet Hegde
Hi!

Can you share the Web.Config File and the Default or First page

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of sammySeltzer
sammySeltzer
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Login failed for user "Ru"

if your Windows Account is Ru, then there must be Windows authentication in Web.Config
And in that case you must add this account to the sql server users object/table


Thanks!
Avatar of Ru1995

ASKER

I apologize for not commenting on this post sooner I have been pretty busy with other projects.  I will try your suggestions today and let you know how it goes
Avatar of Ru1995

ASKER

Thanks for the help