I have tried wrapping umbracos system.web section with <location path="." inheritInChildApplications="false"></location> but it does not help. I have also in my other application tried to clear and remove the httpmodules. But that did not work either.
Hi! I did the same thing, and it works for me. Maybe it's cause you didn't wrap both the <system.web> and <system.webserver> section in the <location> tag.
How to avoid inheritence of UrlRewritingNet.UrlRewriter
Hello,
I have a application that is added to my umbraco site. I keep getting this error:
Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified.
I have the following setup, http://localhost <- umbraco site and http://localhost/mynewappliaction
I have tried wrapping umbracos system.web section with <location path="." inheritInChildApplications="false"></location> but it does not help. I have also in my other application tried to clear and remove the httpmodules. But that did not work either.
Any suggestions to what i can do now?
Cheers.
Hi! I did the same thing, and it works for me. Maybe it's cause you didn't wrap both the <system.web> and <system.webserver> section in the <location> tag.
Try doing that ; )
is working on a reply...