Server.Transfer

  • Thread starter Thread starter Russ
  • Start date Start date
R

Russ

Does server.transfer only works for pages that are in the root folder of an
application?

I tried some code that looked like this:

Server.Tranfer("./Subfolder/Mypage.aspx");

Is it not possible to transfer to a file in another folder?
 
As long as the subfolder is in the parent folder's application, it should
work fine.

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top