I have recently gained access to a Mac. I am wondering if anyone has any tips/advice for setting up Mono on a mac for development and execution of ASP.NET? Most resources point to Linux implementations which tend to differ a lot from the way Mac's do things. Any tips or advice would be helpful
Why not?...OP asked how to get started, why not just answer the question or not at all?
Kev
2008-09-20 19:07:56
His problem appears to be running ASP.NET on a Mac, no more. He pointed out that he is new to Macs. He considered Linux, for one, but rejected it because it wasn't "the way Macs do things". And I am saying, if there is a standar way that a Mac runs ASP.NET, it's by delegating the task to Windows.
Kevin Conner
2008-09-23 06:07:38
You're not reading the question...mono has a good ASP.NET implementation, that's what he wants to use on his Mac....natively. He didn't say he disregarded Linux as an OS, what he said was that the linux config steps were different hence the question.
Kev
2008-09-30 04:29:07
Again why not answer the question ? OP asked how to do this on a Mac he didn't ask how to run Mono on a bunch of other tech he probably already knows about.
Kev
2008-09-20 19:10:11
+7
A:
To launch the development ASP.NET server, just open a terminal window and run the "xsp2" command from the Mono installation.
The only thing that is missing from the Mono distribution on the Mac compared to Linux is the Apache module, that one you will have to compile yourself if you want to deploy your application in production on OSX.
miguel.de.icaza
2008-09-20 22:46:26
Thank you. I was at least able to run a page in a manner similar to the cassini web server on windows.
MikeJ
2008-09-21 13:56:38