On Mon, 2010-08-23 at 19:02 -0700, Matthew Urbano wrote:
> I'm trying to rewrite some URLs using Intelligencia.UrlRewriter.dll
> from UrlRewriter.net. I have added the reference to the dll, placed
> the dll in the site's bin folder, and added the following lines to my
> web.config
[...]
>
> Am I
Have you run MoMA on that dll, to see if doesn't native windows libs,
or some unsupported managed API?
http://www.mono-project.com/MoMA
I don't know why you want to use a third-party dll to do what already
can be done with Mono itself, AFAIR, but alas, good luck.
Rafael "Monoman" Teixeira
--
I'm trying to rewrite some URLs using Intelligencia.UrlRewriter.dll from
UrlRewriter.net. I have added the reference to the dll, placed the dll in the
site's bin folder, and added the following lines to my web.config
I built the application and upload