<?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>IIS7 - Security</title><link>http://forums.iis.net/1043.aspx</link><description>Discussions around the security of IIS 7 including compentization, hidden directories, or authentication\authorization</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: ODBC Microsoft Access-driver?</title><link>http://forums.iis.net/thread/1877116.aspx</link><pubDate>Mon, 18 Aug 2008 18:17:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877116</guid><dc:creator>Chris Buchanan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1877116.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1043&amp;PostID=1877116</wfw:commentRss><description>&lt;p&gt;Hi.&amp;nbsp; I&amp;#39;ve got the same problem with Vista, but there&amp;#39;s nothing (hidden or otherwise in my c:\windows&amp;gt;\System32\InetSrv folder.&amp;nbsp; Any other ideas?&lt;/p&gt;</description></item><item><title>Re: ODBC Microsoft Access-driver?</title><link>http://forums.iis.net/thread/1872900.aspx</link><pubDate>Mon, 30 Jun 2008 14:26:45 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1872900</guid><dc:creator>sainath0009</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1872900.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1043&amp;PostID=1872900</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hay i had the same problam and resolved by Changing(cannot access the ms Access database file through asp in iis 7 )&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;applicationPoolDefaults&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;processModel identityType=&amp;quot;NetworkService&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/applicationPoolDefaults&amp;gt;&lt;/p&gt;&lt;p&gt;to&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;applicationPoolDefaults&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;processModel identityType=&amp;quot;NetworkService&amp;quot; loadUserProfile=&amp;quot;false&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/applicationPoolDefaults&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for the posting.....:)))&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: ODBC Microsoft Access-driver?</title><link>http://forums.iis.net/thread/1606695.aspx</link><pubDate>Tue, 06 Mar 2007 07:13:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1606695</guid><dc:creator>RobertTengs</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1606695.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1043&amp;PostID=1606695</wfw:commentRss><description>I change the following: 
&lt;P&gt;In the file&amp;nbsp;ApplicationHost.Config (c:\windows&amp;gt;\System32\InetSrv\config\) the section where:&lt;BR&gt;&amp;lt;applicationPoolDefaults&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;processModel identityType="NetworkService" /&amp;gt;&lt;BR&gt;&amp;lt;/applicationPoolDefaults&amp;gt; &lt;/P&gt;
&lt;P&gt;Change to:&lt;/P&gt;
&lt;P&gt;&amp;lt;applicationPoolDefaults&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;processModel identityType="NetworkService" loadUserProfile="false" /&amp;gt;&lt;BR&gt;&amp;lt;/applicationPoolDefaults&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;And now all my old ASP works again :)&lt;/P&gt;</description></item><item><title>Re: ODBC Microsoft Access-driver?</title><link>http://forums.iis.net/thread/1605569.aspx</link><pubDate>Mon, 05 Mar 2007 16:47:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1605569</guid><dc:creator>Brian Lee</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1605569.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1043&amp;PostID=1605569</wfw:commentRss><description>Bill, is the AppPool a user that need's to have access to the mdb file then?</description></item><item><title>Re: ODBC Microsoft Access-driver?</title><link>http://forums.iis.net/thread/1565316.aspx</link><pubDate>Tue, 06 Feb 2007 07:37:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1565316</guid><dc:creator>RobertTengs</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1565316.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1043&amp;PostID=1565316</wfw:commentRss><description>&lt;P&gt;It all works fine in IIS 6...&lt;/P&gt;
&lt;P&gt;Here is the Connection i´m trying to do:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Sub AbnDB&lt;BR&gt;&amp;nbsp;&amp;nbsp;Set Conn = Server.CreateObject("ADODB.Connection")&lt;BR&gt;&amp;nbsp;&amp;nbsp;DSN = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" &amp;amp; Server.MapPath("../../db/270906tracms.mdb")&lt;BR&gt;&amp;nbsp;&amp;nbsp;Conn.Open DSN&lt;BR&gt;&amp;nbsp;End Sub&lt;/P&gt;
&lt;P&gt;&amp;nbsp;(and relativ path is enable)&lt;/P&gt;</description></item><item><title>Re: ODBC Microsoft Access-driver?</title><link>http://forums.iis.net/thread/1564827.aspx</link><pubDate>Mon, 05 Feb 2007 23:25:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1564827</guid><dc:creator>bills</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1564827.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1043&amp;PostID=1564827</wfw:commentRss><description>&lt;P&gt;that is a different error than what I've seen with the profile issue - which is usually resolved with the steps you've taken above.&lt;/P&gt;
&lt;P&gt;Have you checked to make sure the AppPool (by default runs as NetworkService) as&amp;nbsp;the appropriate access to the .mdb file?&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Could you post some sample code / file that reproduces the issue?&lt;/P&gt;</description></item><item><title>ODBC Microsoft Access-driver?</title><link>http://forums.iis.net/thread/1563960.aspx</link><pubDate>Mon, 05 Feb 2007 14:05:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1563960</guid><dc:creator>RobertTengs</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1563960.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1043&amp;PostID=1563960</wfw:commentRss><description>&lt;P&gt;I have installed Vista and running IIS7 but cant make it to run with "ODBC Microsoft Access-driver"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have tried "RUN" on theese commands&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant Users:(CI)(S,WD,AD,X)&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;icacls %windir%\serviceprofiles\networkservice\AppData\Local\Temp /grant "CREATOR OWNER":(OI)(CI)(IO)(F)&lt;/I&gt; &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;%windir%\system32\inetsrv\appcmd set config -section:applicationPools /[name='DefaultAppPool'].processModel.loadUserProfile:false&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;But nothing works?&lt;/P&gt;
&lt;P&gt;I stille get this error:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Microsoft][ODBC Microsoft Access Driver] Disk or network error.&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;Please can somebody helt me???&lt;/P&gt;</description></item></channel></rss>