docspafacwab
New Member
Local my project works fine(I have IIS 6) but on server I have IIS 7 and I get this error:500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.My web.config looks like:\[code\]<configSections> <section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter" /> ... <httpModules > <add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter" /> ... <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <modules runAllManagedModulesForAllRequests="true"><remove name="UrlRewriter"/><add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule"/></modules></system.webServer> <rewriter><rewrite url="~/item/(.+)/(.+)" to="~/item.aspx?category=$1&title=$2"/></rewriter>\[/code\]Thank you,Alina