Error
Hi expert. I just ran the code from the book(ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter Kit) and have the error as below:
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
<siteMap defaultProvider="AspXmlSiteMapProvider" enabled="true">
The virtual directory has been set up and the microsoft.net framework 3.5 SP1 has been installed.
how to fix it? Appreciate it!
|