G
Guest
I'm building a web app in C# for use on a company intranet. I want to
restrict access to only authenticated users on the domain. There is plenty
of documentation on this subject except for one issue that I've come across.
When running this on IIS installed on my Windows XP deveopment system, any
authenticated user on the domain can access the page and using the Security
object I can identify them.
However, when running the app on a Windows 2000 Server, users are always
asked for their username and password. I cannot figure out how to get the
information automatically handled by the server.
I've gone through all of the recommended settings for IIS and the web.config
file and cannot get rid of this prompt. Is this normal or expected? Any
help would be appreciated.
restrict access to only authenticated users on the domain. There is plenty
of documentation on this subject except for one issue that I've come across.
When running this on IIS installed on my Windows XP deveopment system, any
authenticated user on the domain can access the page and using the Security
object I can identify them.
However, when running the app on a Windows 2000 Server, users are always
asked for their username and password. I cannot figure out how to get the
information automatically handled by the server.
I've gone through all of the recommended settings for IIS and the web.config
file and cannot get rid of this prompt. Is this normal or expected? Any
help would be appreciated.