using ASP.Net with SSL
If my site is written to make all transfers between screens at the server using the Server.Transfer instruction, and the first screen is accessed under SSL, will SSL access be maintained across the Server.Transfer's for all screens automatically or must each screen file be specified in the Server.Transfer individually with an https.
|