-
Posted to
Security
by
Kreshiv
on
10-06-2008, 5:49 PM
How to convert http to https. I am using IIS 6. My application is hitting the server with Http://localhost/default.aspx. and returning a error:
The page must be viewed over a secure channel
The page you are trying to access is secured with Secure Sockets Layer (SSL). ...
-
Posted to
General
by
Kreshiv
on
10-06-2008, 5:46 PM
did
aspnet_regiis -i
and did
aspnet_regiis -e
Got my application worked.
-
Posted to
General
by
Kreshiv
on
10-03-2008, 5:17 PM
I cannot uncheck that. Instead i have added my address in
Do not use proxy
I get this error:HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
Internet Information Services (IIS)
-
Posted to
General
by
Kreshiv
on
10-03-2008, 5:05 PM
So how to remove proxy settings. Or how to proceed with this?
-
Posted to
General
by
Kreshiv
on
10-03-2008, 4:48 PM
Host header name is:
awap.com
-
Posted to
General
by
Kreshiv
on
10-03-2008, 4:48 PM
I made the change in:
C:\Windows\System32\Drivers\etc\hosts.
Is that enough
-
Posted to
General
by
Kreshiv
on
10-03-2008, 2:53 PM
Hi,
I created a website and would like to add a host header value.
Default Website -> Advanced ->(my IP Address):Port 80 ->host-header value.
Under default website is my Website virtual directory.
I get this error: -
The requested URL could not be ...
-
Posted to
Security
by
Kreshiv
on
09-25-2008, 6:28 PM
Hi, I am trying to create a web application for ADAM. Here I use Application Pool Identity (Confirgurable Identity) for logging into ADAM.
Is there any possibility that I can map an application pool Identity to ADAM, and do Authentication? I am using IIS 6.0 and C#.