I have switched off IIS (by going to enter cmd from run, then entering: net stop iisadmin, the entering Y to the dependencies question.
Yet (now in Chapter 4) when I run files I keep getting error logs like:
Quote:
Warning 1 C:\BegASPNET\Site\Demos\ControlsDemo.aspx: ASP.NET runtime error: 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. (C:\BegASPNET\site\web.config line 82) C:\BegASPNET\Site\Demos\ControlsDemo.aspx 1 1 C:\BegASPNET\
Error 2 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. C:\BegASPNET\Site\web.config 82
|
At the moment I would prefer not to run IIS, since localhost is normally looking at Apache 2 - and up until now, the development server has been OK. But after googling around, I am not clear how to clear the errors.