information regarding asp.net on multiple plateforms

  • Thread starter Thread starter Sridhar .M
  • Start date Start date
S

Sridhar .M

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.
 
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?
 
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/Download/Default.aspx?tabindex=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....
 
As far as I know, Mono *does* include ASP.NET.
but I am not part of the mono project , so no guarantees.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top