[Mono-list] Re placing ASMX files at Runtime

Gnanam gnanam at zoniac.com
Fri Jul 24 06:09:40 EDT 2009


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.



More information about the Mono-list mailing list