Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
2k views

Is there something like IIS 6.0 Resource Kit Tools for IIS 7?

Is there something 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 directly?
3
votes
1answer
295 views

How to restore an IIS Metabase backup using C#

I've found the Stack Overflow question describing how to backup the IIS Metabase in C# here, and I have been successful at getting that to work using the code referenced here. However, I am having ...
1
vote
1answer
99 views

WiX IIS Metabase Property

Is there a way to get the Enable32BitAppOnWin64 metabase property in WiX for IIS6? I'm installing a web app and need to run aspnet_regiis.exe on a 64bit machine that has IIS set to 32bit mode. To get ...
1
vote
1answer
318 views

VS2010 web setup project needs IIS6 (metabase) compatibility on IIS7. Consequences or other issues for the application?

When trying to install a web setup project (MSI) created in Visual Studio 2010 on Windows Vista, Windows 7 or Windows 2008 Server the setup will fail, with some generic error. According to ...
1
vote
1answer
108 views

How to overcome max upload size limit in Wordpress 3.1 running on Windows 2003 IIS6

i am trying to increase the max upload size in wordpress 3.1 multisite-installation running on windows 2003 iis6, but all methods i try (from editing php.ini, putting it in wp-admin as well as in the ...
1
vote
1answer
37 views

Metabaseiis cannot write

I try to modify the metabase of IIS6, I've cheched the checkbox to enable direct Metabase Edit. I do my modification, I save and When I do iisreset my modifications are rollbacked. What can I do?
1
vote
1answer
509 views

IIS 7 metabase: Setting the framework version and the managed pipeline mode programmatically

How can I set the ehe .net framework version and the managed pipeline mode programmatically for a IIS 7 programmatic via C#? What a the metabase property names for that?
1
vote
2answers
751 views

Why IIS 6.0 metabase compatibility is required to be installed on IIS 7.0?

I recently encountered some harrowing time with our application's installer not able to run due to the non-availability of IIS 6.0 metabase compatibility on my Win2008 machine. I am curious to know ...
1
vote
2answers
568 views

Should AspBufferLimit ever need to be increased from the default of 4 MB?

A fellow developer recently requested that the AspBufferLimit in IIS 6 be increased from the default value of 4 MB to around 200 MB for streaming larger ZIP files. Having left the Classic ASP world ...
0
votes
0answers
40 views

Programmatically retrieving IIS Metabase information remotely

I am looking for methods to retrieve IIS7 metabase information remotely. I would like to setup a management console so that I can breakdown the IPs in use for each domain on our subnet. So lets say ...
0
votes
0answers
23 views

web site in metabase but cannot see it in IIS or browse to it

Looking through our IIS6 metabase I see an IIsWebDirectory Entry: <IIsWebDirectory Location ="/LM/W3SVC/1/ROOT/MyApp" AppFriendlyName="MyApp" AppIsolated="2" ...
0
votes
2answers
669 views

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 ...
0
votes
1answer
358 views

Is is possible to enable metabase compatibility in IIS 7 programmatically?

I have an application that I am wrapping 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. Does anyone know if ...