Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

local https web site

0 views
Skip to first unread message

CSharper

unread,
Nov 6, 2009, 12:21:57 PM11/6/09
to
I was not sure where to ask, so I thought I ask here since I get all
my answers here than anywhere.

How do I go about creating https web site on my local machine?

Thanks,

Peter Duniho

unread,
Nov 6, 2009, 1:51:18 PM11/6/09
to

Run a web server on your local machine (see, for example,
http://httpd.apache.org/). For HTTPS you'll also need a security
certificate ($$$, unless you're willing to put up with browser warnings).

Alberto Poblacion

unread,
Nov 6, 2009, 2:03:16 PM11/6/09
to
"CSharper" <csha...@gmx.com> wrote in message
news:c3ede210-c069-4cb2...@37g2000yqm.googlegroups.com...

> How do I go about creating https web site on my local machine?

You need to buy a certificate, or generate it yourself if it is only for
local use and you don't need anyone else to recognize your site.
Then you install the certificate in IIS, which is done in a different
way depending on the version you are using, and configure a site to use SSL.
This link should help you:

http://technet.microsoft.com/en-us/library/cc771438(WS.10).aspx

If this is not enough, you will probably get better answers by asking in
an IIS forum. This is not really a C# question, even if you argue that you
can serve over https a web site that uses C# for its code-behind.

Mr. Arnold

unread,
Nov 6, 2009, 2:19:29 PM11/6/09
to

Mark Rae [MVP]

unread,
Nov 6, 2009, 2:19:39 PM11/6/09
to
"CSharper" <csha...@gmx.com> wrote in message
news:c3ede210-c069-4cb2...@37g2000yqm.googlegroups.com...

> How do I go about creating https web site on my local machine?

In addition to the other responses, and as Alberto hinted, there's no need
to pay for a certificate for development purposes. Microsoft's SelfSSL is
free and easy to use:
http://www.google.co.uk/search?aq=f&sourceid=chrome&ie=UTF-8&q=SelfSSL

If you're developing a website for eventual deployment on the live Internet,
you'll need a "proper" certificate from a trusted authority. I use these
people: http://www.rapidssl.com/index_ssl.htm

And, as Alberto also hinted, you're in the wrong newsgroup...
For ASP.NET questions, please post in:
microsoft.public.dotnet.framework.aspnet
For IIS questions, please post in one of the newsgroups beginning:
microsoft.public.inetserver.iis.


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

0 new messages