Is possible that the IIS 5.1 works with the .NET Framework 3.5 or higher? I have to build a simple Web page that has access to an SQL Server database quite simple as well (7 tables). I was considering using the LinQ technology for the first time but I think it is only supported with 3.5 version of the framework.
The web page is ASP .NET, for accessing the database what do you recommend aside of LinQ?
Thank you very much in advance!
Julen.
I think you just need to install framework on hosting machine.
IIS mappings for ASP.NET, run the Aspnet_regiis.exe utility:
“%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe” -i
Than in rightclick on virtual directory >> property >> assign proper framework to it.
check this post of msdn : http://msdn.microsoft.com/en-us/library/ms178477.aspx