I have an one application for example,
that link www.test.com Now in this application I can open the page directly
which is available in the application for example
www.test.com/portfolio.aspx
But now I am requesting to my server with below
www.test.com/test1.aspx or anyact(which is not available in my application for example test1.aspx) link It directly goes my login page I want to display custom page. How can I Implement?
Go to the complete details ...