Click to See Complete Forum and Search --> : Cross platform issue...help?


rayc123
May 6th, 2003, 10:38 AM
My client has 56 branches and some have MacOS, some have Windows, and some have Linux. He wants me to develop an application that support all three. In my experience, I don't think there is one tool that supports all three platforms.

I was thinking if this is a possibility...

If I design a C#.NET web-based application and run it on a Windows web server, is it possible to have the MacOS and Linux users use their browsers to access this web application?

If yes, then what browsers can be used. Is there an Internet Explorer version for each of these platforms? I read that this is.

Any suggestions?

Thanks in advance...

ray

pareshgh
May 6th, 2003, 12:23 PM
.NET now supports Linux, Mac platforms. you can have webservice running on windows platform and use the resources on linux/mac platform. well ASP.NET applications should be able to run atleast. I haven't checked though.

-Paresh