Ask a Question related to ASP.NET Security, Design and Development.
-
anon #1
How can I setup SSL on my LOCAL COMPUTER?
Hello,
I already have setup SSL on my production server via purchasing a
certificate and that seems to work fine as I can type in https:// and it
works fine.
However, I want AND need to be able to test my .ASPX webpages via SSL on my
local server.
What is the best way to this?
Thanks.
anon Guest
-
Asp.net + Links from local computer not updating
Hi Guys/Gals I'm having an issue with Contribute 3. When I create a new link and point to file on my computer and then publish, the file a)... -
Publish To Local Computer
Please excuse my ignorance, but I would like to know how I can send or publish the files for a flashpaper document in my web page to my home/local... -
Setup CF 6.1 on local network
I am just starting with a company that is expanding into web design and development and want to use CF as their development platform. I have set up... -
How to test Webservice on Web like on local computer?
Hi, All I created a Webservice locally, and it returns all coustomers names in XML format when I click "Invoke" button. But when I test from the... -
Host computer setup
I used the network setup wizard to set up the host computer on my xp system. It goes through the process successfully, yet when I go to network... -
Ken Schaefer #2
Re: How can I setup SSL on my LOCAL COMPUTER?
Set up your own CA, and issue yourself a certificate?
[url]http://support.microsoft.com/?id=299525[/url]
HOWTO: Set Up SSL Using IIS 5.0 and Certificate Server 2.0
[url]http://support.microsoft.com/?id=218445[/url]
How to Configure Certificate Server for Use with SSL on IIS (IIS v4.0 and
NT)
If you are using IIS 6.0, then you can use the tools in the Res Kit:
[url]http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en[/url]
Cheers
Ken
"anon" <anon@hotmail.com> wrote in message
news:%23b$b1bUPEHA.3380@TK2MSFTNGP11.phx.gbl...
: Hello,
:
: I already have setup SSL on my production server via purchasing a
: certificate and that seems to work fine as I can type in https:// and it
: works fine.
:
: However, I want AND need to be able to test my .ASPX webpages via SSL on
my
: local server.
:
: What is the best way to this?
:
: Thanks.
:
:
:
Ken Schaefer Guest
-
Eric Lemmon #3
Re: How can I setup SSL on my LOCAL COMPUTER?
Hi Anon,
Since using SSL means (put simply) that you are using HTTPS in place of HTTP, you can test your application by changing the protocol as you mentioned.
You can also require secure communication for a web page using IIS:
- Go to the IIS snap-in in Computer Management.
- Right-click the folder (or file) for which you want to require SSL and select Properties.
- Click the Directory Security tab.
- Click the Edit button in the Secure Communications group box.
- Select the "Require secure channel (SSL)" check box, and click OK.
Take care,
Eric
"anon" <anon@hotmail.com> wrote in message news:%23b$b1bUPEHA.3380@TK2MSFTNGP11.phx.gbl...> Hello,
>
> I already have setup SSL on my production server via purchasing a
> certificate and that seems to work fine as I can type in https:// and it
> works fine.
>
> However, I want AND need to be able to test my .ASPX webpages via SSL on my
> local server.
>
> What is the best way to this?
>
> Thanks.
>
>
>Eric Lemmon Guest
-
anon #4
Re: How can I setup SSL on my LOCAL COMPUTER?
thanks, got it.
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:%23s8I25UPEHA.3420@TK2MSFTNGP11.phx.gbl...[url]http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en[/url]> Set up your own CA, and issue yourself a certificate?
>
> [url]http://support.microsoft.com/?id=299525[/url]
> HOWTO: Set Up SSL Using IIS 5.0 and Certificate Server 2.0
>
> [url]http://support.microsoft.com/?id=218445[/url]
> How to Configure Certificate Server for Use with SSL on IIS (IIS v4.0 and
> NT)
>
> If you are using IIS 6.0, then you can use the tools in the Res Kit:
>>
> Cheers
> Ken
>
> "anon" <anon@hotmail.com> wrote in message
> news:%23b$b1bUPEHA.3380@TK2MSFTNGP11.phx.gbl...
> : Hello,
> :
> : I already have setup SSL on my production server via purchasing a
> : certificate and that seems to work fine as I can type in https:// and it
> : works fine.
> :
> : However, I want AND need to be able to test my .ASPX webpages via SSL on
> my
> : local server.
> :
> : What is the best way to this?
> :
> : Thanks.
> :
> :
> :
>
>
anon Guest



Reply With Quote

