|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ASP over SSL connection - HELP |
From: |
Toby Beaumont |
Date: |
3/9/1999 9:19:24 AM |
IP: |
194.205.25.138 |
I'm running NT 4 with IIS4
When I connect to the server on port 80, I can run all my ASP scripts fine. However, when I connect
to the server on port 443 (or https://), no ASP scripts can be called.
For example:
<form method="post" action="/scripts/somescript.asp">
On port 80, pressing the SUBMIT button on this form would work. When connecting to the same form
on port 443, the browser sits there waiting for a response from the server and eventually times out.
I know it isn't the code in the ASP files themselves causing the problem, because the same occurs even
if a script contained something as basic as 'respone.write("hello")'
Basically, does anyone know what changes need to be made in order to run ASP scripts over SSL?
Thanks for your help. |
Follow Up - Re: ASP over SSL connection - HELP - More info - Toby 3/9/1999 12:37:25 PM
|
|
|
|
|
|
|
|
|
|
|
|