metabase
IIS Metabase C++ examples
Could anybody point be in the direction of some examples with creating/editing/removing IIS Web/FTP sites and their respective virtual directori开发者_如何学编程es. As MSDN doesn\'t seem to give many[详细]
2023-03-13 18:08 分类:问答How to get the numeric ID of an IIS 6 Metabase property in C#?
The code below works OK and can read everything in a remote IIS 6 server\'s metabase -- except the frikkin\' numeric ID of the properties. I can\'t find them in the PropertyValueCollection object.[详细]
2023-02-25 09:41 分类:问答IIS Metabase GetObject call returning error 424 object required error
We have an ASP Classic website running on Windows Server 2003 and IIS6 which is throwing intermittent runtime error 424 object required. We\'ve tracked this down to the line which initialises the obje[详细]
2023-02-13 14:58 分类:问答IIS metabase path for aspnet_compiler in IIS7
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[详细]
2023-02-07 19:38 分类:问答Getting IIS 7 Site properties
I have a C++ application that needs to retrieve an IIS 7 site\'s 开发者_开发百科properties (such as metabase properties similar to those in IIS6 - Path, AppFriendlyName etc).[详细]
2023-02-06 06:40 分类:问答IIS 7 Configuration Paths
I am trying to make my c++ ahadmin application compatible to IIS 7. My app needs to read the websites configuration (via metabase properties in IIS 6).[详细]
2023-02-06 02:44 分类:问答What is the new method of querying the metabase in IIS 7?
In IIS 6, I typically used code to query the metabase as in the following: var entry = new DirectoryEntry(\"IIS://localhost/W3SVC\");[详细]
2023-01-14 09:16 分类:问答IIS6 Metabase Compatiblity not installing correctly for Vista IIS7
I\'ve been bashing my head against this one for a few days, and haven\'t had any luck with it. I\'m unable to get my VS2010 ASP.NET project to deploy to IIS. I receive the error[详细]
2023-01-02 12:38 分类:问答How to restore an IIS Metabase backup using C#
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,[详细]
2022-12-19 07:03 分类:问答asp.net iis metabase doesn't return all sites
I use code like the following in ASP.Net to enumerate the websites in IIS: string metabasePath = \"IIS://localhost/W3SVC\";[详细]
2022-12-11 04:37 分类:问答