Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Request.Form or Request.QueryString

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,44342
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> Request.Form or Request.QueryString
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Request.Form or Request.QueryString - 3/11/2007 6:49:53 PM   
  AdmiralGanja

 

Posts: 6
Score: 0
Joined: 3/11/2007
Status: offline
Hi,
 
I have recently been taking over an ASP/vbscript project. The code came in two different versions.
 
IIS4 Version

Response.Redirect(
"SaveRequest.asp?" & Request.Form.Item)
  with Request.QueryString
default.asp reading config files

 
Other IIS Version
Server.Transfer("save.asp") with Request.Form
global.asa reading config files

I have understood that the IIS4 version of the code is supported by other IIS versions but not the other way around. What are the advantages with using Server.Transfer and Global.asa? I know it will be better prepared for the .NET version but otherwise? Is it really any idea to keep 2 versions when the IIS4 works on all versions?

Thanks in advance for any comments!
Cheers/Jesper
 
 
 
Post #: 1
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> Request.Form or Request.QueryString Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts