Saturday, November 3, 2012

Changing TargetFramework of ASP.NET project in VB

I recently faced a situation where we had to run one project on server running .NET 2.0. The project was ASP.NET application using VB.NET.

In C# you easily find the targetframework option in the applications tab of properties dialogbox but in VB.NET i was struggling to find that

Later on I found that you can go to project properties -> Compile -> Advance Compile Options where the target framework option can be found