HTTPS, SSL and ASPX

  • Thread starter Thread starter Gareth
  • Start date Start date
G

Gareth

Hello

Why can't I run ASPX in SSL mode?

i.e.

I am developing locally (local IIS server) then uploading to a web site.

The non-secure pages run okay. but when a link to an https page is clicked,
it won't work. An HTML and ASP page do work, however.

HELP!


In addition.....Why can't I debug ASP pages inside VS.NET/VB.NET?
 
Gareth said:
Hello

Why can't I run ASPX in SSL mode?

i.e.

I am developing locally (local IIS server) then uploading to a web
site.

The non-secure pages run okay. but when a link to an https page is
clicked, it won't work. An HTML and ASP page do work, however.

What *exactly* happens? "Won't work" isn't very specific.
In addition.....Why can't I debug ASP pages inside VS.NET/VB.NET?

*shrug*

ASP? Is that even supported in VS .NET?

Cheers,
 
Why can't I run ASPX in SSL mode?
I am developing locally (local IIS server) then uploading to a web site.

How did you install the local SSL certificate? Did you specify the actual
name of your development machine, or did you specify localhost? Did you get
any errors?
In addition.....Why can't I debug ASP pages inside VS.NET/VB.NET?

Why are you running ASP pages in .NET???
 
Back
Top