Redirecting to web page in another assembly?
-
WebApp A is referencing WebApp B. Is there a way you can redirect the user from for example "testA.aspx" in WebApp A to "testB.aspx" in WebApp B
Hristiyan wrote:
WebApp A is referencing WebApp B
How do you reference two web apps? :confused:
Hristiyan wrote:
Is there a way you can redirect the user from for example "testA.aspx" in WebApp A to "testB.aspx" in WebApp B
Do a response.redirect:rose:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
WebApp A is referencing WebApp B. Is there a way you can redirect the user from for example "testA.aspx" in WebApp A to "testB.aspx" in WebApp B
You can achieve it after you host both the application, and then you can hardcore the url of the testb.aspx in testa.aspx page.
-
You can achieve it after you host both the application, and then you can hardcore the url of the testb.aspx in testa.aspx page.