From
http://www.aspfaq.com/search.asp?q=0230
Check the URL that you are passing to the transfer or execute method. Make
sure it is a relative URL, and that you can hit it with a browser.
Response.Write a Server.MapPath on the value you are passing, and make sure
it produces a valid local path.
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"Jim" <> wrote in message
news:603601c3e5c2$6429e830$...
> Any idea what is causing this error? 006~ASP
> 0230~Server.Transfer Error~The call to Server.Transfer
> failed while loading the page.
>
> Just read about benefits of Server.Transfer over
> Response.Redirect, replaced, and getting the error.
>
> Suggestions?