Firoz Khan
Firoz Khan

Reputation: 666

How to run asp.net 4.0 websites on asp.net 3.5.?

i have an application developed in 4.0 asp.net. and i want to make some changes but i am using 3.5 asp.net.

is it possible? or i will have to download 4.0 version.

i modified the web config file according to 3.5 version........but it does not work.

Upvotes: 0

Views: 94

Answers (1)

Jake Lin
Jake Lin

Reputation: 11494

It doesn't like .NET 3.5 to .NET 2.0, .NET 4 is a significant update. It's better to install .NET 4.

Upvotes: 1

Related Questions