Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
HI experts,
I create a sub folder under root folder, and put another asp.net project into this sub folder. I also change web.config of that project as below:
<system.web> <compilation debug="true" targetFramework="4.0"/> <httpModules> <remove name="UrlRewriteModule"/> </httpModules> </system.web>
but I still got the following error message when I try to access that asp.net project
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
sub folder under umbraco
HI experts,
I create a sub folder under root folder, and put another asp.net project into this sub folder. I also change web.config of that project as below:
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<httpModules>
<remove name="UrlRewriteModule"/>
</httpModules>
</system.web>
but I still got the following error message when I try to access that asp.net project
Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.