-
Posted to
IIS 7 - Troubleshooting
by
wimoy
on
11-17-2009, 3:52 PM
Hi ibacondors,
I don't know how your SysWOW64 config\schema directory ended up missing because the directory does get created when IIS is installed. However, the dependecy on the existence of this directory for WOW64 processes has been removed in Windows 7 / Server 2008 R2.
Thanks
-
Posted to
IIS 7 - ASP.NET Administration
by
wimoy
on
07-20-2009, 3:34 AM
Hi ThisBytes5,
I am the developer of the IIS7 configuration system. I have noticed that you still not replied to Leo Tang's suggestion to post additional information so we can diagnose your issue. I can confirm that the configProtectedData section may be specified in multiple configuration files. In fact, the section is actually a ...
-
Posted to
IIS7 - General
by
wimoy
on
03-02-2009, 4:50 PM
Hi ma_khan,
Thanks for reporting this issue. It will be fixed for RC.
-
Posted to
IIS7 - URL Rewrite Module
by
wimoy
on
02-26-2009, 2:06 PM
Hi alphaplex,
The IIS7 configuration system is in some respects a native code re-implementation of System.Configuration. It may have been a feature there but was never implemented here.
Thanks
-
Posted to
IIS7 - URL Rewrite Module
by
wimoy
on
02-26-2009, 12:22 PM
Hi alphaplex,
The IIS7 configuration system does not automatically pick up changes made to a configSource file and there is no section definition property that can configure this behavior.
Thanks
-
Posted to
IIS7 - URL Rewrite Module
by
wimoy
on
01-27-2009, 6:40 PM
Hi Kanien,
Appcmd does use nativerd.dll so the behavior I mentioned applies. However since appcmd is usually short-lived it is unlikely that it will conflict with itself. If you do, you will be presented with an error similar to this:
Applied configuration changes to section "system.webServer/defaultDocument" ...
-
Posted to
IIS7 - URL Rewrite Module
by
wimoy
on
01-27-2009, 6:11 PM
Hi Kanien,
All of our administration tools ultimately use the same module, nativerd.dll, to make configuration changes. This module checks the timestamp of the configuration file being written to before making any modifications to the file and aborts the commit operation if it detects that the file has been changed since it was ...
-
Posted to
IIS7 - General
by
wimoy
on
02-07-2008, 8:54 PM
I have not been able to repro this. Did you set a secure bindings on the site? Could you please use "adsutil enum w3svc/1" (without the quotes) or something similar to dump the properties on the metabase key.
Thank you
-
Posted to
IIS7 - General
by
wimoy
on
01-23-2008, 4:49 PM
Hi Piyush,
Could you please share a code sample, which repros the problem so we can better understand the issue you are seeing?
Thanks