Hey guys,
I'm having a problem and would really appreciate your help. I need to manually edit the "SecureBindings" string for a website, but I cannot figure out how to do this. I'm trying to setup SSL for our sites and having the .mydomain on then end is not acceptable.
In IIS 6 I would right click the website>Select All Tasks> Save COnfiguration to a File...
Then I could open the XML and update SecureBindings from:
SecureBindings=":10126:"
to:
SecureBindings=":10126:[SERVERNAME]"
Can someone please tell me how to do this, then how to import this file as the new website in IIS 7.0.
I tried using APPCMD and I'm not sure if I have it right or not, I'm new to this as well. Here's the line I used:
appcmd list config "[SITENAME]/" /config:* /xml >Output.xml
Your help is greatly appreciated.
I was able to find where this information was located. It's in the applicationhost.config file. at C:\Windows\System32\inetsrv\config