[Mono-list] Re: Unable to deploy an ASP.NET application
    Robert Jordan 
    robertj at gmx.net
       
    Sat Feb 18 10:54:43 EST 2006
    
    
  
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
    
    
More information about the Mono-list
mailing list