473,795 Members | 2,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET 2 under Mono

Hello,
Does someone experimented running ASP.NET 2 under Mono ? What about
performances and compatibility ? I would like to run my application
under windows but I can't (because of my hoster).

It would be so great if the .NET framework were open sourced (as
membership provider has recently been), it would be a real attack to
Java (and C# is far better than Java language it think...) and his cross
platform compatibility.

Thanks :)

--
Vincent Courcelle
http://www.tubededentifrice.com et http://www.france-jeunes.net

May 4 '06 #1
4 1328
if your hoster is not running XSP2 from mono you can't use asp.net 2 code.
I dont expect they will be as the work for it is not yet completed, so
you'll only get a partial implementation of asp.net v2 anyway until its
completed.

--
Regards

John Timney
Microsoft MVP

"Vincent Courcelle" <ne**@5en1.co m> wrote in message
news:44******** *************** @news.free.fr.. .
Hello,
Does someone experimented running ASP.NET 2 under Mono ? What about
performances and compatibility ? I would like to run my application under
windows but I can't (because of my hoster).

It would be so great if the .NET framework were open sourced (as
membership provider has recently been), it would be a real attack to Java
(and C# is far better than Java language it think...) and his cross
platform compatibility.

Thanks :)

--
Vincent Courcelle
http://www.tubededentifrice.com et http://www.france-jeunes.net

May 4 '06 #2
John Timney ( MVP ) a écrit :
if your hoster is not running XSP2 from mono you can't use asp.net 2 code.
I dont expect they will be as the work for it is not yet completed, so
you'll only get a partial implementation of asp.net v2 anyway until its
completed.


In fact this is for dedicated hosting, but the hoster only propose linux
boxes.
I would mostly have a return on Mono performances and/or experiment, I
looked for this but I didn't find anything good on search engines
I can't believe that nobody is running ASP.NET apps under mono !

--
Vincent Courcelle
http://www.tubededentifrice.com et http://www.france-jeunes.net

May 4 '06 #3
There will be hundreds of apps under mono, but likely very few running
asp.net version 2

A few who have bothered tro lsit at Mono can be found here:
http://www.mono-project.com/Companies_Using_Mono

Also, wikepedia - one of the biggest DB systems uses Mono (probably via
Mod_mono), so it has to be fast.

--
Regards

John Timney
Microsoft MVP

"Vincent Courcelle" <ne**@5en1.co m> wrote in message
news:44******** *************** @news.free.fr.. .
John Timney ( MVP ) a écrit :
if your hoster is not running XSP2 from mono you can't use asp.net 2
code. I dont expect they will be as the work for it is not yet completed,
so you'll only get a partial implementation of asp.net v2 anyway until
its completed.


In fact this is for dedicated hosting, but the hoster only propose linux
boxes.
I would mostly have a return on Mono performances and/or experiment, I
looked for this but I didn't find anything good on search engines
I can't believe that nobody is running ASP.NET apps under mono !

--
Vincent Courcelle
http://www.tubededentifrice.com et http://www.france-jeunes.net

May 4 '06 #4
John Timney ( MVP ) a écrit :
There will be hundreds of apps under mono, but likely very few running
asp.net version 2

A few who have bothered tro lsit at Mono can be found here:
http://www.mono-project.com/Companies_Using_Mono

Also, wikepedia - one of the biggest DB systems uses Mono (probably via
Mod_mono), so it has to be fast.


well, fine :)
I think I will try to install it on virtual pc to try my appz.
thanks for all :)

--
Vincent Courcelle
http://www.tubededentifrice.com et http://www.france-jeunes.net

May 5 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
7958
by: Raseliarison nirinA | last post by:
hi all, i found an unanswered question at http://www.faqts.com/knowledge_base/index.phtml/fid/538 with possible response below. i've tried to send it at faqt.python but can't figure out how to edit the page. so i put it here. i want to kwon if this can convert all wave file. is there other encodage than 8 or 16 bits for .wav files? any bug and comment are welcome --
2
1607
by: Lethargy | last post by:
http://www.linuxjournal.com/article.php?sid=7554 The question for the Free Software community to ruminate is this: Is supporting Mono supporting our own desktop downfall? A statement attributed to Steve Ballmer at a party a few years ago would support this possibility. To paraphrase, when asked about Mono, he shrugged it off with a statement alluding to the fact if Mono got too popular, that's what lawyers are for. Mind you this is...
8
1675
by: Everything Jute ! | last post by:
Programmers everyday are making a tragic error by not learning mono. Mono is te standard .net implementation for Windos and Linux. Learning mono is the key to writing fast, OOP, cross platform applications. Mono virtualized the OS in the most efficient way possible -- making Linux programming a dream, instead of a chore. Go mono !
11
661
by: Tony Baker | last post by:
In order for my company to go ahead and use .Net and C# (over java), I need to know how to install and run a C# ASP.Net application not only on Windows, but on Linux. I'm a Windows developer, currently writing a c# ASP.Net application. The last time I used Linux (or whatever you want to call it) was back at Uni 5 years ago. What I want to do, is to see if I can get my ASP.Net project working on Linux using mono (www.mono-project.com) -...
5
2285
by: fliversen | last post by:
Hello, does anyone have successfull experience with mono on Windows. I have download mono-1.0.1-gtksharp-1.0-win32-0.5.exe But to compile und run programs whitch use Gtk# is not possible: The result is error CS0006: Cannot find assembly `gtk-sharp.dll'
0
1348
by: John Bailo | last post by:
http://www.onlamp.com/pub/wlg/7468 "Mono Live was released on May 24, 2005. Although there are several Live Linux CDs with Mono, they are all based on Knoppix and use KDE as the default Linux desktop. This distribution is based on the Ubuntu Live Linux CD. In many ways, the outstanding experience available from the Mono Live CD is made possible from Ubuntu. Since Ubuntu features GNOME as the default desktop, it only follows that due to...
3
2520
by: Sanghyeon Seo | last post by:
I took some time to write this HOWTO: http://sparcs.kaist.ac.kr/~tinuviel/fepy/howto/simplehttpserver-ironpython-mono-howto.html IronPython seems to get much less interest than it deserves. This howto shows how to setup IronPython to use with Mono on Linux and how to rebuild IronPython from source. It also discusses various patches to current problems. It also shows that IronPython can run SimpleHTTPServer today, not a trivial...
6
1603
by: Twig | last post by:
Hi, Can I use strictly for C# development without missing anything from MS? Twig
2
3164
by: flagos | last post by:
Hi to all! Any of you know if it's possible to use the Cairo graphics library in a WIN32 c# application? I know there is a binding made for Mono but my app will run on win32 so obviously I wont need Mono. Any help will be appreciated. Thanks!
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10437
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10164
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3723
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.