I have an asp.net application, from which I want to open a sharepoint site url with username, password and domain name.

I have tried using xmlHttp and ActiveXObject. It is working fine when I directly run the project from my system and click the link.
But after configuring my application in IIS - virtual directory, when I access my application from different machine by using my ip address, its not working. It means, when I...