S
sqlman
Windows 2008 Server, IIS 7
ASP.NET 1.1 web service
I have a ASP.NET 1.1 web service on the external machine for which I
need to implement proper authentication mechanism. I have an Active
Directory domain also in DMZ (specifically for external users), and I
would like to use the existing user base and roles in it.
The easiest approach seems to enable Windows authentication on the
virtual directory of the web service, and let IIS handle
authentication. But from what I have seen, Microsoft strongly
discourages use of Windows authentication on the Internet.
What are my alternatives and how would I implement them?
ASP.NET 1.1 web service
I have a ASP.NET 1.1 web service on the external machine for which I
need to implement proper authentication mechanism. I have an Active
Directory domain also in DMZ (specifically for external users), and I
would like to use the existing user base and roles in it.
The easiest approach seems to enable Windows authentication on the
virtual directory of the web service, and let IIS handle
authentication. But from what I have seen, Microsoft strongly
discourages use of Windows authentication on the Internet.
What are my alternatives and how would I implement them?