Ask a Question related to ASP.NET General, Design and Development.
-
Jenny #1
https connection?
Hi all,
Two questions:
How can I force the use of an https connection for a first
password site?
What is the best way to prevent direct access to the pages
behind this password site?
Thanks in advance
Jenny
Jenny Guest
-
#31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection
ID: 31050 Comment by: youngad6 at gmail dot com Reported By: dylanwoster at mac dot com Status: No Feedback... -
#38631 [Bgs]: fopen('https://...') or curl with https gives Segmentation fault
ID: 38631 Updated by: darkelder@php.net Reported By: roberto dot berto at gmail dot com Status: Bogus Bug... -
LWP and HTTPS
Hi, I'm a Perl newbie and I'd like to post a form via HTTPS, which requires logging in first via another HTTPS form with cookies enabled. Google... -
PHP HTTPS POST Como hacer un POST https con PHP
http://wedoit4you.com/forums4you/display_message.php?Msg_pk_id=628 /** Author: Ing. Angel Leon Function: postHttps($url,$params) Given the... -
ASP.NET and HTTPS
is it posiible to send data to a HTTPS server using ASP.NET John -
Marc Hoeppner #2
Re: https connection?
Hi,
1) yes, you can set that up in IIS.First you need to install the SSL
certificate inside IIS, then you go to 'directory security', edit and switch
on the 'require secure channel (SSL)' checkbox.
2) If you are just talking about ASPX pages, the built-in security of
ASP.NET is just fine. So you setup your web.config file to Forms
authentication, deny access for users who are not logged in and allow access
for authenticated users.
There are two nice papers about this in case you are interested:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/secnetlpMSDN.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/authaspdotnet.asp[/url]
Best regards,
Marc Hoeppner
NeoGeo
"Jenny" <j.malloyNO@SPAMx-mail.net> wrote in message
news:094b01c34a99$f4e7a7a0$a101280a@phx.gbl...> Hi all,
>
> Two questions:
>
> How can I force the use of an https connection for a first
> password site?
>
> What is the best way to prevent direct access to the pages
> behind this password site?
>
> Thanks in advance
>
> Jenny
Marc Hoeppner Guest



Reply With Quote

