Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Hello Friends.

I am developing web application in ASP.Net 4.0 framework. And when ever i want to upload my website on server which is 3.5 supported provide me error, Which is as follows

Unrecognized attribute 'targetFramework'.
compilation defaultLanguage="c#" debug="true" targetFramework="4.0"


I think i want to change my project from .net 4.0 to 3.5 framework. But i don't know that how can i do it.

Please help me out of this problem.

Thanks in Advance.
Posted
Updated 14-Feb-11 21:14pm
v2
Comments
Albin Abel 15-Feb-11 3:22am    
In the project properties select Target properties 3.5 and compile

hi ,

go to this site may it ll help you
http://msdn.microsoft.com/en-us/library/dd483478.aspx
 
Share this answer
 
Right click Project -> Properties -> Application Tab -> Target Framework.

You need to make sure that your web application in running/using Framework 3.5 in order to host it on a server that support 3.5
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900