U.P
U.P

Reputation: 7442

Can I deploy ASP.NET 4.0 application on Windows XP?

I want to start a small project. The target platform on which I have to deploy my system is Windows XP. I want to develop it in ASP.NET 4.0. Can I deploy ASP.NET 4.0 application on Windows XP?

Upvotes: 2

Views: 2009

Answers (1)

Jeremy Massel
Jeremy Massel

Reputation: 2267

As long as you have Service Pack 3 installed, you can install the .Net framework v4.0 on windows XP.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&displaylang=en

Upvotes: 1

Related Questions