I am trying to use aspnet_compiler via the command line to build and publish a web application that is running on the IIS7 Default Web Site. I am struggling with finding the correct syntax of the -m a
I have an application that I am w开发者_JS百科rapping up in an installer. I would like to, either through the registry, or by writing a script, enable IIS 6 metabase compatibility in IIS 7.
I try to modify the metabase of IIS6, I\'ve che开发者_如何学Pythonched the checkbox to enable direct Metabase Edit.
Is there somethi开发者_如何学Gong like IIS 6.0 Resource Kit Tools for IIS 7, specially the metabase explorer tool to be able to edit the IIS configurations without editing the .xml and .config files d
How can I set the ehe .net framework version and the managed pipeline mode programmatically for a IIS 7 prog开发者_运维问答rammatic via C#? What a the metabase property names for that?You could use th
I\'ve found the Stack Overflow question describing how to backu开发者_开发问答p the IIS Metabase in C# here, and I have been successful at getting that to work using the code referenced here. However,