we want to rent a dedicate server in order to run web service on it
and we are using asp.net,php & Java web services which server do you suggest us to rent windows or Linux
Please Leave us all of your solutions
using web services in java .net and php
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: using web services in java .net and php
If you need to run .NET then unfortunately you need to run Windows.
(#10850)
- hannnndy
- Forum Contributor
- Posts: 131
- Joined: Sat Jan 12, 2008 2:09 am
- Location: Iran>Tehran
- Contact:
Re: using web services in java .net and php
Do you not recommend axis program in order to run .net framework on Linux servers which some people say is standard two run .net on Linux
have you any Idea or better solution or recommendation
please help its very important for us to have both of em Java and .net
have you any Idea or better solution or recommendation
please help its very important for us to have both of em Java and .net
Re: using web services in java .net and php
You cannot run .NET on Linux. But you can talk to a .NET service using PHP or Java. On PHP front, you can use PHP Web services framework and hot it both on Linux or on Windows and it will work with Java and .NET.
If you want .NET, you got to use Windows. But if you want PHP or Java, both Windows as well as Linux would work.
If you want .NET, you got to use Windows. But if you want PHP or Java, both Windows as well as Linux would work.
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
Re: using web services in java .net and php
http://www.mono-project.com/Main_Page
Just be aware Mono has a maximum supported version of .NET which is generally quite a bit behind the most recent .NET version so the very latest functionality in .NET will not be available on Mono. There are of course other concerns besides this, and in general you'd need to target Mono for your application to ensure it's compatible at the end of the day.
Just be aware Mono has a maximum supported version of .NET which is generally quite a bit behind the most recent .NET version so the very latest functionality in .NET will not be available on Mono. There are of course other concerns besides this, and in general you'd need to target Mono for your application to ensure it's compatible at the end of the day.