I can’t find any info on this… I keep getting some error saying I need IIS integrated mode. Does Server.TransferRequest not work on visual studio?
My start options say “Use Default Server”.
Here is how it is being used:
Server.TransferRequest("RegisterSuccess.aspx?email="+ tbEmail.Text);
“The new
TransferRequestmethod performs a complete request by using anIIS 7worker thread. This means that the page request will go through the completeASP.NETpipeline, giving every module a chance of interacting with the request.”See more ASP.NET: Using Server.TransferRequest
“(ASP) features introduced with Internet Information Services
(IIS) version 5.0is a transfer method for the ASP built-in Server object.”See more How to Use the Server.Transfer Method