problem with ASP.Net 4.0

Discussion in 'Getting started' started by scottselby, Aug 16, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am brand new to this, I registered a domain name and published my website through visual studios ftp. Now when I go to my url I get this error

    Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

    Source Error:


    Line 6: <configuration>
    Line 7: <system.web>
    Line 8: <compilation debug="true" targetFramework="4.0"/>
    Line 9: </system.web>
    Line 10: </configuration>
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page