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
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