On 10.12.2009 08:15, Austerus wrote: > Hello, > > I am fairly new to the world of Mac and a complete n00b regarding Mono, > although I have been a fairly successful developer with ASP in Windows. I > would like to continue developing on Mac and for this I've downloaded and > installed Mono as well as the Mono IDE. > > However, I haven't managed to setup a webserver for my ASP pages. Does Mono > include something like this? Can anyone point me to resources that would > help me setup a development environment for ASP.NET with Mono? >
Mono comes with xsp, a stand-alone ASP.NET web server you can use for testing. Running it is as simple as running the 'xsp' executable in the directory your ASP.NET website is in (or using 'xsp --root <folder>'). I have used Apache + mod_mono in the past to host my blog (running BlogEngine.NET). This is the Apache configuration I used to run it: http://pastebin.com/f5264c981. Probably the paths look a bit different on a Mac. > More details about what I have: Snow Leopard and Mono installed somewhere in > the Library/Frameworks folder > > Any guides will be much appreciated, thanks! > -Markus- _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
