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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...