Freshers Aptitude technical questions
Freshers Job Alert
Bookmark and Share

  Difference in ASP 2.0 and ASP 3.0

New features were added on to ASP 3.0, those are,

Server.Execute - same as server side include

Server.Transfer - same as Response.Redirect, but also transfers the requests to the redirected page.

ASPError Object - same as Err object, returned by new method Server.GetLastError.