t-gemcgr:"The Web server is configured to not list the contents of this directory"
This is purley a http error and nothing to do with being an Administrator or not. It's not a permissions error in sense that the Administrator does not have access to this site. The site has been set to not list the content directory. If you want to get rid of this error you need to set a default document.
Hi gemcgr;
That's cool - but what about my larger issue?
ASP.NET is unable to use the Temporary Log folder due to a lack of access permission.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Compiler Error Message: BC31019: Unable to write to output file
'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\root\26676eb7\92c7e946\App_Web_example01.aspx.cdcab7d2.0ogjpxwi.dll':
Access is denied.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
http://forums.iis.net/t/1154963.aspx
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Upon further investigation, I've discovered that I am missing a process - the one that should
have started with w3wp.exe - and the file is nowhere to be found on my hard drive.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
http://forums.iis.net/t/1154992.aspx
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
That executable is for the worker process for the application pools, so I would suspect that
the reason why ASP.NET is not able to write to the temporary log folder is because that
process is not there to facilitate it - or does that make sense to you?
If it isn't there, then perhaps it was never installed in the first place, and that leads me to
question as to whether or not I was using the right account (Super-administrator) in performing
the installation/activation.
I'm very interested in getting your opinion (gemcgr) and anyone else's on this matter.
THANKS for the response!!!