----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 2 in Discussion SS:- It's possible to create a sub directory, place the "aspx" page in and secure the sub directory. It is also possible to maintain the session info between the non secure and the secure parts of the site, You may check the following links for more information. Which will help on How to Set Up SSL on a Web Server http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT16.asp Which will help you on Secure Forms Authentication by Using Secure Sockets Layer <http://support.microsoft.com/?id=813829> Which will help on How to enable SSL for All Customers Who Interact with Your Web Site in Internet Information Services <http://support.microsoft.com/?id=298805> Also, The WebRequest and WebResponse classes use Secure Sockets Layer (SSL) to communicate with hosts that support SSL automatically. The decision to use SSL is made by the WebRequest class, based on the URI it is given. If the URI begins with "https:", SSL is used; if the URI begins with "http:", SSL is not used. The following example illustrates using SSL. [Visual Basic] Dim MyURI As String = "https://www.abcx.com/" Dim Wreq As WebRequest = WebRequest.Create(MyURI) [C#] String MyURI = "https://www.abcx.com/"; WebRequest WReq = WebRequest.Create(MyURI); Hope this helps. Thanks, Smith http://spaces.msn.com/JohnySmith ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
