ecasper
ecasper

Reputation: 509

Running web application developed using .NET 4.5 on Windows Xp clients

I'm aware of the fact that Microsoft have officially announced that .NET Framework does not support on Windows Xp. so no more hopes for developing for .NET 4.5 on Windows Xp.

Does it also mean that if I complied the WEB application on .NET 4.5, it will not load on client's browsers with Windows Xp running?

Thanks in Advance!

Upvotes: 0

Views: 348

Answers (1)

MikeSmithDev
MikeSmithDev

Reputation: 15797

No, that is not what it means. Their browsers will read HTML, which is what is delivered to them from .NET websites.

Upvotes: 2

Related Questions