Hello,.
Im using a Wrox textbook to learn ASP.net. I use their example website to view source-code in VS Express 2005 and all has been fine.
Ive never submitted a website to IIS, though I have installed it.
I recently installed VS 2008 Profesional Edition.
Loading the website in VS 2008's Cassini throws the same error.
"Error 1 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:\Users\Michael Kearney\Documents\IT\ASP.net\Wrox\WroxUnited\WroxUnited\web.config 42 "
<authentication mode="Forms">
<
forms loginUrl="Default.aspx"></forms>
</
authentication>
Thanks
Michael Kearney