dooms10160
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
So I've read This Tutorial on how to get ASP.NET pages running on the x10 servers. It says that the Mono project is installed. I've tried using this tutorial, following the the steps word for word, but I cannot get the example page to run. I get an error saying:
"Server Error in '/' Application
The resource cannot be found."
The only resources I can image that are not accessible (or do not exist) are those that are referenced by my editor (Visual Web Developer Express 2010) when I make a C# page. I read that Mono supports all the using directories that are in my code file. Those being:
However, these are the same ones used in the example, so I don't think they're the problem. I've also tried this with and without the Web.config file with no avail. Is Mono not available anymore? Or am I doing something wrong?
"Server Error in '/' Application
The resource cannot be found."
The only resources I can image that are not accessible (or do not exist) are those that are referenced by my editor (Visual Web Developer Express 2010) when I make a C# page. I read that Mono supports all the using directories that are in my code file. Those being:
Code:
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
However, these are the same ones used in the example, so I don't think they're the problem. I've also tried this with and without the Web.config file with no avail. Is Mono not available anymore? Or am I doing something wrong?