Hello !
I'm trying to follow chapter two (setting up master, config and themes). My Web.config file looks short and simple
as follows:
--------------------------------------------------------------------
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<system.web>
<pages theme ="TemplateMonster" masterPageFile="~/Template.master" />
</system.web>
</configuration>
--------------------------------------------------------------------
However I keep getting the message from visual studio saying
Could not find schema information for the element â
http://schemas.microsoft.com/.NetCon...nfigurationâ
does anyone have any idea why i may be getting this message ???
many thanks ahead for any help!
--fluffy