Tagged Questions
2
votes
2answers
68 views
Implications of using domain\computername$ account to serve SQL data to IIS
One of our coders is trying to get Windows Authentication to work on a new web app that he's developing (.Net 4.0, MVC, via IIS 7.0/7.5).
The application connects to a SQL Server database back-end ...
5
votes
1answer
194 views
Using AD authentication in a publicly accessible webapp
I am sys admin working with a development team who is extending a publically accessible .net web app that currently uses forms authentication with usernames/passwords (hashed) stored in a sql ...