473,386 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

information regarding asp.net on multiple plateforms

Any can help me,
is ASP.net application run on any platform?

or If i want to make an asp.net application Platform
independent ( other than windows) is there any way to do
it.
Nov 18 '05 #1
5 1130
It requires IIS and therefor Windows.
In the past there were "add-ons" for other Web Server's like Apache that
would allow pseudo-asp code to run but I dont believe that any other Web
Server or OS is capable at this time. ASP.NET requires the .NET Framework
and isnt' that only available for Windows?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Sridhar .M" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
Any can help me,
is ASP.net application run on any platform?

or If i want to make an asp.net application Platform
independent ( other than windows) is there any way to do
it.

Nov 18 '05 #2
KJO
the Mono project has been working on an open-source compiler for C#...

http://www.go-mono.com/rationale.html
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uA**************@TK2MSFTNGP10.phx.gbl...
It requires IIS and therefor Windows.
In the past there were "add-ons" for other Web Server's like Apache that
would allow pseudo-asp code to run but I dont believe that any other Web
Server or OS is capable at this time. ASP.NET requires the .NET Framework
and isnt' that only available for Windows?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Sridhar .M" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
Any can help me,
is ASP.net application run on any platform?

or If i want to make an asp.net application Platform
independent ( other than windows) is there any way to do
it.


Nov 18 '05 #3
But that's not ASP.NET in and of itself though, just the CS
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"KJO" <an*******@discussions.microsoft.com> wrote in message
news:ei*************@TK2MSFTNGP11.phx.gbl...
the Mono project has been working on an open-source compiler for C#...

http://www.go-mono.com/rationale.html
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uA**************@TK2MSFTNGP10.phx.gbl...
It requires IIS and therefor Windows.
In the past there were "add-ons" for other Web Server's like Apache that
would allow pseudo-asp code to run but I dont believe that any other Web
Server or OS is capable at this time. ASP.NET requires the .NET Framework and isnt' that only available for Windows?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Sridhar .M" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
Any can help me,
is ASP.net application run on any platform?

or If i want to make an asp.net application Platform
independent ( other than windows) is there any way to do
it.



Nov 18 '05 #4
you might want to have a look at the mono site...
they are the only company who comes anywhere closer to any sort of non
microsoft implementation of .net framework.

year back when i looked they were doing a whole lot of namespaces which were
supposed to be equivalent to microsoft implementation... infact they also
have winforms equivalent for linux platform...
www.go-mono.com

microsoft also produced a sample called cassini which doesnot use IIS to run
asp.net as such and to show that it is indeed possible...
http://www.asp.net/Projects/Cassini/...ndex=0&tabid=1

never had any issues using MS and dont have a reason to try non MS so have
no clue how good mono is... but it probably is your best hope....

--
Regards,

HD

"Sridhar .M" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
Any can help me,
is ASP.net application run on any platform?

or If i want to make an asp.net application Platform
independent ( other than windows) is there any way to do
it.

Nov 18 '05 #5
As far as I know, Mono *does* include ASP.NET.
but I am not part of the mono project , so no guarantees.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:e0**************@tk2msftngp13.phx.gbl...
But that's not ASP.NET in and of itself though, just the CS
--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"KJO" <an*******@discussions.microsoft.com> wrote in message
news:ei*************@TK2MSFTNGP11.phx.gbl...
the Mono project has been working on an open-source compiler for C#...

http://www.go-mono.com/rationale.html
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:uA**************@TK2MSFTNGP10.phx.gbl...
It requires IIS and therefor Windows.
In the past there were "add-ons" for other Web Server's like Apache that would allow pseudo-asp code to run but I dont believe that any other Web Server or OS is capable at this time. ASP.NET requires the .NET Framework and isnt' that only available for Windows?

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Sridhar .M" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
> Any can help me,
> is ASP.net application run on any platform?
>
> or If i want to make an asp.net application Platform
> independent ( other than windows) is there any way to do
> it.



Nov 18 '05 #6

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

Similar topics

0
by: pargat singh | last post by:
Hi Everyone, I have a log file like 123.log and i want to display this log in browser.In ASP page at top i have following. <%Response.Buffer = true;%> <%Response.Expires = -1%> Inside page...
0
by: nandha | last post by:
H I have a doubt in VC++ regarding file reading and displaying in the GUI (Dialog I have a binary file, which contains several piece of information , i have to read the information continuously...
6
by: Ian Williamson | last post by:
Greetings, My company has an ASP.NET based enterprise product that is undergoing some changes and I need some community input to help solve a problem. In the current implementation, any given...
3
by: Minh Khoa | last post by:
Please give me more information about delegate and its usage? Why do i use it and when?
2
by: NiponW | last post by:
Hi, I have SQL SERVER 2000 SP4 Enterprise , Windows 2003 Enterprise on Xeon 4 Processors (now with multi-threading CPU) and I have questions which seem weirds to me (used to have the same...
42
by: mellyshum123 | last post by:
I need to read in a comma separated file, and for this I was going to use fgets. I was reading about it at http://www.cplusplus.com/ref/ and I noticed that the document said: "Reads characters...
0
by: Splinter | last post by:
If i want to find the creation date of the database is it possible to get the information regarding this from ibdata1 file? Secondly is there any tool or reader that can read ibdata file? Help...
2
by: somenath | last post by:
Hi All, I have one question regarding the alignment of pointer returned by malloc. In K&R2 page number 186 one union is used to enforce the alignment as mentioned bellow. typedef long...
9
by: ramsatishv | last post by:
Hi, If I include a ".h" file for multiple times, will it increase my program size?? Regards Ram.
0
bilibytes
by: bilibytes | last post by:
hi, I was wondering how to determine whether an information is redundant or not. if you have in a table "Main", the basic information for a thing: thing_id | name | image_id | city_id ok if...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.