-
Posted to
IIS 7 - Troubleshooting
by
icelava
on
04-05-2008, 6:07 AM
[quote user="icelava"]The error has not been useful in telling me where to correct the problem. There is no specific access-deined message for a file path like others have been receiving (for other situations).
I have attempted to grant NETWORK SERVICE Modify access up to
C:\inetpub\temp\appPools\Classic .NET AppPool.config
and it ...
-
Posted to
IIS 7 - Troubleshooting
by
icelava
on
04-05-2008, 5:03 AM
I have also unfortunately encountered the same problem and totally cannot run IIS 7 and my ASP.NET applications now.
Log Name: Application
Source: Microsoft-Windows-IIS-W3SVC-WP
Date: 5/4/2008 16:56:59
Event ...
-
Posted to
IIS7 - Security
by
icelava
on
05-03-2007, 10:26 PM
Great suggestion. I used it to track inetmgr.exe and found it hitting the wall with the CreateFile operation, trying to access the web.config file there which is read-only by source control. Unlocking allowed the Default Document change to finally proceed.
It was trying to add in this section into ...
-
Posted to
IIS7 - Security
by
icelava
on
05-03-2007, 9:45 PM
Nope i make it a point to post updates whenever i progress or resolve matters. I haven't found enough info to move ahead.
-
Posted to
IIS7 - Security
by
icelava
on
04-27-2007, 4:33 AM
my user is an administrator, and UAC is disabled ;-)
Remember that the virtual directories that were there when it was still IIS 5.1 can be configured as they should be.New ones i create hit that error for some reason. I am looking for that reason.
-
Posted to
IIS7 - Security
by
icelava
on
04-27-2007, 2:23 AM
This has nothing to do with HTTP requests to IIS. I am trying to change the Default Document of the virtual direcotry to just ''default.aspx'', away from the standard list inherited from the site root. At the IIS management console.
-
Posted to
IIS7 - Security
by
icelava
on
04-26-2007, 11:15 PM
I created a new web app virtual directory and hit the title-mentioned stoppage when trying to modify the Default Document or Directory Browsing items.
Virtual directories that existed with IIS 5.1 (this machine was upgraded from winXP) do not have this restriction. It appears new ones created in IIS 7 is having the problem. Any idea what is ...