Hi,

I'm running Mono v1.2.4 on RedHat ES 5.  I've implemented Code Behind
throughout my web services.  My question is, in my production environment,
sometimes I end up replacing  few ASMX files (because of application level
bug fixes) while the Apache Mono service is running  live. If I replace the
files while the service is running, I'm getting error from Mono and all
subsequent web service calls are failing because Mono service itself has
crashed.

Is there any way I can solve this by making the changes known to Mono,
because I cannot bring down (restart or stop/start) my production server
during this time?

My project structure looks like:
        ASMX Location: /usr/local/apache2/htdocs/mywebservice/*.asmx
        CS Location: /usr/local/apache2/htdocs/mywebservice/App_Code/*.cs

Regards,
Gnanam

-- 
View this message in context: 
http://www.nabble.com/Replacing-ASMX-files-at-Runtime-tp24641975p24641975.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to