I tried setting up a virtual folder on IIS7.0 on windows 2008 server. when trying to browse the aspx pages, i received an error like "HTTP Error 500.19 - Internal Server Error" and had few more lines saying the config file is incorrect.
Few google results pointed to applicationHost.config file might be incorrect.
just by trial and error I checked up the space in the server and found its just having 1MB free space.
SO freed up 1 GB space and then the error was gone
My question: whenever a website is accessed first time in IIS7.0 does it try to update applicationHost file?
what is the role of applicationHost in IIS7.0