Click here to Skip to main content
15,914,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I have 4 different web projects which are in the same solution file , depends on the login i have to redirect the user to related project. i am using

this is default
Response.Redirect("Default.aspx", false);

this is for redirecting other site.

Response.Redirect("http://mysite/Default.aspx", false);

this shows an error. unable to find,


even i have given full path still not getting the result,


Please help me out.

Thanks and regards
Vishwa
Posted

1 solution

url specified inside the response.redirect is incorrect
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900