IIS rewrite resulting in 500 error message.

Hi,

Trying to follow the IIS rewrite rules here: http://www.sidesofmarch.com/index.php/archive/2012/01/15/url-rewriting-for-user-friendly-urls-with-dynamics-crm-2011/

However, I get a 500 error message with it in place.  The server is a Windows Server 2010 box running IIS8.

Anyway with any pointers? 

Thanks

Craig

_______________

<rulename="Redirect Internal Connections"stopProcessing="true">

<matchurl="(.*)"/>

<conditions trackAllCaptures="true"> <add input="{REMOTE_ADDR}" pattern="192\.168\.[0-9]{1,3}\.[0-9]{1,3}" /> <add input="{HTTP_HOST}" pattern="([^\.]*)\.(.*)" /> </conditions> <action type="Redirect" url="https://icrm.contoso.com/{C:1}/{R:1}" appendQueryString="true" redirectType="Found" />

</rule>

_______________

March 27th, 2015 4:51pm

Try them over here.

http://forums.iis.net/

 

 

 

Free Windows Admin Tool Kit Click here and download it now
March 27th, 2015 6:40pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics