ASP.NET 4 General DiscussionFor ASP.NET 4 discussions not relating to a specific Wrox book
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
If you've created a web site with VWD 2010 on a development machine with .NET 4, and you transfer and implement this web site to a server with .NET 3.5, will it run, assuming you've used no features exclusive to .NET 4?
It depends on how you created the site. If you set it up for .NET 4 it won't work. If you set it for 3.5 it will .NET 4 adds stuff in web.config and other files that won't work in .NET 3.5
To be sure it's going to work, make sure you've selected .NET 3.5 on the project's Properties dialog in Visual Studio This creates a site in VS 2010 that tagets 3.5.