C# - Chapter 3 Build Error
I am getting a build error for the Chapter 3 "Try it Out".
The build error read: "It is an error to use a section registered as allowDefinition='MachineOnly' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS."
It identifies Line 41 of web.config.
No such problem with Chapter 2. And there appears to be no difference in the Web.config files between the two chapters.
I am running VWD 2005 Express Edition and using the ASP.NET Development Server.
Any insights?
|