I am not sure what i am doing wrong, but this is kinda freaky issue:

I am trying to open a PDF file in virtual folder using following:
     Response.Redirect("/carespring/Output/NEW.PDF")

I get a blank page and when i click on refresh, it opens the file.

But i do following, it opens the file from Server Path.

Response.Redirect(Server.MapPath("/carespring/OutPut/NEW.PDF"))

Any idea why is this happening?

Thanks,
Farhan

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to