I am doing this in ASP.NET VS2008 and Microsoft Server 2003 and IIS
I have put it in a class and used that class to check if the user of the web page is in a particular group. It works on the development machine. It works on the server bUT only on localhost as the address.
I have impersonation turned on and forms authorization set in the web.config.
I have turned off anonymous users in IIS.
Why doesn't it work in the production environment? For example I create a shortcut on desktop of each user pc, and when I clicked use the shortcut and path:
http://servername/website/home.aspx,
nothing seems to work when users try to login active directory& If works on localhost when you login active Directory, how come is not working for the users in production environment?????
Your help is really much appreciative. Thanks.