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