Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 28504

Ignore a lower casing rule for .svc file

$
0
0

Hi guys,

I have following rule implemented in my dnn application for lowering the case

<rewrite>
      <rules>
        <rule name="LowerCaseRule1" stopProcessing="true">
          <match url="[A-Z]" ignoreCase="false" />
          <action type="Redirect" url="{ToLower:{URL}}" />
        </rule>       
      </rules>
</rewrite>

I wnated to ignore this rule for .svc only

How can i do that?


Viewing all articles
Browse latest Browse all 28504

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>