I would suggest developing everything on Windows first and then simply configuring your Linux box to run your site. You'll want to look at Visual Web Developer 2008: http://www.asp.net/downloads/essential/
Just make sure you test your site on Linux / Mono in little discrete chunks. For the most part Mono works flawlessly but occasionally you'll run into small issues. Also make sure you create a Web Project and not a Web Site such that your site code gets compiled into an assembly. This is by far the easiest method of deployment. The Mono community is much more adept at helping with specific questions / issues than directing your entire project. I'd say just get started and get in touch with the list when you run into problems. Good luck. -Abe On Thu, Dec 11, 2008 at 10:09 AM, Andrus <[EMAIL PROTECTED]> wrote: > I want to try > > Apache + mod_mono + PostgreSql on Windows Vista > > to create simple shopping cart in C# so it can be run in Linux also. > > Where I can download mod_mono for Windows ? > > Where to find information about installing and using this ? > > I'm currently using Visual C# Express in Windows to create Winforms > application for MONO > > I do'nt know other IDEs so it would be best to continue to use this to > create web application. > How to use Visual C# Express to create mod_mono Silverlight or ASP .NET web > application ? > > Where to find step-my step samples about creating this kind of application > for mon_mono ? > > Andrus. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
