Hi All,
I have recently developed a web app and at the time of upload, the web hosting company informed me that they only support .NET 3.5. Since my development was done targeting 4.0, how do I downgrade my project to 3.5? I tried manually editing my web.config, I also ran the Project Pages Build setting to target 3.5, but it still does not compile on the web server (production).
What to do now?