ASP.NET user database without web.config connection strings
Posted
by vikp
on Stack Overflow
See other posts from Stack Overflow
or by vikp
Published on 2010-06-17T19:08:19Z
Indexed on
2010/06/17
19:13 UTC
Read the original article
Hit count: 321
Hi,
I'm wondering whether it's possible to use built in ASP.NET application services (aspnet_user, aspnet_role etc table) without specifying a connection string in a web.config.
At the moment I store connection strings externally, but I keep finding hard-coded connection strings all over the web.config xml, various providers etc. It's driving me crazy.
Thank you
© Stack Overflow or respective owner