Hello,
I am using Visual Studio 2010 Professional Edition. I have developed a web application in visual studio. The programming language used for the application is C#. For this application, I need to know which .NET Framework version was used and which ASP.NET version was used. I opened the projectname.csproj file and there is a following line in this file:
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
It gives me the detail that the .NET Framework version used in this application is version 4.0. Now, how do I find the ASP.NET version that was used for this application?
On my development machine, I have windows 10 installed. When I clicked Help -> About for IIS, the version number was displayed as 10.0....
In the Control Panel -> Windows Features, I checked the following:
Internet Information Services -> World Wide Web Services -> Application Development Features
Here the following entries are checked:
.NET Extensibility 3.5
.NET Extensibility 4.6
ASP
ASP.NET 3.5
ASP.NET 4.6
ISAPI Extensions
ISAPI Filters
Regards,
Shehzad