Doubting
Doubting

Reputation: 339

IDE for ASP.NET 3.5

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?

enter image description here

Upvotes: 0

Views: 209

Answers (1)

Habib
Habib

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. enter image description here

Upvotes: 8

Related Questions