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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top