开发者

is asp.net C# server app rendering into a linux web client ok ? (totally newbie question)

I am wondering if aspx generated webpage content can be read on linux platforms. Is it necessary to have the Mono plat开发者_JAVA百科form installed on the linux web-clients side ?


Mono is only necessary if you want to host your web server on linux. If you want to see a website you only need a browser.

After if you have a moonlight website, you need the moonlight client.


ASP.NET generates HTML markup and JavaScript that can be used on ANY platform.

Only the server-side requires either Microsoft's .NET (Windows) or Mono (Linux).


Not a problem at all, .NET is used to generate standard HTML which is what a web browser understands. There is no need for a .NET implementation on the client.


completely browser dependent. You do not anything else to view a webpage.


Well. It depends. Pages can look like crap if you haven't followed the HTML(/xhtml) standard.
This is the case if you havent looked at the HTML specification but only developed using internet explorer.

The second issue is fonts. Are you using Microsoft specific fonts in your HTML/stylesheets?

Other than that, pages should look quite similar in different operating systems / browsers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜