Hi All,
I have an intranet website which was developed using .NET Framework 3.5 and needs to hosted on
3rd party hosting environmentoutside the Clients network. Application is using windows authentication to authenticate the users. The users of this application
will be logging from client network. This site should work only when users access the site from within the Clients domain otherwise not. Users should be authenticated in the Client network itself and need not provide any credentials to access this application.
How do I get the users authenticated using Windows
authentication for this application in the hosted environment?
Could any one please let me know how to do this.
Thanks in Advance.