(1) In order to run the sample application on SQL Server
2005 Developer Edition, you should attach the database file provided with the
above ZIP file and change your web.config "connectionStrings" section
accordingly.
(2) The following error message will be shown inside web.config
file if you use Visual Studio 2005.
The 'requirePermission' attribute is not declared
In order to fix the error, you should install Visual Studio
2005 SP1. Alternatively, you can also resolve it by opening dotnetconfig.xsd
file located inside c:\Program Files\Microsoft Visual Studio 8\XML\Schemas\
folder and giving the following declaration around line 40 - 50.
<xs:attribute name="requirePermission" type="boolean_Type" use="optional" />