After configuring my website in the iis manager, i select the default document of the website, which is home.aspx, when i tested it on my browser, it pops this error:
Parser Error Message: Unrecognized attribute 'targetFramewor k'. Note that attribute names are case-sensitive.
I made sure to it that my website which was made in vs2010, uses .net framework 4.0 and the apppool in the iis is .net framework 4.0 classic.
I also made sure that the .net framework is correctly installed in my machine.
Any suggestions how to fix this? thanks
Parser Error Message: Unrecognized attribute 'targetFramewor k'. Note that attribute names are case-sensitive.
I made sure to it that my website which was made in vs2010, uses .net framework 4.0 and the apppool in the iis is .net framework 4.0 classic.
I also made sure that the .net framework is correctly installed in my machine.
Any suggestions how to fix this? thanks
Comment