[Mono-aspnet-list] SMTP problem with gmail

2011-12-05 Thread dotnetasp
I have an application written in ASP.net and I am trying to make it work on OpenSUSE with Apache2 and mod-mono installed. So far everything works fine but I am facing problems when my application tries to send auto-generated mail through an SMTP host (e.g. Google's gmail server). The method I use

[Mono-aspnet-list] Cross Domain Scripting

2011-12-05 Thread Tim Nelson
I need for a test to enable cross-domain scripting on a mod_mono server I have running. I have found something that says I just need to add the XML to my Web.config (below), but mono crashes when it sees it. How do I enable cross-domain scripting? _

Re: [Mono-aspnet-list] Cross Domain Scripting

2011-12-05 Thread Robert Jordan
On 05.12.2011 17:28, Tim Nelson wrote: > I need for a test to enable cross-domain scripting on a mod_mono > server I have running. I have found something that says I just need > to add the XML to my Web.config (below), but mono crashes when it sees > it. How do I enable cross-domain scripting? >