
tim.stevens1.5524909966643413E12 asked a question.
Setting the AccessSSLFlags IIS property
Hi there, I need to set a directory in IIS such that "Require secure channel (SSL)" is enabled. Based on this thread:
http://community.flexerasoftware.com/showthread.php?t=168377&highlight=%22require+ssl%22
I believe it's the AccessSSLFlags metabase property, which in doing some other googling I thought was something I should be able to set in 2010. (It's mentioned as being available in earlier versions of the product.) However, I don't see it in the "Other IIS Properties" window and, short of running a script (like described here http://community.flexerasoftware.com/showthread.php?t=156511 ) I'm not sure how to enable this flag.
Suggestions? Why isn't that property showing up in the "Other" window?
-tim
I believe you have to use the ISIISProperty to customise the metabase properties for a particualr IIS virtual directory/application.
It is a little tricky, unless someone else know a better way, this is the way i set the MimeMap- MimeTypes and http custom headers.
Vijay
I hope that helps.
Did you try simply creating a record in the ISIISProperty table? Easiest way is to set one the available properties in the IIS view so a record is created for the directory you want then switch to the DirectEditor and change the MetaDataProp value to the AccessSSLFlags one (6030 ?); also set MetaDataValue. "
Hey, that's what I thought the solution was... I dont know if the OP has tried it.