All Tags > Rule (RSS)
  • Re: IIS7 rewrite to insert a new vdir

    Have answer for myself <action type="Rewrite" url="temp/{PATH_INFO}" appendQueryString="true" /> But weired thing is if I go to http://foo.com/anypath , sometimes, it is correct, but sometimes it redirects to http://foo.com/temp/anypath , especially after I clear cache...
    Posted to Forum by iis9002 on 10-27-2009, 6:43 PM
  • IIS7 rewrite to insert a new vdir

    Hey, assume I have a site http://foo.com/anypath/ ..., how do I rewrite it to http://foo.com/temp/anypath ... Here is the rule I have for now. <rule name="test" stopProcessing="true"> <match url="^(?!.*temp).*$" /><!-- <action type="Rewrite" url...
    Posted to Forum by iis9002 on 10-27-2009, 4:54 PM
  • trouble with skip and replace rule in msdeploy.exe.configsettings

    article http://blogs.iis.net/msdeploy/archive/2008/05/23/how-to-write-skip-and-replace-rules-for-msdeploy.aspx "How to write skip and replace rules for MSDeploy" fits well what I am trying to do. The article provides a command line syntax, and then the rule syntax. The command line works for...
    Posted to Forum by cowen on 07-06-2009, 11:53 AM
  • Anonymous user

    How with msdeploy i can specify the new AnonymousUser and password when i migrate my website from IIS 6.0 to IIS 7.0. My servers are not in a domain so it's not the same anonymous user. Thanks a lots.
    Posted to Forum by CedricBoivin on 12-17-2008, 2:08 PM
  • ReplaceHandler not working, rule or command

    Hi I've been using msDeploy for a feww days and it's working fine, except the replace rule, i am not able to execute the rule correctly. I have tried command, rule in configuration file and nothing has worked. Here is my last rule. <configuration ><rules ><rule name="ReplaceIPAddressInBinding"...
    Posted to Forum by CedricBoivin on 12-16-2008, 4:29 PM
  • Re: Source (archiveDir) and destination (metaKey) are not compatible for given operation. Migrating from IIS 6 to IIS 7

    I think I have it figured out. I am not sure why I keep getting that. Thanks for your response. -failureLevel:Never is the key to step over the dependencies you have one machine and no longer need on the other. To use the remote server allows no archive on the servers msdeploy -verb:migrate -source:metakey...
    Posted to Forum by melvebak on 10-22-2008, 3:22 PM
  • Changing IP address of bindings during migration

    Hi, Another issue we run into during migration is that the new IIS7 servers use a different cluster IP address in their server binding. So, during migration we would like to replace the old IP address 192.168.0.100 to the new one, say 192.168.0.110. I am pretty sure that a replace rule is what we need...
    Posted to Forum by alexthissen on 02-14-2008, 9:59 AM
Page 1 of 1 (7 items)
Microsoft Communities