Asp.Net application hosting on Linux

Hello All,

I have developed an ASP.Net application in .net framework 1.1 I want to host my application on linux server. Should I need to re-write my code or there is any solution provided by Microsoft.
Urgent reponse would be great.
Thanks a Lot!



Answer this question

Asp.Net application hosting on Linux

  • b-man

    Hi baskark,

    I am sure about ADO.NET and Xml parsing. That is supported and will work on Mono running on Sun Solaris. However I am not too sure about user controls.

    Regards,

    Amol.


  • nerd_bomber

    hi all,

    i got an asp.net1.1 project running in windows iis server on XP.

    can i able to port it to the sun solaris machine.

    will this mono project support ado.net,user controls, xml parsing...

    thanks for your valuable information



  • mattyw87

    Thanks for giving information.my network team already setup the linux webser.but when i copy my project into the domain it gives error.i can't understand the error also any one can help me to run this project.i hosted my project in cms.uptrend.com.my. Iam waiting for the replay.

    Thanks in Advance

    Srinivas

    Software Engineer
    MIW Systems.
    Malaysia.


  • Cathie 64

    Thanks for giving information.my network team already setup the linux webser.but when i copy my project into the domain it gives error.i can't understand the error also any one can help me to run this project.i hosted my project in cms.uptrend.com.my. Iam waiting for the replay.

    Thanks in Advance

    Srinivas

    Software Engineer
    MIW Systems.
    Malaysia.


  • AnaC

    Hi baskark,

    Yes the mono project does support dlls. There's more about that on this link.

    http://www.mono-project.com/Guide:Running_Mono_Applications

    Regards,

    Amol.


  • Rozee

    Thank you very much Amol, for your prompt reply. Your suggession is quite helpful in this regard.

    Again thanks for you support.


  • Pavan Apuroop

    Thanks amol for your valuable input as it clears my doubt which was pending for many years.

    Similarly do you recommend any tool for unix

    regards

    Amol A. Vaidya wrote:

    Hi Khurram,

    You can run .NET applications (including ASP.NET Web Applications) on Linux with the help of the Mono. You can download Mono from http://www.mono-project.com/Downloads and there's a very useful FAQ at http://www.mono-project.com/FAQ:_General

    And No. You dont need to rewrite (or even recompile your application in most cases) since it is capable of running .NET applications developed using Visual Studio.NET.

    Hope that helps,

    Amol.


  • jheddings

    hi everyone,

    thanks for yor information.

    one more question regarding this.

    we make the bussiness logic files in to dll's .can this mono project support this.

    we make data model, bussiness logic, and the ui part.the data model and business model will be in the form of dll's.

    thanks in advance.



  • dlcollison

    hi all,

    i got an asp.net1.1 project running in windows iis server on XP.

    can i able to port it to the sun solaris machine.

    will this mono project support ado.net,user controls, xml parsing...

    thanks for your valuable information



  • eliewadi

    You are welcome,  Leo

    Any tool for Unix I did not quite follow what you meant by that. You meant any tool for developing Mono applications on UNIX Well I dont know of too many of them. I can recommend Mono Develop. Available at http://www.monodevelop.com

    It's a good dev tool complete with intellisense and all that you would usually need.

    Regards,

    Amol.

     


  • CEMc

    Hi Khurram,

    You can run .NET applications (including ASP.NET Web Applications) on Linux with the help of the Mono. You can download Mono from http://www.mono-project.com/Downloads and there's a very useful FAQ at http://www.mono-project.com/FAQ:_General

    And No. You dont need to rewrite (or even recompile your application in most cases) since it is capable of running .NET applications developed using Visual Studio.NET.

    Hope that helps,

    Amol.


  • Asp.Net application hosting on Linux