Question : Web.config security settings

I am looking for a way to do a web.config file with local windows security settings.  How would I do this?  Thanks!

Answer : Web.config security settings

That's because you don't use what I've posted....
In your case you add the string "connString" into your sqlConnection, while you need the value of your connString (this is the value from your config-file).
So remove the quotes !
New SqlConnection(connString)
Random Solutions  
 
programming4us programming4us