I have the connection string like this:
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"
How do I give the new data source connection to this ASPNETDB.MDF (the database created with asp.net userlogin) file??
When I give the .\SQLEXPRESS as data source it shows me some other database file but not this database??
How can I connect this for crystal reports?