I have an ASP.NET Application deployed to IIS, application will be called from another separate website(Java based application which is like a portal), Can I find the URL of the that website (Java based application )from where the request came to my asp.net application ?
The reason why I need that requested URL is that in my application I have a HOME button when clicked should redirect the USER to the website(Java based application) from where my asp.net application is called. I can't hard code the URL as the request will come from multiple places (as that java based website is in multiple servers with different or same domain names).