I am able to display the sites in my IIS using the serverManager.Site
. Is there any way to list the files in each of the Website. I need to change RequireSSL property of one of the File. Is that Possible using ServerManager? Or any other way to do the same like appcmd ? Any Help is appreciated.
Asked
Active
Viewed 941 times
1

Access Denied
- 224
- 1
- 14
-
1see http://stackoverflow.com/questions/7561588/configure-ssl-on-a-microsoft-web-administration-application-object – Antonio Bakula May 03 '12 at 12:39
1 Answers
1
I found a Solution in the link provided by Antonio in the comment. Basically we can change the ApplicationHost Config File to get it done. Heres the link again
Configure SSL on a Microsoft.Web.Administration.Application object?

Community
- 1
- 1

Access Denied
- 224
- 1
- 14