(System Requirements)
The component was designed and developed in 2006 for running with ASP.NET 2.0, but it works with ASP.NET 3.5 as well. The only requirement is a webserver running ASP.NET, for example Internet Information Services (IIS, Version 5.0 - 7.0).
However, UrlRewritingNet can have error when run on IIS7
To fix it, simple:
Open Web.config , find:
<configuration>
<system.webserver>
<modules>
// Place holder
</modules>
</system.webServer>
</configuration>
Place code below to Place holder:
<add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter"/>
<remove name="Session"/>
<add name="Session" type="System.Web.SessionState.SessionStateModule"/>
And upload it.
Done.
Friday, April 9, 2010
Subscribe to:
Post Comments (Atom)
i love you
ReplyDeleteThank you, Thank you, Thank you!!!!!
ReplyDeleteMy file web.config don't have
ReplyDelete// Place holder
It have only
// Place holder
My web.config have only system.web. It don't have system.webSever
ReplyDelete@Thang:
ReplyDeleteyou can add more them between <configuration>...</configuration> tag
Thanks Thanks Thanks Thanks Thanks Thanks Thanks Thanks Thanks Thanks Thanks Thanks Thanks Thanks
ReplyDeleteno words for you sir.
allah senden gani gani razı olsun. sıkıntıdan kurtardın bizi. Thanks.
ReplyDeleteThanks a'lot
ReplyDeleteThank for share!
ReplyDeleteThank you very much !
ReplyDeletethanks so much!
ReplyDeletebut i can't show image. can u help me?