Quote Originally Posted by sapator View Post
If i understand correctly you are looking for the connection string?
Connection string will be at web.config .
If you don't see that then you must set it manually but i believe asp tool set that for you.
Note that if decide to bypass the asp.net tool and integrate the asp database to an sqlserver then i believe you will have to set it manually again in web.config.
If i didn't understood your question correctly let me know.
I'll try to clarify.

When I use the web tool to create users, set roles, etc, it's storing this info in the database it creates in the App_Data folder. Somewhere, it has to have a connection string so it knows where to find the database. But I looked in the web.config file and there isn't a connection string.

So I need to know where it stores this info. Unless I've got this all wrong.