Error : Invalid path for child request 'http://localhost/Content/foldername/pdf_filename.pdf'. A virtual path is expected.
I was using Server.Transfer on links to redirect the web to another page, and this error occured.
Solution : DO NOT user Server.Transfer when redirecting to another web server. Use Response.Redirect instead.
Monday, May 18, 2009
Home »
ASP.Net Deploying Problems
» Error using Server.Transfer
Error using Server.Transfer
Related Posts:
You may be intersted in
Related Posts
Updating Table Containing Xml Column via LinkedServer
If you are trying to update a table containing XML column via Linked Server in SQL Server, and you are not able to, you are not alone. There...
0 comments:
Post a Comment