-
Posted to
IIS7 - Setup
by
rkuite
on
06-11-2009, 9:02 AM
I could never get it to work as intended through the GUI or script interface... I ending up manually editing the ApplicationHost.config file
To correct the hostname...
-Open Windows Explorer
-Navigate to C:\Windows\System32\InetSrv\Config\
-Open the file ApplicationHost.config with notepad
-Search for "bindings"
-In the bindings ...
-
Posted to
IIS7 - Setup
by
rkuite
on
07-03-2008, 3:36 PM
[quote user="anilr"]
The equivalent setting on IIS7 is
%windir%\system32\inetsrv\appcmd.exe set config "Default Web Site" -section:system.webServer/serverRuntime -alternateHostName:<value>
[/quote]
When I attempt this command on the server when logged in as Administrator, I received the error...
ERROR ( ...
-
Posted to
IIS7 - Setup
by
rkuite
on
07-03-2008, 9:11 AM
Our 2008/IIS 7 server has an internal name of KWST1 but an entirely different external name (kiosk2test). The application uses WCF and has a web service. Any URL generated inside the .svc or the .wsdl reference the internal server name (https://kwst1.domain-name.com/appname/Service.svc?wsdl) instead of the desired URL of ...
-
Posted to
Security
by
rkuite
on
06-12-2007, 2:56 PM
We have an IIS 6.0 / .Net 2.0 framework environment where the site is entirely running SSL fronted through a Cisco Content Services Switch (with SSL card). The Cisco Switch is modifying the HTTP headers to include [ssl-server 10 http-header static "Front-End-Https: on"].
We've run into a couple of situations (wsdl page ...