problem in hosting
-
The reason I ask is that I have found a site in PHP(LAMP) which meets my customer's needs almost perfectly, but I may need to add one more site in the same FTP which has done it in ASP.net as I am a .NET programmer. However, I Would like to convert my project from windowx platform to Linux with the help of mono project.can i sucess it?have any problem at hosting time?Plz reply as soon as possible By Soumya
-
The reason I ask is that I have found a site in PHP(LAMP) which meets my customer's needs almost perfectly, but I may need to add one more site in the same FTP which has done it in ASP.net as I am a .NET programmer. However, I Would like to convert my project from windowx platform to Linux with the help of mono project.can i sucess it?have any problem at hosting time?Plz reply as soon as possible By Soumya
soumyaraj wrote:
can i sucess it
It depends. AFAIK, MONO has implemented till .NET framework 2.0. Having said that, if your application is using any .NET 3.0/3.5 specific classes, it will not work on MONO. You can download a compatibility checking program from their website which will report the possible errors in the conversion. I'd rather take a new windows hosting where PHP and ASP.NET is supported and migrate the existing PHP website to this new server rather than thinking about MONO. :)
Navaneeth How to use google | Ask smart questions
-
soumyaraj wrote:
can i sucess it
It depends. AFAIK, MONO has implemented till .NET framework 2.0. Having said that, if your application is using any .NET 3.0/3.5 specific classes, it will not work on MONO. You can download a compatibility checking program from their website which will report the possible errors in the conversion. I'd rather take a new windows hosting where PHP and ASP.NET is supported and migrate the existing PHP website to this new server rather than thinking about MONO. :)
Navaneeth How to use google | Ask smart questions