Hey,
To deploy the ASP.NET application, I have copied all the files and folders from the application directory on my development (Win2003 Server) box to the Linux box (including the bin directory). On the Linux box, I then modified the page directive at the top of each *.aspx page to change CodeBehind="..." to Src="...". I then restarted Apache.
Why this change? Just copy the application directory and the bin folder. It should work from scratch. The CodeBehind-to-Src trick is not needed for binary deployment. In fact it is never necessary. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
