<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'permissions'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=permissions&amp;orTags=0</link><description>Search results matching tag 'permissions'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Remote and automated IIS 7 management from build server - permissions issue</title><link>http://forums.iis.net/p/1162327/1923341.aspx#1923341</link><pubDate>Wed, 04 Nov 2009 10:21:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923341</guid><dc:creator>wimdows</dc:creator><cs:applicationKey>iis7_-_configuration__scripting-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;ve posted the following &lt;a href="http://stackoverflow.com/questions/1672751/remote-and-automated-iis-7-management-from-build-server-permissions-issue"&gt;question on StackOverflow&lt;/a&gt;:&lt;br /&gt;&lt;/p&gt;&lt;div class="post-text"&gt;
                &lt;p&gt;Here&amp;#39;s the scenario:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Win2003 Build Server (CCNET)&lt;/li&gt;&lt;li&gt;IIS7 target deployment server&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;The various MSBuild tasks (Sdc.Tasks, MSBuild Community, MSBuild
Extension Pack) for doing this (creating VDirs, setting AppPool
properties) are not suitable for at least one or more of the following
reasons:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;No support for IIS 7.&lt;/li&gt;&lt;li&gt;No possibility to pass domain username/password to perform the operation.&lt;/li&gt;&lt;li&gt;Microsoft.Web.Management.dll is not available on build server.&lt;/li&gt;&lt;li&gt;&amp;#39;Access Denied&amp;#39; error.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;There are no issues creating Vdirs on IIS 6 - though we&amp;#39;re actually
shelling out to iisvdir.vbs, as using any of the MSBuild task as
described above seem to either not support domain username/password
auth when performing the operation or will simply throw a basic &amp;#39;Access
Denied&amp;#39; message (despite having the appropriate permissions on the IIS
6 metabase).&lt;/p&gt;

&lt;p&gt;Also - bear in mind that the various methods work perfectly on IIS 7
if not specifying a specific domain user/pw as long as the current
authentication context has the correct permissions, but for obvious
reasons we don&amp;#39;t want all of our CCNET build to run in that context.&lt;/p&gt;

&lt;p&gt;I&amp;#39;ve even used psexec.exe to run appcmd.exe on the box remotely,
which also works fine if the current security context has appropriate
permission, but as soon as you specify username/password on psexec, you
get an error message saying &amp;quot;Cannot read configuration file due to
insufficient permissions.&amp;quot; The user specified is a domain account, and
is part of the local Administrators group on the 2008 server.&lt;/p&gt;

&lt;p&gt;Also - I&amp;#39;ve ended up rolling my own RunAs MSBuild task, inheriting
from the Exec task and using programmatic impersonation. I then use
this to call psexec without specifying the username and password in
psexec, but by impersonating when shelling to psexec, but I&amp;#39;m simply
getting an exitcode of 1 - without any more details.&lt;/p&gt;

&lt;p&gt;As you see, I&amp;#39;ve pretty much exhausted all options, or so I reckon.&lt;/p&gt;

&lt;p&gt;If you can think of anything else, or have achieved managing IIS7
remotely, from an automated process on a non IIS7 box (using a specific
non local admin user), please let me know. &lt;br /&gt;&lt;/p&gt;

            &lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>ASP &amp;amp; Access 4005 error: defining 32 bit dsn on 64 bit windows</title><link>http://forums.iis.net/p/1162198/1922764.aspx#1922764</link><pubDate>Fri, 30 Oct 2009 09:55:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922764</guid><dc:creator>timpollard</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m having trouble making classic asp with access db work on Windows 7. On one box I have it all working fine on a 32 bit W7 Pro install, but on my main development server I am using 64 bit W7Pro and this one still doesn&amp;#39;t work. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;On both machines I have used the icacls workaround to grant appropriate permissions on the Users/Useraccount/AppData/Local/Temp folder, have also fiven that folder permissions for the IUSR account, and the same for the folder which contains the db. This worked for the 32 bit machine, but not the 64.&lt;/p&gt;
&lt;p&gt;I then used the Process Monitor to trace w3wp.exe and discovered, if I&amp;#39;m reading the log file right, that the problem is that w7 64 bit can&amp;#39;t find the dsn.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;When I set up the dsn I went first to the default ODBC Admin console, only to find that in a 64 bit OS this only offers 64 bit drivers. I googled that and found that there is a legacy 32 bit version, which I used to create the dsn. However, although it appears to be there when viewed in the 32 bit ODBC Console, the 64 bit OS doesn&amp;#39;t seem to recognise it.&lt;/p&gt;
&lt;p&gt;Can anyone help, please?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The log file is below. I&amp;#39;ve highlighted the line which appears to suggest it can&amp;#39;t find the dsn.&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;
&lt;p&gt;&amp;quot;Time of Day&amp;quot;,&amp;quot;Process Name&amp;quot;,&amp;quot;PID&amp;quot;,&amp;quot;Operation&amp;quot;,&amp;quot;Path&amp;quot;,&amp;quot;Result&amp;quot;,&amp;quot;Detail&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4159347&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;CreateFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR, OpenResult: Opened&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4159860&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;QueryAllInformationFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman&amp;quot;,&amp;quot;BUFFER OVERFLOW&amp;quot;,&amp;quot;CreationTime: 28/02/2009 17:13:45, LastAccessTime: 21/04/2009 14:00:19, LastWriteTime: 21/04/2009 14:00:19, ChangeTime: 21/04/2009 14:00:19, FileAttributes: D, AllocationSize: 8,192, EndOfFile: 8,192, NumberOfLinks: 1, DeletePending: False, Directory: True, IndexNumber: 0x2000000013675, EaSize: 0, Access: Generic Read, Position: 0, Mode: Sequential Access, No Buffering, AlignmentRequirement: Word&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4160668&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;CreateFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman\DEFAULT.HTM&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4161531&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;CreateFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman\default.asp&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR, OpenResult: Opened&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4163917&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;QueryAllInformationFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman\default.asp&amp;quot;,&amp;quot;BUFFER OVERFLOW&amp;quot;,&amp;quot;CreationTime: 28/02/2009 17:13:45, LastAccessTime: 28/02/2009 17:13:45, LastWriteTime: 06/11/2008 09:39:08, ChangeTime: 29/10/2009 15:01:48, FileAttributes: A, AllocationSize: 24,576, EndOfFile: 23,009, NumberOfLinks: 1, DeletePending: False, Directory: False, IndexNumber: 0x200000001367f, EaSize: 0, Access: Generic Read, Position: 0, Mode: Sequential Access, AlignmentRequirement: Word&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4164733&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;CreateFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Desired Access: Read Data/List Directory, Read Attributes, Synchronize, Disposition: Open, Options: , Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4165243&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;NotifyChangeDirectory&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman&amp;quot;,&amp;quot;&amp;quot;,&amp;quot;Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_ATTRIBUTES, FILE_NOTIFY_CHANGE_SIZE, FILE_NOTIFY_CHANGE_LAST_WRITE, FILE_NOTIFY_CHANGE_CREATION, FILE_NOTIFY_CHANGE_EA, FILE_NOTIFY_CHANGE_SECURITY, FILE_NOTIFY_CHANGE_STREAM_NAME, FILE_NOTIFY_CHANGE_STREAM_SIZE, FILE_NOTIFY_CHANGE_STREAM_WRITE&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4165519&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;ReadFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman\default.asp&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Offset: 0, Length: 23,009, Priority: Normal&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4165933&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;QuerySecurityFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman\default.asp&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Information: Owner, Group, DACL&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4166178&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;CloseFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman\default.asp&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4167040&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;QueryOpen&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman\Default.asp\web.config&amp;quot;,&amp;quot;PATH NOT FOUND&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4169856&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKU\S-1-5-17&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Maximum Allowed&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4170093&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKU\.Default&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Desired Access: Maximum Allowed, Granted Access: Read&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4170545&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKU\.DEFAULT\Control Panel\International&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Desired Access: Read&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4170794&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegCloseKey&amp;quot;,&amp;quot;HKU\.DEFAULT&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4170978&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryValue&amp;quot;,&amp;quot;HKU\.DEFAULT\Control Panel\International\LocaleName&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Type: REG_SZ, Length: 12, Data: en-GB&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4171216&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegCloseKey&amp;quot;,&amp;quot;HKU\.DEFAULT\Control Panel\International&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4174813&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKU\.DEFAULT&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&lt;strong&gt;&amp;quot;09:34:39.4175101&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKU\.DEFAULT\SOFTWARE\ODBC\ODBC.INI\dsnDollman&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Read&amp;quot;&lt;/strong&gt;&lt;br /&gt;&amp;quot;09:34:39.4175380&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKLM&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4175629&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKLM\SOFTWARE\ODBC\ODBC.INI\dsnDollman&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Read&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4175917&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKU\.DEFAULT&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4176173&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKU\.DEFAULT\SOFTWARE\ODBC\ODBC.INI\Default&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Read&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4176422&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKLM&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4176668&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKLM\SOFTWARE\ODBC\ODBC.INI\Default&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Read&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4176947&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKU\.DEFAULT&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4177189&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKU\.DEFAULT\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Query Value&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4177434&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKLM&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4177671&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKLM\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources&amp;quot;,&amp;quot;NAME NOT FOUND&amp;quot;,&amp;quot;Desired Access: Query Value&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4177917&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKLM&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4178215&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKLM\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Desired Access: Read&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4178568&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegSetInfoKey&amp;quot;,&amp;quot;HKLM\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;KeySetInformationClass: KeySetHandleTagsInformation, Length: 0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4178813&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryValue&amp;quot;,&amp;quot;HKLM\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources\dsnDollman&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Type: REG_SZ, Length: 64, Data: Microsoft Access Driver (*.mdb)&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4179169&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegCloseKey&amp;quot;,&amp;quot;HKLM\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\ODBC Data Sources&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4179802&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegQueryKey&amp;quot;,&amp;quot;HKCR&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Query: HandleTags, HandleTags: 0x0&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4180058&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegOpenKey&amp;quot;,&amp;quot;HKCR\CLSID\{C8B522CB-5CF3-11CE-ADE5-00AA0044773D}\ExtendedErrors&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Desired Access: Read&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4180372&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegEnumKey&amp;quot;,&amp;quot;HKCR\CLSID\{C8B522CB-5CF3-11CE-ADE5-00AA0044773D}\ExtendedErrors&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;Index: 0, Name: {c8b522cc-5cf3-11ce-ade5-00aa0044773d}&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4180794&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;RegCloseKey&amp;quot;,&amp;quot;HKCR\CLSID\{C8B522CB-5CF3-11CE-ADE5-00AA0044773D}\ExtendedErrors&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&amp;quot;09:34:39.4184591&amp;quot;,&amp;quot;w3wp.exe&amp;quot;,&amp;quot;7960&amp;quot;,&amp;quot;CloseFile&amp;quot;,&amp;quot;D:\My Documents\Web sites\dollman&amp;quot;,&amp;quot;SUCCESS&amp;quot;,&amp;quot;&amp;quot;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WSS 3.0 in IIS 7</title><link>http://forums.iis.net/p/1160826/1916523.aspx#1916523</link><pubDate>Thu, 10 Sep 2009 22:18:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916523</guid><dc:creator>WendySancho</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>Hi everyone.

I have a site in sharepoint wss 3.0 that uses web user controls with ajax enabled. The site works perfectly in windows server 2003 with iis 6. I generated the necesary installers in windows server 2003 and ran them in windows server 2008. There were some minor issues at first, but in the end everything seemed to be working just fine, except for the pop-ups; I keep getting a &amp;quot;403 Forbidden&amp;quot; error.

Any ideas?

Thanks :)</description></item><item><title>IIS 6 Service Unavailable issue</title><link>http://forums.iis.net/p/1160496/1915233.aspx#1915233</link><pubDate>Mon, 31 Aug 2009 14:15:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915233</guid><dc:creator>cmueller</dc:creator><cs:applicationKey>troubleshooting--1</cs:applicationKey><description>&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;Hello -&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;I&amp;#39;ve been trying to resolve an IIS issue for the last few days, and am completely stumped. Sorry if this is long, but I want to make sure I get all the information out so as to not duplicate efforts. &lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;I have three separate environments, development, staging, and production, all consisting of a pair of load balanced Windows 2003 servers. In preparation for a migration we are doing, I had started installing third party software on the production web servers (namely, the old Crystal 9.1 libraries included with Visual Studio 2003, Crystal 10.5 redistributable from the VS 2008 install, and a pair of Infragistics libraries). These installs worked fine on all development and staging servers, and on one production server.&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;On that second production server, the installs completed fine, but IIS would no longer run any of it&amp;#39;s websites - they would all return with SERVICE UNAVAILABLE, and in the event log, show Event ID 1009 - &amp;quot;The process exit code was &amp;#39;0xffffffff&amp;#39;.&amp;quot; After doing some troubleshooting, I came across this site: &lt;/font&gt;&lt;a href="http://support.microsoft.com/kb/842493"&gt;&lt;font face="Consolas" color="#800080" size="2"&gt;http://support.microsoft.com/kb/842493&lt;/font&gt;&lt;/a&gt;&lt;font face="Consolas" size="2"&gt;. These servers aren&amp;#39;t domain controllers, and the resolutions it proposed did not work. I did find&amp;nbsp;that if I set the&amp;nbsp;app pool user from our domain user to Local System, the site would work, making it&amp;nbsp;a permissions issue. I tried every suggestion here:&amp;nbsp;&lt;/font&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;a href="http://blogs.iis.net/brian-murphy-booth/archive/2007/03/22/how-to-troubleshoot-an-iis-event-id-1009-error.aspx"&gt;http://blogs.iis.net/brian-murphy-booth/archive/2007/03/22/how-to-troubleshoot-an-iis-event-id-1009-error.aspx&lt;/a&gt;&amp;nbsp;with no luck.&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;I loaded Process Monitor on the server and checked there. No access denieds for file permissions, but they did show up for the hklm\software\microsoft\service\w3svc\parameters registry key. I checked this key and see that IIS_WPG does have permissions on it, as well as all the required registry permissions it should have for IIS to run. My domain user for this app pool is a member of IIS_WPG. Just to be sure, I granted that user full control on that registry key, yet still see access denied.&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;Thinking maybe I just had an install that didn&amp;#39;t quite complete and corrupted the registry, I rebooted the server. In the past, when we had a corrupted registry, I&amp;#39;d get the option to start using last known good config. This time, the server booted up as if nothing was wrong, so I&amp;#39;ve lost my &amp;quot;last known good&amp;quot; registry. I thought maybe reinstalling IIS would resolve any permissions issues I had, so I went to my development server and uninstalled IIS on one of the hosts. I messed up and uninstalled it on my NLB controller (it&amp;#39;s been a bad couple of days), which is also using Application Center to keep everything in sync. Because I didn&amp;#39;t want to lose all of my data and settings, I quickly designated the secondary server as the controller and tried reinstalling IIS on the primary. That worked, web sites and app pools were created, but now I&amp;#39;m seeing the EXACT same error as above - all app pools failed with 0xffffffff. Worse still, even setting the app pool as Local System doesn&amp;#39;t bring the site online. Even the same registry key is showing access denied when I try starting a website through Process Monitor.&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;So now I&amp;#39;m sitting with two server that are completely useless, and have no clue as to what to do, and why my permissions aren&amp;#39;t being picked up in the registry. As I said, I&amp;#39;m really stumped here. Any help you can provide would be greatly appreciated.&lt;/font&gt;&lt;/p&gt;&lt;font face="Consolas" size="2"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;Thanks!&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoPlainText" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Consolas" size="2"&gt;Clint&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Failure to run ASP when opening a new window</title><link>http://forums.iis.net/p/1160362/1914764.aspx#1914764</link><pubDate>Thu, 27 Aug 2009 02:49:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1914764</guid><dc:creator>Doug Morris</dc:creator><cs:applicationKey>iis7_-_classic_asp-41</cs:applicationKey><description>&lt;p&gt;I am running an application that opens a new window from an ASP page and runs another ASP script.&amp;nbsp; This works fine on XP, WIndows 2003 and in other versions of IIS but seems to fall over on Windows 2008 and IIS7.&lt;/p&gt;
&lt;p&gt;When the window opens it first of all asks the use to log in to the server and then produces a .NET error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;quot;This type of page is not served&amp;quot;......The type of page you have requested is not served because it has been explicitly forbidden.&amp;nbsp; The extension &amp;#39;.asp&amp;#39; may be incorrect....an so on.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have this running on a standalone machine with XP and IIS5 and on a server windows 2003 and IIS5....&amp;nbsp; And there are no problems.&lt;/p&gt;
&lt;p&gt;The calling asp module is in a folder ../ie/calling_module.asp&lt;/p&gt;
&lt;p&gt;The new window module is in&amp;nbsp;a folder ../reports/report_module.asp&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If this is an authentication or permissions issue, please let me know or does any body have any ideas?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Problems recycling Application Pool from codebehind</title><link>http://forums.iis.net/p/1160096/1913790.aspx#1913790</link><pubDate>Mon, 17 Aug 2009 15:39:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913790</guid><dc:creator>mjepson</dc:creator><cs:applicationKey>security--1</cs:applicationKey><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to recycle an application pool from code. This is needed, because resource files are altered using a CMS for the website, which will only show after the app pool is recycled.&lt;/p&gt;&lt;p&gt;I have found the code at http://www.leandrodg.com.ar/blog/2008/02/find-and-recycle-current-application-pool-programmatically-for-iis-6/ to be helpful, but it keeps confronting me with the following:&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Acces is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) &lt;/p&gt;&lt;p&gt;The application pool is running on a user account, so we can use the login for access to the SQL server using integrated security. I have tried adding the user to the administrators group and Super Users group, with no success.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Any idea how I can recycle the app pool from code or how I can get my code to work (i.e. what permissions do I set and how).&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance! &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: IIS6 Error when opening page</title><link>http://forums.iis.net/p/1158994/1909559.aspx#1909559</link><pubDate>Wed, 08 Jul 2009 07:42:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909559</guid><dc:creator>salman_arshad</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;Try resetting the permissions for the directory in which you extracted the files. I have had similar problems (not exactly the same though) and I was always able to fix them by resetting folder permissions. The problem usually occurred when I copied a folder containing a php app from desktop to wwwroot. The permissions from desktop (&lt;i&gt;&lt;b&gt;full control&lt;/b&gt;&lt;/i&gt; to the person owning the desktop, &lt;i&gt;&lt;b&gt;no permission&lt;/b&gt;&lt;/i&gt; to others) were copied along with the folder and by default these permissions prevent IIS from accessiong any of these files.&lt;/p&gt;&lt;p&gt;Assuming your IIS is setup on an NTFS file system and permissions are setup correctly for wwwroot folder:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Go to&amp;nbsp; c:/inetpub/wwwroot/&lt;/li&gt;&lt;li&gt;Right click the trellis folder and click properties&lt;/li&gt;&lt;li&gt;Go to Security tab&lt;/li&gt;&lt;li&gt;Click Advanced&lt;/li&gt;&lt;li&gt;Un-check the &amp;quot;inherit from parent the permission entries...&amp;quot; checkbox&lt;/li&gt;&lt;li&gt;If prompted, choose the &amp;quot;Remove&amp;quot; permissions option instead of &amp;quot;Copy&amp;quot; permissions. Also, just for consistency, remove all &amp;quot;not inherited&amp;quot; permissions&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Check the &amp;quot;inherit from parent the permission entries...&amp;quot; checkbox&lt;/li&gt;&lt;li&gt;Check &amp;quot;Replace permission entries on child...&amp;quot;&lt;/li&gt;&lt;li&gt;Click Apply, OK to close this dialog and Apply, OK again&lt;/li&gt;&lt;/ul&gt;If you see a windows progress bar saying &amp;quot;Applying security attributes&amp;quot; or similar then hopefully you&amp;#39;re in business.&lt;br /&gt;</description></item><item><title>Permission problems on Wordpress Uploads on IIS 7</title><link>http://forums.iis.net/p/1158487/1907308.aspx#1907308</link><pubDate>Wed, 17 Jun 2009 06:25:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1907308</guid><dc:creator>nobrainr</dc:creator><cs:applicationKey>php_community-49</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m a noob on IIS. But I&amp;#39;ve been looking everywhere for a solution but nothing works. The following mentions 2 problems. I think I&amp;#39;ve already fixed the first one but the second one is the key issue.&lt;/p&gt;
&lt;p&gt;I have Server 2008 x64&amp;nbsp;Virtual Machine / IIS 7&amp;nbsp;/&amp;nbsp;Wordpress 2.8 / MySQL NTS / PHP&lt;/p&gt;
&lt;p&gt;Everything works fine except&amp;nbsp;media uploads. When I click upload using internet explorer, the blogging platform alerts me that I have a problem:&lt;/p&gt;
&lt;div id="media-upload-error"&gt;Unable to create directory C:\inetpub\wwwroot\blog/wp-content/uploads/2009/06. Is its parent directory writable by the server?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;To fix this problem, I allowed NETWORK SERVICE to have access to the uploads folder and I&amp;#39;m able to get as far as writing the folders and the file&amp;nbsp;(*upload path*/2009/06/test.jpg)&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;When I look at the permissions on test.jpg, IIS_IUSRS does not have read access. I can simply change that manually and see the picture on the site.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;But how can I get NETWORK SERVICE to write&amp;nbsp;test.jpg with&amp;nbsp;IIS_IUSRS permissions set automatically to read? I thought if&amp;nbsp;my uploads folder had IIS_IUSRS permissions set, it&amp;nbsp;would&amp;nbsp;propagate the necessary credentials to the nested folders.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thanks in advance.&lt;/div&gt;</description></item><item><title>Sync WebDAV Authoring Rules with Database</title><link>http://forums.iis.net/p/1157921/1904887.aspx#1904887</link><pubDate>Wed, 27 May 2009 10:09:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904887</guid><dc:creator>msinger</dc:creator><cs:applicationKey>iis7_-_publishing-41</cs:applicationKey><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am trying to develop a webinterface&amp;nbsp;to control the webdav authoring rules. The webinterface interacts with a SQL database to store each folders authoring rules. This rules can be modified within the webinterface.&lt;/p&gt;
&lt;p&gt;My question is, how can I sync the authoring rules stored in the database with them in application config. I looked at the post from trnsfrmrsr&amp;nbsp;(&lt;a href="http://forums.iis.net/t/1153161.aspx"&gt;http://forums.iis.net/t/1153161.aspx&lt;/a&gt;) and implemented a solution using the Microsoft.Web.Administration assembly. The problem with that is, that I have to run the IIS-process with sufficient rights to modify the application config - and that is not what I want. Is there another solution?&lt;/p&gt;
&lt;p&gt;I also tried to extend&amp;nbsp;the basic authentication module (&lt;a href="http://forums.iis.net/p/1152183/1889432.aspx"&gt;http://forums.iis.net/p/1152183/1889432.aspx&lt;/a&gt;) to check access against my database. With this solution, I would have only one authoring rules store and no syncing is required. But it is almost impossible to get it work properly.&lt;/p&gt;
&lt;p&gt;So, how can I realize this? Any suggestions, solutions?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>IIS Shared hosting and C:\ permissions</title><link>http://forums.iis.net/p/1157895/1904771.aspx#1904771</link><pubDate>Tue, 26 May 2009 09:01:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904771</guid><dc:creator>kirill9</dc:creator><cs:applicationKey>iis7_-_general--1</cs:applicationKey><description>&lt;p&gt;What are the minimum permissions an IIS 7.0 worker process should have on the C:\ drive, and it&amp;#39;s subfolders?&lt;br /&gt;&lt;br /&gt;We are in the process of setting up a shared hosting environment, where each individual site is ran with it&amp;#39;s own application pool and an identity of it&amp;#39;s own system user. The site root paths are on another drive.&lt;br /&gt;&lt;br /&gt;What permissions and on what folders on the C:\ system drive would I need to set, assuming that the rest of C:\ has full denied permissions?&lt;/p&gt;</description></item></channel></rss>