Seems there is problem with mono in the new version of ASProxy, i
should work on that.
But as a fast solution change the file "App_Data\EngineProviders.xml"
contents to this:
<?xml version="1.0"?>
<ASPorxyProviders active="Default">
<provider name="Default">
<add name="IEngine"
className="SalarSoft.ASProxy.BuiltIn.ASProxyEngine"></add>
<add name="IWebData"
className="SalarSoft.ASProxy.BuiltIn.WebData"></add>
<add name="ICredentialCache"
className="SalarSoft.ASProxy.BuiltIn.ASProxyCredentialCache"></add>
<add name="ILogSystem"
className="SalarSoft.ASProxy.BuiltIn.LogSystem"></add>
<add name="ICssProcessor"
className="SalarSoft.ASProxy.BuiltIn.CSSProcessor"></add>
<add name="IJSProcessor"
className="SalarSoft.ASProxy.BuiltIn.JSProcessor"></add>
<add name="ICookieManager"
className="SalarSoft.ASProxy.BuiltIn.CookieManager"></add>
<add name="IHtmlProcessor"
className="SalarSoft.ASProxy.BuiltIn.HtmlProcessor"></add>
</provider>
<provider name="Custom">
<add name="" className=""></add>
</provider>
</ASPorxyProviders>
actually the IHtmlProcessor is changed to
SalarSoft.ASProxy.BuiltIn.HtmlProcessor
On Oct 11, 8:12 pm, John Alvin Salamat <
prok...@gmail.com> wrote:
> My bad, I am trying to access Default.aspx instead of default.aspx. It seems
> that it's working but I'm having some issues like it always has an
> error "Failed
> to process some contents." .
http://www.asproxy.net:8080/default.aspxAm I
> missing something?
>
> Thanks,
> Alvin
>
> On Sun, Oct 11, 2009 at 10:09 AM, John Alvin Salamat <
prok...@gmail.com>wrote:
>
> > Thanks for that, I reuploaded the page on the root directory and I think
> > that fixed the error for <authentication> and <sessionState> problem of the
> > web.config. But I still can't access the default.aspx as it is redirecting
> > me on your default error page. With the title "Oops! Unhandled Error".
> > Please refer to this URL:
http://www.asproxy.net:8080/Default.aspx
>
> > I have download the mono version on your website. Hope you can enlighten me
> > more.
>
> > Thanks,
> > Alvin
>