Passport Requirements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have to develop a website demo using .Net Passport service.
I'm wondering about this requirements:
-Shall I have to install SSL server?
-Should the computer be outside the firewall?Even if the website is an "internal" application...?

Thanks

Daniele
 
Thank you.
I explain my problem with more details:
I work with win xp and IIS.
The computer have a static IP but is beyond a global firewall.
I have already install the enc. key but the demo website wont run!
What i have to do now?Install an SSL server?or just able IIS to ssl?
or just the pc should be outside the firewall?

Best regards

Daniele
 
It depends on which port are opened on your firewall. For example HTTP is
port 80. The docs state that you should also have SSL, so you'll need port
443 (HTTPS) too. It's ovious that your IIS also needs a server certificate.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
Back
Top