Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
23 Points
26 Posts
Sep 21, 2007 06:59 PM|LINK
At IIS7/Vista I solve with this code in my Web.config: <system.webServer> <modules> <add name="Rewriter" type="Rewriter" /> </modules> </system.webServer> Now, how can I solve in IIS6?
zote
Member
23 Points
26 Posts
Re: Url ReWriting setting up in web.config
Sep 21, 2007 06:59 PM|LINK
At IIS7/Vista I solve with this code in my Web.config:
<system.webServer>
<modules>
<add name="Rewriter" type="Rewriter" />
</modules>
</system.webServer>
Now, how can I solve in IIS6?
Zote