Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > 006~ASP 0230~Server.Transfer Error~The call to Server.Transfer failed while load

Reply
Thread Tools

006~ASP 0230~Server.Transfer Error~The call to Server.Transfer failed while load

 
 
Jim
Guest
Posts: n/a
 
      01-28-2004
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?
 
Reply With Quote
 
 
 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      01-28-2004
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?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Errors: Failed to load viewstate. & Validation of viewstate MAC failed. sck10 ASP .Net 6 09-01-2006 05:59 PM
The call to Server.CreateObject failed while checking permissions. Naveen ASP General 1 10-28-2004 03:53 PM
The call to Server.CreateObject failed while checking permissions. Access is denied to this object. CJM ASP General 9 10-13-2004 01:49 AM
aspnet_wp.exe stops- "An error occurred while try to load the string resources (GetModuleHandle failed with error 126)." Stan ASP .Net 1 08-30-2003 11:57 AM
An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888) Marco Gerlach ASP .Net 1 08-07-2003 07:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57