redirect to startpage

  • Thread starter Thread starter Niclas Lindblom
  • Start date Start date
N

Niclas Lindblom

Hi,

Is there anyway to send a user to the applications startpage without
hardcoding the name of the page ?

Regards

Niclas
 
Curt,

Thanks for your response, but this path sends me to the root of the web not
the root of my web application which is in a virtual directory like

http://www.mysite.com/myApp

Is there any way to specify a path that points to the root of the
application rather than the site?

Cheers

Niclas
 
Hi Fred,

That will work, but I was hoping that there would be a way where I would not
have to hardcode the directory name..

Thanks anyway

Niclas
 
Think I found the solution myself

Response.Redirect(Request.ApplicationPath)

Thanks all

Niclas
 
Back
Top