I am using aspnet_reqsql and it had the database to My SQL Server Intance.
I am trying to configure with the below settings in the web.config file
<add connectionString="Server=(local);user id=sa;password=*****;database=aspnetdb;" name="LocalSqlServer"
providerName="System.Data.SqlClient"/>
After this when i click the Asp.net configuration i can see the Web Admin tool is allowed
But when i click on the security tab i get a "Time Out issue"
Following options i have tried.
1. I changed the machine.config for 4.0 to point this database. it did not work
2. Then i thought i could atleast try by adding database to App_data folder. But i could not find a way to add
the database to APP_DATA folder.
My Requirement is : I need to create test users in the aspnetdb using webadmin tool