A
A.M
Hi,
I underestand that if I use :
Response.Redirect("~main.aspx");
The request will be redirected to main.aspx in the root of application
folder which can be an IIS virtual directory.
How can I know where is the exact path of "~main.aspx" on web server. Is
there any helper function is asp.net do that for me ?
Thanks,
Allan
I underestand that if I use :
Response.Redirect("~main.aspx");
The request will be redirected to main.aspx in the root of application
folder which can be an IIS virtual directory.
How can I know where is the exact path of "~main.aspx" on web server. Is
there any helper function is asp.net do that for me ?
Thanks,
Allan