<?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 - Classic ASP</title><link>http://forums.iis.net/1044.aspx</link><description>Forum discussing usage of Classic ASP applications on the IIS 7 platform</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1855771.aspx</link><pubDate>Thu, 30 Aug 2007 21:48:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855771</guid><dc:creator>stefano6310</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1855771.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1855771</wfw:commentRss><description>&lt;p&gt;Hi, I had the same problem and I had no effect by setting the sharing permission on the ../temp folder as described in many blogs.&lt;br /&gt;I solved this situation by setting the &amp;#39;Application pool identities&amp;#39; check (I have the italian version, i don&amp;#39;t now how it is exactly called on the english version) instead of &amp;#39;Specific user -IUSR-&amp;#39; on ..autentication/anonimous autentication/modify on the IIS control panel.&lt;br /&gt;I hope to be helpful to somebody.&lt;br /&gt;Bye&lt;/p&gt;</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1855699.aspx</link><pubDate>Wed, 29 Aug 2007 13:33:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855699</guid><dc:creator>jeff@zina.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1855699.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1855699</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;m_a_r_s:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;font face="Arial" size="2"&gt;The Microsoft Jet database engine cannot open the file &amp;#39;C:\inetpub\wwwroot\foldername\databs.mdb&amp;#39;. It is already opened exclusively by another user, or you need permission to view its data.&lt;/font&gt; &lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Check permissions on the database and the folder it is in.&amp;nbsp; Must be MODIFY for the account accessing it.&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1855692.aspx</link><pubDate>Wed, 29 Aug 2007 12:34:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855692</guid><dc:creator>m_a_r_s</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1855692.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1855692</wfw:commentRss><description>&lt;p&gt;In elevated mode: Find in your start menu, Right click your Command Prompt (MS-DOS Prompt)&amp;nbsp;and select Run as Administrator.Click [Continue] button. I went to the root directory before typing the codes. Note, there is a space before&amp;nbsp;the dash, then a letter follows.&lt;/p&gt;
&lt;p&gt;Note: -section&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;-applicationPoolDefaults&lt;/p&gt;
&lt;p&gt;&amp;nbsp;This syntax:&lt;/p&gt;
&lt;p&gt;c:\&amp;gt;%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/applicationPools -applicationPoolDefaults.processModel.loadUserprofile:false&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1855691.aspx</link><pubDate>Wed, 29 Aug 2007 12:23:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1855691</guid><dc:creator>m_a_r_s</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1855691.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1855691</wfw:commentRss><description>&lt;p&gt;I Got&amp;nbsp;&amp;nbsp;80004005. Unspecified error. The following lines below solved my problem.&lt;/p&gt;
&lt;p&gt;%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/applicationPools -applicationPoolDefaults.processModel.loadUserprofile:false&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Now I got this:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" size="2"&gt;The Microsoft Jet database engine cannot open the file &amp;#39;C:\inetpub\wwwroot\foldername\databs.mdb&amp;#39;. It is already opened exclusively by another user, or you need permission to view its data.&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;Could somebody help. I will appreciate it so much.&lt;/p&gt;</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1849644.aspx</link><pubDate>Mon, 20 Aug 2007 08:01:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1849644</guid><dc:creator>GeorgeZ</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1849644.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1849644</wfw:commentRss><description>&lt;p&gt;It works. &lt;/p&gt;&lt;p&gt;However the original error I get is.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;&amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt; &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;Unspecific error.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;Same as the one in this blog: http://blogs.iis.net/bills/archive/2007/05/21/tips-for-classic-asp-developers-on-iis7.aspx&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1804736.aspx</link><pubDate>Mon, 16 Jul 2007 03:08:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1804736</guid><dc:creator>mkbutler</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1804736.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1804736</wfw:commentRss><description>Don&amp;#39;t have a clue what that does, but after HOURS of trying to fix this problem, that fixed it! Thanks for putting up your solution! You are a GENIUS!!!</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1624311.aspx</link><pubDate>Fri, 16 Mar 2007 21:22:49 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1624311</guid><dc:creator>apillai</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1624311.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1624311</wfw:commentRss><description>&lt;P&gt;I have a situation where my asp pages that read from an Access db works and another page that is trying to write to the same Access db errors out. When I run the command specified above (loadUserProfile:false) the page that works stops working and I get an error and the page that doesnt work continues to not work. If I set loadUserProfile:true the one page starts workign again and the other page still continues to fail. I enabled tracing and can see the following. Can anyone help?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Anu&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class="" style="WIDTH:100%;BORDER-COLLAPSE:collapse;" cellSpacing=0 cellPadding=0&gt;

&lt;TR&gt;
&lt;TD class=""&gt;&lt;A class="" name=60.&gt;&lt;/A&gt;&lt;FONT color=#00008b&gt;60.&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class=""&gt;
&lt;DIV style="POSITION:relative;"&gt;&lt;FONT style="FONT-WEIGHT:normal;FONT-SIZE:20pt;COLOR:gray;TEXT-DECORATION:none;" face=webdings&gt;n&lt;/FONT&gt; 
&lt;DIV style="LEFT:-2px;POSITION:absolute;TOP:-2px;"&gt;&lt;FONT style="FONT-WEIGHT:normal;FONT-SIZE:20pt;COLOR:#eed405;TEXT-DECORATION:none;" face=webdings&gt;n&lt;/FONT&gt; &lt;/DIV&gt;
&lt;DIV style="LEFT:-2px;POSITION:absolute;TOP:-2px;"&gt;&lt;FONT style="FONT-WEIGHT:normal;FONT-SIZE:20pt;COLOR:white;TEXT-DECORATION:none;" face=webdings&gt;r&lt;/FONT&gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;TD class=""&gt;MODULE_SET_RESPONSE_ERROR_STATUS&lt;BR&gt;&lt;B&gt;Warning&lt;/B&gt;&lt;/TD&gt;&lt;/TD&gt;
&lt;TD class=""&gt;ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="500", HttpReason="Internal Server Error", HttpSubStatus="0", ErrorCode="The operation completed successfully. (0x0)", ConfigExceptionInfo=""&lt;/TD&gt;
&lt;TD class=""&gt;21:13:49.940&lt;/TD&gt;&lt;/TR&gt;
&lt;TR class=alt&gt;
&lt;TD class=""&gt;&lt;A class="" name=61.&gt;&lt;/A&gt;&lt;FONT color=#00008b&gt;61.&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD class=""&gt;
&lt;DIV style="POSITION:relative;"&gt;&lt;FONT style="FONT-WEIGHT:normal;FONT-SIZE:12pt;COLOR:gray;TEXT-DECORATION:none;" face=webdings&gt;n&lt;/FONT&gt; 
&lt;DIV style="LEFT:-2px;POSITION:absolute;TOP:-2px;"&gt;&lt;FONT style="FONT-WEIGHT:normal;FONT-SIZE:12pt;COLOR:blue;TEXT-DECORATION:none;" face=webdings&gt;n&lt;/FONT&gt; &lt;/DIV&gt;
&lt;DIV style="LEFT:-1px;POSITION:absolute;TOP:-1px;"&gt;&lt;FONT style="FONT-WEIGHT:normal;FONT-SIZE:12pt;COLOR:white;TEXT-DECORATION:none;" face=webdings&gt;&lt;/FONT&gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;TD class=""&gt;NOTIFY_MODULE_START&lt;/TD&gt;&lt;/TD&gt;
&lt;TD class=""&gt;ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", fIsPostNotification="false", fIsCompletion="true"&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1594315.aspx</link><pubDate>Mon, 26 Feb 2007 03:10:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1594315</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1594315.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1594315</wfw:commentRss><description>Errr same as other thread, you need to run the command prompt in elevated mode.</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1594105.aspx</link><pubDate>Sun, 25 Feb 2007 21:43:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1594105</guid><dc:creator>MancoJoe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1594105.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1594105</wfw:commentRss><description>&lt;p&gt;I have the same problem but when i run this command i get this error:&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;c:\Windows\System32\inetsrv&amp;gt;appcmd set config -section:system.applicationHost/ap&lt;br&gt;plicationPools -applicationPoolDefaults.processModel.loadUserprofile:false&lt;br&gt;ERROR ( message:Configuration error&lt;br&gt;Filename: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config&lt;br&gt;Line Number: 0&lt;br&gt;Description: Cannot read configuration file&lt;br&gt;. )&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help would be appreciated.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1587433.aspx</link><pubDate>Tue, 20 Feb 2007 23:30:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1587433</guid><dc:creator>SoloHiker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1587433.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1587433</wfw:commentRss><description>&lt;P&gt;No sooner had I posted than I come across this gem by Thomas Deml:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;%windir%\system32\inetsrv\appcmd set config -section:system.applicationHost/applicationPools -applicationPoolDefaults.processModel.loadUserprofile:false&lt;/P&gt;
&lt;P&gt;Fixed my problem right away! Whew!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks, Thomas!&lt;/P&gt;</description></item><item><title>IIS7/ASP/Access connection errors</title><link>http://forums.iis.net/thread/1587380.aspx</link><pubDate>Tue, 20 Feb 2007 22:54:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1587380</guid><dc:creator>SoloHiker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1587380.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1587380</wfw:commentRss><description>&lt;P&gt;Hi, all!&amp;nbsp; Running Vista Business, IIS7, Classic ASP.&amp;nbsp; ASP is installed correctly and functioning fine.&amp;nbsp; Using a SystemDSN for accessing the tables in Access 2003 database.&amp;nbsp; Both Network Service and IIS_IUSRS have full rights to the application directory and to the directory holding the Access database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Whenever I attempt to call the Open() method of of the ADODB Connection object, I'm getting this error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Microsoft OLE DB Provider for ODBC Drivers&lt;FONT face="Times New Roman" size=3&gt; &lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;error '80004005'&lt;/FONT&gt;&lt;FONT face="Times New Roman" size=3&gt; &lt;/FONT&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;[Microsoft][ODBC Microsoft Access Driver] Disk or network error.&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've already checked the&amp;nbsp;usual things, reset Temp directory privs via ICACLS (KB #926939). I cannot find where the "loadUserProfile" property is set in IIS7, so I have not turned that off (although one article I read suggests not to do so).&amp;nbsp; Also verified that the user account IIS_IUSRS have Full privileges to the System Temp directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Also noticed that several KB articles refer to the old user account IUSR_MACHINENAME; that classic user account does not exist on my IIS7/Vista installation, so I skipped those KB articles.&lt;/P&gt;
&lt;P&gt;Needless to say, this code base runs perfectly under IIS6/Win2k3 Server and IIS6/XP/Pro, and I've been through just about all of the threads here that look relevent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggestions?&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;Jack&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item></channel></rss>