[2008] Wrong Version of .NET Framework
Hi
I have an issue that I just stumbled upon after creating a web app using Web Developer Express. Seems I installed the 3.5 Framework and well I need the app to be in the 2.0 Framework. Is there anyway to correct this in the code? My IIS is still looking for 2.0 so I dont quite know how to change this. Any help would be greatly appreciated.
Thanks
Re: [2008] Wrong Version of .NET Framework
2008 uses 3.5 by default. Just go to your project's properties and change it to 2.0.
Re: [2008] Wrong Version of .NET Framework
If your machine has .NET 3.5 on it, it should still work. IIS is looking for ASP.NET 2.0. ASP.NET 2.0 is the version of ASP.NET, but it can use .NET 2.0, 3.0 and 3.5. So if you're worried about the ASP.NET tab showing ASP.NET 2.0, don't worry about it. What you do need to figure out is if you have the .NET 3.5 framework installed or not.