Hi,
Is it possible to redirect from page "first.aspx" belonging to "ProjectA" to page "second.aspx" belonging to "ProjectB" of the same solution?
I know when hosted the two projects will be different websites so we can easily call one page from another using normal http post/get. However is this possible while debugging in local visual studio environment?

Regards
Max

Go to the complete details ...