Reputation: 339
My requirement is to create a web application in ASP 3.0. I downloaded Visual Studio 2012 and Visual Studio 2013 and found that both offers support for 4.0 or above. Does anyone know where I can download an IDE for ASP.NET version 3.5?
Upvotes: 0
Views: 209
Reputation: 223247
There is no separate IDE for different version of .Net framework, You can change the Target Platform to .Net 3.5 in your project properties.
Right click on project and go to properties, there change Target framework.
Upvotes: 8