I’m trying to setup a couple of default bindings in my applicationHosts.config file for IISExpress and was wondering if there was any way to script these with the IIS powershell snap in.
Is this possible with IIS Express?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. It is not possible use it with IIS Express. Probably you should use appcmd.exe located in the installation folder of IIS Express. (http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe)