I wanted to store change the connection string so that it points to existing database that has all the necessary tables. when searched for "DefaultConnection" i am not able to find that any where in the application, Models folder does not have any of the models related to classes. All i see is the interface definitions is metaData. I can change the connection string value in the web.config to make it work, but now i am kind of intriguing to know how it implemented so that in case i want to customize the logic, where can i find those classes ?
I am using the latest version of WebAPI and using VS 2013.
What is confusing me is where how to modify the classes to implement custom logic, i can't find the model classes related to identity.