[Mono-aspnet-list] ASP.NET / Mono question

Wardell Castles wardellcastles at yahoo.com
Fri Jul 5 18:40:18 UTC 2013


Is it possible to take a project with "code behind" built from VS Express for Web on Windows and run it on Debian Linux with Apache and Mono?
 
I can get a basic hand coded .aspx page with no "code behind" to work fine.  So I know that my Debian OS, Apache, and Mono are wired up.
 
However when I take a simple page with code behind that was built from VS Express for Web and try to run it, I receive the message:.
 
Parser Error Message: Cannot find type HelloWorld.WebForm1
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="/var/www/HelloWorld/WebForm1.aspx.cs" Inherits="HelloWorld.WebForm1" %> Line 2: 
Line 3: <!DOCTYPE html>
 
(Note: HelloWorld.WebForm1 is a partial class that inherits from System.Web.UI.Page.
I "assume" it is contained in the HelloWorld.dll.   All of these files are in the same directory as the aspx file )  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20130705/598fc8b9/attachment.html>


More information about the Mono-aspnet-list mailing list