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

I have develop one simple app in windows 7. This app insert data into ms access database and retrieve data from that app.

Now Windows 8, I have installed IIS , and put folder to wwwroot. I am getting error "
CSS
Unrecognized attribute 'targetframework'. Note that attribute names are case-sensitive. "

framework 4.5 in installed on windows 8 Laptop.
Posted

Change it to "targetFramework".
 
Share this answer
 
Comments
Pankil_Plus 26-Apr-14 9:43am    
This solution is not working
httpRuntime[^] element configures ASP.NET HTTP run-time settings that determine how to process a request for an ASP.NET application.

So it might not have targetFramework available for set, remove it and it will work.

-KR
 
Share this answer
 
Comments
Pankil_Plus 26-Apr-14 9:43am    
Sir, It is not working

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