Can ASP.Net be accessed from linux ?

  • Thread starter Thread starter tristant
  • Start date Start date
T

tristant

Hi All,

We are considering using ASP.Net for our web application.

But the constraint is the web app must be able to run on whatever browser
and OS, is this possible ?
Is there any workaround for this ?

Thank you for your info,
Trist
 
Hi,

ASP.Net apps run on the server and render on the client. So you can
run them on linux machines with out the need for the framework. Here are
some changes you need to make to your pages if you are not developing for
the internet explorer (ie netscape).
http://aspnet.4guysfromrolla.com/articles/050504-1.aspx

Ken
-------------------
Hi All,

We are considering using ASP.Net for our web application.

But the constraint is the web app must be able to run on whatever browser
and OS, is this possible ?
Is there any workaround for this ?

Thank you for your info,
Trist
 
Check this site ...
www.go-mono.com

mono allows you to run .net applications on linux, even asp.net. Project is
supported form Novell.
Current release is 1.0.
 

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