-
Posted to
IIS 7 - Troubleshooting
by
TGFRules
on
07-14-2009, 8:40 AM
Thanks alot - that solved it!
I think it's a new thing that a web.config is needed for such an operation be that good or bad.
-
Posted to
IIS 7 - Troubleshooting
by
TGFRules
on
07-13-2009, 10:48 AM
Thanks for the reply.
The blog takes about redirecting an application but since the default.htm is not an application I not sure if I can use that approach.
-
Posted to
IIS 7 - Troubleshooting
by
TGFRules
on
07-13-2009, 9:45 AM
When using the UI I am able to select a single file in the root of the default web site and make a Http Redirect to some folder/site.
I am trying to do this with appcmd but without luck. One try was this
C:\Windows\System32\inetsrv>appcmd set config "Default Web Site/default.htm" /section:httpRedirect /enabled:true ...