connectionString=Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True providerName=System.Data.SqlClient
// what should i change in my connection string so i can host my asp.net site on aspspider.info…
//i get this errod
SqlException (0x80131904): User does not have permission to perform this action….and so on…
change your connection don’t use integrated security. the above connection is just a sample. there are many ways to connect to yourdatabase with more security see this for list connection strings