hi is there any possible to use App_Data sql database ie insert , select , update ect
i have used the connection string below
<add name="connectionstring"
connectionString="data source=.\SQLEXPRESS2008R2;Integrated Security=true;AttachDBFilename=app_dataLocation\database.mdf;User Instance=true"
providerName="System.Data.SqlClient" />
</connectionStrings>
thanks in adavance