Re: [Mono-dev] help needed please for ASP.NET migration to mono 2.0

2008-10-16 Thread Joe Audette
2008/10/16 mike horsley <[EMAIL PROTECTED]>: > If I access my default.aspx page now, I no longer get the errors and see the > status bar at the bottom which says "transferring data from local host" > which then changes to "waiting for local host". Nothing furher happens. > > I've managed to set up

Re: [Mono-dev] help needed please for ASP.NET migration to mono 2.0

2008-10-16 Thread Onur Gumus
disregarding the minor incompabilities, your application should run out of box on mono/linux. The only exceptions would be third party dlls using P/Invoke. Also you need to use Mono's System.Web.Extensions. Not microsofts. Other than that everything should work including ajax 2008/10/16 mike hors

[Mono-dev] help needed please for ASP.NET migration to mono 2.0

2008-10-16 Thread mike horsley
Hi We use mono already for our server based software and its working well. With 2.0, we're starting migrating our ASP.NET application over as well. I'm using the VMWARE image for 2.0 Initially, I read the "welcome to mono" page on the VM and followed the "copy you asp.net code to a fold