How to force username and password entry in C# / VS web app?
- by salvationishere
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?