How to force username and password entry in C# / VS web app?
Posted
by salvationishere
on Stack Overflow
See other posts from Stack Overflow
or by salvationishere
Published on 2010-04-23T23:19:11Z
Indexed on
2010/04/23
23:23 UTC
Read the original article
Hit count: 284
I am trying to force user to enter username and password when they run my C#/SQL web application. This was developed in VS 2008 on a 32-bit XP. The current connection string I'm using in my web.config file is:
But it still doesn't prompt for a username and password. What am I missing?
© Stack Overflow or respective owner