[Mono-aspnet-list] mono and coolite

mono newbie spambin at tiscali.it
Tue Jun 15 09:06:50 EDT 2010


hi all,
I'm doing some test with mono and coolite
mono version: 2.6.4
coolite version: 0.82

My test web app is made up of a single page that create a number of
ExtJS/Coolite buttons.
That's test work fine on:
windows with ASP.NET
windows under XSP (mono 2.6.4)
openSUSE under XSP (mono 2.6.4)

however, when running on mod_mono, placing the web folder under
/srv/www/htdocs/mywebapp then accessing the page, this does not work.

what is returned is effectively the expected server sider generated content
markup. But some script tags pointing to coolite resources are not returned.
to clarify a bit. the page (Default.aspx) contains some script src="....."
tags that are required from coolite, like this:


<script type="text/javascript"
src="/extjs/adapter/ext/ext-base-js/coolite.axd?v=2648"></script>

accessing this path lead to an http 404 error from apache.

Of course the path under "extjs/adapter....." does not exist because it's
handled by an http handler

What is unclear to me is why under XSP (Linux) this works fine, while on
mod_mono does not.


Anyone can clarify me?
thx




-- 
View this message in context: http://mono.1490590.n4.nabble.com/mono-and-coolite-tp2255865p2255865.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list