Yes, you can use your ASP.NET page as is with the https:// prefix. The web
server handles securing the communication.

--
James J. Foster, DotNetCoders
[url]http://www.dotnetcoders.com[/url]


"George Durzi" <gdurzi@nospam_hotmail.com> wrote in message
news:ejT2YcEWDHA.392@TK2MSFTNGP11.phx.gbl...
> Assuming all the infrastructure for SSL has been implemented on a web
> server. What do you need to do to make a certain ASPX in the web app into
a
> "secure" page.
>
> Do you just reference it with HTTPS:// instead?
>
> Thank you
>
>