I am trying to setup BugTracker on my local machine.
My SQL Server used Windows Authentication.
My connection string looks as under
<add key="ConnectionString" value="Data Source=MyPCName\InstanceName;Initial Catalog=BugTracker;Integrated Security=True"/>
Error I am getting
Unable to connect.
Cannot open database "BugTracker" requested by the login. The login failed. Login failed for user 'MyPCName\ASPNET'.
Check Web.config file "ConnectionString" setting.
Any Idea how can i make this work?