-
Posted to
IIS in 64-bit Native Mode
by
diegochb
on
11-24-2009, 5:01 PM
I don't have that enviroment anymore so I can't check, but in my case I think there was a DNS error and I had to set the IP address on the alternate mapping.
Can you access to the central admin to try and fix it from the alternate mapping page?
-
Posted to
IIS 7 - FAQ
by
diegochb
on
11-16-2009, 8:10 AM
Is there any patch for
http://www.securityfocus.com/bid/36935 ??
-
Posted to
IIS7 - Configuration & Scripting
by
diegochb
on
08-19-2009, 7:05 PM
in the end I had to use only one xml file
start /wait ServerManagerCmd.exe -inputPath General.xml -logPath E:\Logs\IISInstall.log
and add code inside the batch to choose what xml to use, because using multiple xml files did not work...although it did before...
-
Posted to
IIS7 - Configuration & Scripting
by
diegochb
on
08-19-2009, 12:19 PM
Aparently in start /wait /B ServerManagerCmd.exe
the /B overrides the /wait ....
-
Posted to
IIS7 - Configuration & Scripting
by
diegochb
on
08-19-2009, 12:09 PM
Hello, I have
start /wait ServerManagerCmd.exe -inputPath General.xml -logPath E:\Logs\IISInstall.log
timeout /T 10 /nobreak
start /wait /B ServerManagerCmd.exe -install Web-Http-Redirect -logPath E:\Logs\IISInstallIntraWeb-Http-Redirect.log
But the second installation fails with the error
"Another user is currently adding ...
-
Posted to
IIS7 - Configuration & Scripting
by
diegochb
on
08-12-2009, 4:26 PM
Thanks, I'll might convert the batch file to a .net c# app.
-
Posted to
IIS7 - Configuration & Scripting
by
diegochb
on
08-12-2009, 7:05 AM
yes, but is there a way to use the output of that as a condition?
thanks!
-
Posted to
IIS7 - Configuration & Scripting
by
diegochb
on
08-11-2009, 2:37 PM
no. I moved some sections there not realizing they where apphostonly.
Thanks!
Can the overrideModeDefault="Deny" be set at the sectionGroup? i.e. <sectionGroup name="authentication" overrideModeDefault="Deny" > or only at section level?
Thanks again!
-
Posted to
IIS7 - Configuration & Scripting
by
diegochb
on
08-11-2009, 8:33 AM
Hello, I'm creating a customized applicationHost.config to use as a base on future installations. By future installation I mean scripted semiautomated installation and configuration
I manually moved the <globalModules> section inside
<location path="" overrideMode="Deny">
is there a way to do it from the ...
-
Posted to
IIS 7 - Troubleshooting
by
diegochb
on
08-11-2009, 8:27 AM
Yes, windows authentication is installed (basic, digest, client certificate mapping, and IIS Client Certificate Mapping authorization methots are not installed)
thanks!