When I run web application via VS 2008, the application is able to log onto Sql server and check credentials ( user name and password ) entered by the user, but whe
Personally I would run the Web app under a custom service account. If you really want to run it under Network Service- see this MSDN document.