<?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>Server2008 R2 64 bit and Classic Asp</title><link>http://forums.iis.net/thread/1923981.aspx</link><pubDate>Mon, 09 Nov 2009 21:22:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923981</guid><dc:creator>CodeWonder</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1923981.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923981</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Up front the code that is of concern works on&amp;nbsp;Server 2008 32 bit machine just fine but not on the 64 bit machine.&amp;nbsp; The&amp;nbsp;dll that is giving me errors is written in C#.&amp;nbsp;I&amp;#39;m trying to call from a Classic asp page.&amp;nbsp; I wrote a simple page to call the coomponent and it fails trying to create the object.&amp;nbsp; I view the component in component services and it shows as being registered as 32 bt. I can call my VB6 dll from classic asp with out any errors.&amp;nbsp; Does anyone have any suggestions.&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;If fails on the&amp;nbsp;call.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Set objAdject = Server.CreateObject(&amp;quot;Component.Adjective.Class&amp;quot;)&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;Server object&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;&lt;font size="2" face="Arial"&gt;error &amp;#39;ASP 0177 : 80070002&amp;#39;&lt;/font&gt;&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2" face="Arial"&gt;Server.CreateObject Failed&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;font size="2" face="Arial"&gt;/Check_eCash_MFA/htmlpage1.asp&lt;/font&gt;&lt;font size="2" face="Arial"&gt;, line 16&lt;/font&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 will be greatly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;font size="2" face="Arial"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Cannot run a Web application after migrating from Windows 2003 OS (32 bit) and IIS 6.0 to Windows 2008 R2 IIS OS (64 bit) and IIS 7.5</title><link>http://forums.iis.net/thread/1925506.aspx</link><pubDate>Fri, 20 Nov 2009 01:14:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925506</guid><dc:creator>iiskkjnet</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1925506.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1925506</wfw:commentRss><description>&lt;p&gt;I migrated a Web application (compiled in Visual Studio 8 ) from a server using Windows 2003 OS (32 bit) and IIS 6.0 &lt;br /&gt;to a server using Windows 2008 R2 IIS OS (64 bit) and IIS 7.5.&lt;/p&gt;
&lt;p&gt;I am getting the following error when I try and run that application under the new server.&lt;/p&gt;
&lt;p&gt;_______________________________________________________________________________________________________________&lt;br /&gt;HTTP Error 500.19 - Internal Server Error&lt;br /&gt;The requested page cannot be accessed because the related configuration data for the page is invalid.&lt;/p&gt;
&lt;p&gt;Module : IIS Web Core &lt;br /&gt;Notification : BeginRequest &lt;br /&gt;Handler : Not yet determined &lt;br /&gt;Error Code : 0x80070032 &lt;br /&gt;Config Error : The configuration section &amp;#39;applicationPoolDefaults&amp;#39; &lt;br /&gt;&amp;nbsp;&amp;nbsp;cannot be read because it is missing a section declaration&amp;nbsp; &lt;br /&gt;Config File : &lt;a&gt;\\?\C:\inetpub\wwwroot\EDMS\web.config&lt;/a&gt; &lt;br /&gt;Requested URL : &lt;a href="http://marconi/EDMS/frmHomePage.aspx"&gt;http://marconi:80/EDMS/frmHomePage.aspx&lt;/a&gt; &lt;br /&gt;Physical Path : C:\inetpub\wwwroot\EDMS\frmHomePage.aspx &lt;br /&gt;Logon Method : Not yet determined &lt;br /&gt;Logon User : Not yet determined &lt;br /&gt;_______________________________________________________________________________________________________________&lt;br /&gt;The error is from the following section of web.config involving applicationPoolDefaults&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;applicationPools&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;DefaultAppPool&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;applicationPoolDefaults&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;processModel identityType=&amp;quot;NetworkService&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;recycling&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;periodicRestart requests=&amp;quot;200&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/recycling&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/applicationPoolDefaults&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/applicationPools&amp;gt;&lt;/p&gt;
&lt;p&gt;_______________________________________________________________________________________________________________&lt;/p&gt;
&lt;p&gt;The following code in applicationHost.config refers to applicationPools&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;section name=&amp;quot;applicationPools&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;type=&amp;quot;System.ApplicationHost.Configuration.ApplicationPoolsSection&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;allowDefinition=&amp;quot;AppHostOnly&amp;quot; overrideModeDefault=&amp;quot;Allow&amp;quot; /&amp;gt;&lt;br /&gt;_______________________________________________________________________________________________________________&lt;/p&gt;
&lt;p&gt;DefaultAppPool settings&lt;br /&gt;General&lt;br /&gt;.NET Framework Version : v2.0&lt;br /&gt;Enable 32-Bit Application : True&lt;br /&gt;Managed Pipeline Mode : Integrated&lt;br /&gt;Name : DefaultAppPool&lt;br /&gt;Queue Length : 1000&lt;br /&gt;Start Automatically : True&lt;/p&gt;
&lt;p&gt;CPU&lt;br /&gt;Limit : 0&lt;br /&gt;Limit Action : NoAction&lt;br /&gt;Limit Interval(minutes) : 5&lt;br /&gt;Processor Affinity Enabled : False&lt;br /&gt;Processor Affinity Mask : 4294967295&lt;/p&gt;
&lt;p&gt;Process Model&lt;br /&gt;Identity : NetworkService&lt;br /&gt;Idle Time-out (minutes) : 20&lt;br /&gt;Load User Profile : True&lt;br /&gt;Maximum Worker Processes : 1&lt;br /&gt;Ping Enabled : True&lt;br /&gt;Ping Maximum Response Time (seconds) : 90&lt;br /&gt;Ping Period (seconds) : 30&lt;br /&gt;Shutdown Time Limit (seconds) : 90&lt;br /&gt;Startup Time Limit (seconds) : 90&lt;/p&gt;
&lt;p&gt;Process Orphaning&lt;br /&gt;Enabled : False&lt;br /&gt;Executable : &lt;br /&gt;Executable Parameters : &lt;/p&gt;
&lt;p&gt;Rapid-Fail Protection&lt;br /&gt;&amp;quot;Service Unavailable&amp;quot; Response Type : HttpLevel&lt;br /&gt;Enabled : True&lt;br /&gt;Failure Interval (minutes) : 5&lt;br /&gt;Maximum Failures : 5&lt;br /&gt;Shutdown Executable :&lt;br /&gt;Shutdown Executable Parameters :&lt;/p&gt;
&lt;p&gt;Recycling&lt;br /&gt;Disable Overlapped Recycle : False&lt;br /&gt;Disable Recycling for Configuration Changes : False&lt;br /&gt;Generate Recycle Event Log Entry :&lt;br /&gt;Private Memory Limit (KB): 0&lt;br /&gt;Regular Time Interval (minutes) : 1740&lt;br /&gt;Request Limit : 0&lt;br /&gt;Specific Times : TimeSpan[] Array&lt;br /&gt;Virtual Memory Limit (KB) : 0&lt;br /&gt;_______________________________________________________________________________________________________________&lt;/p&gt;
&lt;p&gt;I have tried searching in microsoft other forums. I can&amp;#39;t find any specific discussion involving the following errors&lt;/p&gt;
&lt;p&gt;1. HTTP 500.19&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;Error code: 0x80070032&lt;/p&gt;
&lt;p&gt;Can you please help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>debug classic ASP in iis7</title><link>http://forums.iis.net/thread/1892787.aspx</link><pubDate>Mon, 09 Feb 2009 09:22:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1892787</guid><dc:creator>eddy147</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1892787.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1892787</wfw:commentRss><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I want to debug classic ASP (jscript) code on Vista. Im getting the error in Visual Studio 2008 &amp;quot;This type of page is not served&amp;quot;.&lt;/p&gt;&lt;p&gt;This is because SP1 is not installed for VS2008. Because I cannot install (no more room on C drive) i&amp;#39;m trying to figure out &lt;/p&gt;&lt;ol&gt;&lt;li&gt;what to exactly configure in IIS7 (set almost everything related to ASP and debugging to true)&lt;/li&gt;&lt;li&gt;what command or something to use to actually debug since i cannot use VS2008&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Thx,&lt;br /&gt;Eddy &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Cannot connect to mysql db 5.1</title><link>http://forums.iis.net/thread/1925060.aspx</link><pubDate>Tue, 17 Nov 2009 15:40:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925060</guid><dc:creator>Perryvanz</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1925060.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1925060</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Im using IIS 7.5&amp;nbsp;with Windows server 2008 r2. I want to open my database, so&amp;nbsp;I used the next&amp;nbsp;connectstring for opening the db: &lt;br /&gt;&lt;br /&gt;connect_string = &amp;quot;Driver={MySQL ODBC 5.1 Driver};&amp;nbsp;Server=localhost; UID=username; PWD=pwd; Database=db&amp;quot;&lt;br /&gt;set dbConn = server.createObject(&amp;quot;ADODB.connection&amp;quot;)&lt;br /&gt;dbConn.open(connect_string)&lt;br /&gt;&lt;br /&gt;I&amp;#39;m getting this error....&lt;/p&gt;
&lt;p&gt;Microsoft OLE DB Provider for ODBC Drivers&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;&lt;font size="2" face="Arial"&gt;error &amp;#39;80004005&amp;#39;&lt;/font&gt;&lt;font size="3" face="Times New Roman"&gt; &lt;/font&gt;
&lt;p&gt;&lt;font size="2" face="Arial"&gt;[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/font&gt; &lt;br /&gt;&lt;br /&gt;What do I have to do to connect to my db?&lt;/p&gt;
&lt;p&gt;Perry&lt;/p&gt;</description></item><item><title>using CacheUntilChange - how does iis 7 know asp has changed?</title><link>http://forums.iis.net/thread/1916775.aspx</link><pubDate>Sun, 13 Sep 2009 13:14:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1916775</guid><dc:creator>paulieg</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1916775.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1916775</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m considering using IIS 7&amp;#39;s native output cache feature to speed up a classic ASP site. The ASP pages are dynamically generated using content from SQL server. As a simple example, let&amp;#39;s say the page displays the current price of a stock stored in the database. When the database row for MSFT is updated with the new stock price, the ASP will instantly display the new price. If I enable the output cache feature for .ASP files, and I use CacheUntilChange, will the cached page be invalidated when the value in the database changes or when the ASP file itself changes? If it&amp;#39;s the former (when the database value changes), how does IIS know that the value has changed without executing the dynamic ASP and querying the database each time the page loads?&lt;/p&gt;&lt;p&gt;Lastly, if I use &lt;span style="font-size:11pt;line-height:115%;font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;font size="2" face="Arial"&gt;CacheForTimePeriod instead, is there a way to force invalidation of the cache for a specific page? In other words, if I give the cached page MSFT.ASP a long time to live, like a day, can I force invalidation of MSFT.ASP when I know a value in the database has been updated?&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Paul &lt;br /&gt;&lt;/p&gt;</description></item><item><title>I need help with ASP and IIS7</title><link>http://forums.iis.net/thread/1924640.aspx</link><pubDate>Fri, 13 Nov 2009 16:16:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924640</guid><dc:creator>mojara2009</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1924640.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1924640</wfw:commentRss><description>&amp;nbsp;Could someone walk me through Deploying a Classic ASP on IIS7. I just cannot seem to get it displayed in my Broswer.</description></item><item><title>ASP db connection problem in IIS7</title><link>http://forums.iis.net/thread/1877479.aspx</link><pubDate>Fri, 22 Aug 2008 20:23:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877479</guid><dc:creator>AmitBu</dc:creator><slash:comments>15</slash:comments><comments>http://forums.iis.net/thread/1877479.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1877479</wfw:commentRss><description>Hello!&lt;br /&gt;I&amp;#39;ve&amp;nbsp; recently installed vista on my computer, I&amp;#39;m an ASP programmer so I installed&amp;nbsp; IIS 7 .&lt;br /&gt;&amp;nbsp;I can run classic ASP pages, but when the page is connected to Access data base an Error appears:&lt;br /&gt;ADODB.Connection error &amp;#39;800a0e7a&amp;#39; &lt;br /&gt;Provider cannot be found. It may not be properly installed. &lt;br /&gt;/Project/index.asp, line 6 &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Can someone please help me?&lt;br /&gt;Thank you!&lt;br /&gt;&amp;nbsp; &lt;br /&gt;</description></item><item><title>ASP Upload and Windows 7 Ultimate</title><link>http://forums.iis.net/thread/1923589.aspx</link><pubDate>Fri, 06 Nov 2009 00:45:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923589</guid><dc:creator>MuskokaMark</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1923589.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923589</wfw:commentRss><description>&lt;p&gt;Hi folks.&amp;nbsp; I upgraded from xp pro to W7U64.&amp;nbsp; On my old install I had terminal services installed and web services enabled with an ASP upload script on there.&amp;nbsp; I am a graphic designer and had a need for my clients to upload large files to me and prefer they do that right ot my computer rather than some remote server.&amp;nbsp; Everything worked great in xp pro.&amp;nbsp; However in W7 I find I am plagued with an file size upload limit.&amp;nbsp; For the life of me I cannot find where to remove or increase this upload file size limit in any of the docs or online.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can someone help me please?&lt;/p&gt;</description></item><item><title>IIS6 Tsclient, migrate to IIS7</title><link>http://forums.iis.net/thread/1924099.aspx</link><pubDate>Tue, 10 Nov 2009 17:38:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924099</guid><dc:creator>nrodri</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924099.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1924099</wfw:commentRss><description>&lt;p&gt;Hi everyone,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have a custom asp site, designed to work with the Terminal services web client, everything works for years on IIS6.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Now I need to set up on IIS7 but doesn&amp;#39;t work, gives me always 500internal server error.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ve installed IIS6 compatibility services, but still the same, the work around at the moment, is to have that website still on a 2003box, but the asp code, points to a 2008 server ip address, so users can connect to the new server.&lt;/p&gt;&lt;p&gt;&amp;nbsp;has anyone had to do this migration?? can someone advise me, or point me on the right direction?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks in advance! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>lock violation</title><link>http://forums.iis.net/thread/1912266.aspx</link><pubDate>Sat, 01 Aug 2009 08:44:39 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912266</guid><dc:creator>bpsintl</dc:creator><slash:comments>34</slash:comments><comments>http://forums.iis.net/thread/1912266.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1912266</wfw:commentRss><description>&lt;p&gt;I have transferred a classic asp website onto a new windows server 2008 / iis 7 setup.&lt;/p&gt;&lt;p&gt;Previously (iis 6) I had a custom error 500&amp;nbsp; page that logged any server 500 errors into a database.&lt;/p&gt;&lt;p&gt;The same error page does not work on the new server. I have set the custom error page in iis manager and the page displays when there is an error but the Server.GetLastError() doesn&amp;#39;t seem to hold any info about the error, so nothing is logged in the db (line number etc).&lt;/p&gt;&lt;p&gt;I tried to do the fix by davidtg in &lt;a href="http://forums.iis.net/t/1150502.aspx"&gt;this post&lt;/a&gt; but when I try I get an error popup saying lock violation in iis manager.&lt;/p&gt;&lt;p&gt;Any ideas? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>ASP Classic app can't connect to SQL</title><link>http://forums.iis.net/thread/1924041.aspx</link><pubDate>Tue, 10 Nov 2009 09:35:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924041</guid><dc:creator>kjetils</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924041.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1924041</wfw:commentRss><description>&lt;p&gt;I have
moved a classic asp app to a new 64bits 2008 R2 server &amp;nbsp;from a 2003 server.&lt;/p&gt;

&lt;p&gt;Now I can&amp;#39;t
connect to the remote SQL 2000 server with ado but I &lt;b&gt;can &lt;/b&gt;connect using SQL
express manager and OSQL. The SQL server are in mixed mode.&lt;/p&gt;

&lt;p&gt;I get a
&amp;quot;&lt;i&gt;Microsoft OLE DB Provider for SQL Server error &amp;#39;80004005&amp;#39; &lt;br /&gt;[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. &lt;br /&gt;&lt;/i&gt;&amp;quot; error. &lt;/p&gt;

&lt;p&gt;I&amp;#39;ve tried
the NetworkService as identity but that don&amp;#39;t help. &lt;/p&gt;

&lt;p&gt;Now I&amp;#39;m
stuck... can somebody point me in the right direction?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;



</description></item><item><title>HTTP Error 404.0 - Not Found error when accessing asp web page</title><link>http://forums.iis.net/thread/1923551.aspx</link><pubDate>Thu, 05 Nov 2009 18:40:57 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923551</guid><dc:creator>dheerak.patani</dc:creator><slash:comments>8</slash:comments><comments>http://forums.iis.net/thread/1923551.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923551</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I installed IIS7 with ASP on Windows vista home premium with 32 bits home pc.&lt;/p&gt;&lt;p&gt;When
I run http://localhost to check my IIS7 installation, I am getting
welcome IIS7 screen but when I access sample asp file with file name
default.asp which got saved in c:\inetpub\wwwroot\default.asp&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am getting following error.&lt;/p&gt;&lt;h2&gt;HTTP Error 404.0 - Not Found&lt;/h2&gt;
&lt;h3&gt;The resource you are looking for has been removed, had its name changed, or 
is temporarily unavailable.&lt;/h3&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table cellpadding="0" cellspacing="0"&gt;&lt;tr&gt;
&lt;th&gt;ModuleName&lt;/th&gt;&lt;td class="event-data"&gt;IIS Web Core&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Notification&lt;/th&gt;&lt;td class="event-data"&gt;16&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;HttpStatus&lt;/th&gt;&lt;td class="event-data"&gt;404&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;HttpReason&lt;/th&gt;&lt;td class="event-data"&gt;Not Found&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;HttpSubStatus&lt;/th&gt;&lt;td class="event-data"&gt;0&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;ErrorCode&lt;/th&gt;&lt;td class="event-data"&gt;2147942402&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;ConfigExceptionInfo&lt;/th&gt;&lt;td class="event-data"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Notification&lt;/th&gt;
&lt;td&gt;MAP_REQUEST_HANDLER&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;ErrorCode&lt;/th&gt;
&lt;td&gt;The system cannot find the file specified. (0x80070002)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table class="request-summary column-1" cellpadding="0" cellspacing="0"&gt;&lt;tr class="alt"&gt;
&lt;th&gt;Url&lt;/th&gt;
&lt;td&gt;http://localhost:80/default.asp&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;App Pool&lt;/th&gt;
&lt;td&gt;DefaultAppPool&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Authentication&lt;/th&gt;
&lt;td&gt;anonymous&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;User from token&lt;/th&gt;
&lt;td&gt;NT AUTHORITY\IUSR&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Activity ID&lt;/th&gt;
&lt;td&gt;{00000000-0000-0000-0500-0080000000FF}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table class="request-summary column-2" cellpadding="0" cellspacing="0"&gt;&lt;tr class="alt"&gt;
&lt;th&gt;Site&lt;/th&gt;
&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Process&lt;/th&gt;
&lt;td&gt;4456&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Failure Reason&lt;/th&gt;
&lt;td&gt;STATUS_CODE&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Trigger Status&lt;/th&gt;
&lt;td&gt;404&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;Final Status&lt;/th&gt;
&lt;td&gt;404&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Time Taken&lt;/th&gt;
&lt;td&gt;0 msec&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Through process monitor:&lt;/p&gt;&lt;p&gt;12:11:12.2928353 PM&amp;nbsp;&amp;nbsp;&amp;nbsp; w3wp.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; 4456&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateFile&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\inetpub\wwwroot\default.asp\web.config&amp;nbsp;&amp;nbsp;&amp;nbsp; PATH NOT FOUND&amp;nbsp;&amp;nbsp;&amp;nbsp; Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: n/a&lt;br /&gt;&lt;/p&gt;&lt;p&gt;12:11:12.2938378 PM&amp;nbsp;&amp;nbsp;&amp;nbsp; w3wp.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; 4456&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateFile&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\inetpub\wwwroot\DEFAULT.ASP&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME NOT FOUND&amp;nbsp;&amp;nbsp;&amp;nbsp; Desired Access: Generic Read, Disposition: Open, Options: Sequential Access, No Buffering, Attributes: RE, ShareMode: Read, Write, Delete, AllocationSize: n/a, Impersonating: NT AUTHORITY\IUSR&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone tell me what else I have to do in order to&amp;nbsp; see my asp pages.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>most of asp .net 1.1 applications not working after moving from IIS 6.0</title><link>http://forums.iis.net/thread/1923826.aspx</link><pubDate>Sun, 08 Nov 2009 21:48:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923826</guid><dc:creator>complexxL9</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1923826.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923826</wfw:commentRss><description>&lt;p&gt;I migrated using &lt;b&gt;&amp;quot;Web Deployment Tool&amp;quot;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;from Server 2003 R2 to Server 2008 R2 x64 &lt;br /&gt;&lt;/p&gt;&lt;p&gt;and took all steps mentioned here: &lt;a href="http://blogs.iis.net/bills/archive/2008/06/02/installing-asp-net-1-1-with-iis7-on-vista-and-windows-2008.aspx" title="http://blogs.iis.net/bills/archive/2008/06/02/installing-asp-net-1-1-with-iis7-on-vista-and-windows-2008.aspx" target="_blank"&gt;http://blogs.iis.net/bills/archive/2008/06/02/installing-asp-net-1-1-with-iis7-on-vista-and-windows-2008.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;but still when I try to browse .net 1.1 applications I get &lt;b&gt;&amp;quot;HTTP 500 Internal Server Error&amp;quot;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;another strange thing, that I can&amp;#39;t access any of applications running in &lt;b&gt;&amp;quot;ASP .NET 1.1&amp;quot;&lt;/b&gt;&amp;nbsp; pool options in the feature view, for example when I click on &lt;b&gt;Logging&lt;/b&gt; I get this:&lt;/p&gt;&lt;p&gt;&amp;nbsp;There was an error while performing this operation.&lt;/p&gt;&lt;p&gt;&amp;lt;error msg&amp;gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Details:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Filename:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;\\?\C:\Windows\system32\inetsrv\config\applicationHost.config&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Error:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/error msg&amp;gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>8002801d error </title><link>http://forums.iis.net/thread/1923956.aspx</link><pubDate>Mon, 09 Nov 2009 19:44:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923956</guid><dc:creator>markdharris</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923956.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923956</wfw:commentRss><description>&lt;p&gt;Trying to migrate to Windows 7, 64 bit on my development machine. I have installed iis, have enabled&amp;nbsp;ASP, set permissions in the folders, etc.... When I try to run the web page(s) locally I get errror 8002801d. This occurs when trying to connect to:&lt;/p&gt;
&lt;p&gt;1) an Access database and &lt;br /&gt;2) to a&amp;nbsp;SQL database&lt;/p&gt;
&lt;p&gt;I looked, poked and prodded and can&amp;#39;t come up with the answer. &lt;br /&gt;If anyone can help it would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;</description></item><item><title>Session Problems - seems to be around http/https transfer</title><link>http://forums.iis.net/thread/1868266.aspx</link><pubDate>Mon, 28 Apr 2008 09:43:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1868266</guid><dc:creator>superted187</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1868266.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1868266</wfw:commentRss><description>&lt;p&gt;I recently moved a classic ASP application from an environment that was Windows Server 2003 and IIS 6.&lt;/p&gt;&lt;p&gt;It is now running on IIS 7 within windows Server 2008.&lt;/p&gt;&lt;p&gt;Basically, the problem is that session variables seem to be randomly being dropped.&amp;nbsp; It is totally sporadic, and seems to happen when moving from an unsecure (http) page to a secure (https) page.&lt;/p&gt;&lt;p&gt;I am really struggling to work out what the problem is because the problem is not consistent.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The application cose hasn&amp;#39;t changed, so this leads me to believe that there may be a setting that needs changing in IIS or perhaps some kind pf problem with the site&amp;#39;s certificate.&lt;/p&gt;&lt;p&gt;Any suggestions would really help, like I said I am really fighting with the one. Thanks&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS and MS SQL Server connection truble</title><link>http://forums.iis.net/thread/1923649.aspx</link><pubDate>Fri, 06 Nov 2009 11:01:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923649</guid><dc:creator>EgoZa</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923649.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923649</wfw:commentRss><description>&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;Hi All.&lt;/font&gt;&lt;/font&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;My goal - run my project under IIS (7.0)&amp;nbsp;and receive table record amount from database (under MS SQL Server 2008).&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;When&amp;nbsp;I run my project from MS Visual Studio (2008) all work properly. I receive IE page with&amp;nbsp;1998 records.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;When&amp;nbsp;I try to run site under IIS,&amp;nbsp;I receive IE page with &amp;quot;0&amp;quot; records.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;What should I do to resolve the issue?&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;Thanks in advice.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;WBR,&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font face="Times New Roman"&gt;&lt;font size="3"&gt;EgoZa.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-ansi-language:EN-US;"&gt;&lt;font size="3" face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;</description></item><item><title>HTTP 500 Internal Server Error</title><link>http://forums.iis.net/thread/1923322.aspx</link><pubDate>Wed, 04 Nov 2009 07:23:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923322</guid><dc:creator>prajapatiamit2003</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1923322.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923322</wfw:commentRss><description>&lt;p&gt;I am using Windows 2008 server . I am trying to run a sample of classic ASP program that Connected with DSN&amp;nbsp; database. Currently, I managed to open the classic ASP file. However, when i login after , I got this error &amp;quot;HTTP 500 Internal Server Error&amp;quot;. I have tried a lot of solutions from the Internet, and so far, I didn&amp;#39;t make it.&lt;/p&gt;&lt;p&gt;HTTP 500 Internal Server Error&lt;/p&gt;&lt;table cellpadding="0" cellspacing="0"&gt;

&lt;tr&gt;
&lt;td id="infoIconAlign" rowspan="2" align="left"&gt;&lt;br /&gt; &lt;/td&gt;
&lt;td id="mainTitleAlign" align="left"&gt;
&lt;h1 id="mainTitle"&gt;The website cannot display the page&lt;/h1&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td id="http500Align" class="errorCodeAndDivider" align="right"&gt;&amp;nbsp;HTTP 
500 
&lt;div class="divider"&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &lt;/td&gt;
&lt;td id="likelyCausesAlign" align="left"&gt;
&lt;h3 id="likelyCauses"&gt;Most likely causes:&lt;/h3&gt;
&lt;ul&gt;&lt;li id="causeSiteMaintenance"&gt;The website is under maintenance. 
&lt;/li&gt;&lt;li id="causeSiteError"&gt;The website has a programming error. &lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &lt;/td&gt;
&lt;td id="whatToTryAlign" align="left"&gt;
&lt;h2 id="whatToTry"&gt;What you can try:&lt;/h2&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &lt;/td&gt;
&lt;td id="refreshPageAlign" align="left"&gt;
&lt;h4&gt;
&lt;table&gt;

&lt;tr&gt;
&lt;td&gt;&lt;img src="http://forums.iis.net/bullet.png" class="actionIcon" alt="" border="0" /&gt; &lt;/td&gt;
&lt;td&gt;&lt;span id="navCancelContainer"&gt;&lt;a&gt;Refresh the page.&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/h4&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp; &lt;/td&gt;
&lt;td id="goBackAlign" align="left"&gt;
&lt;h4&gt;
&lt;table&gt;

&lt;tr&gt;
&lt;td&gt;&lt;img src="http://forums.iis.net/bullet.png" class="actionIcon" alt="" border="0" /&gt; &lt;/td&gt;
&lt;td&gt;&lt;span id="goBackContainer"&gt;&lt;a&gt;Go 
back to the previous page.&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/h4&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td id="infoBlockAlign" align="right"&gt;&amp;nbsp; &lt;/td&gt;
&lt;td id="moreInfoAlign" align="left"&gt;
&lt;h4&gt;
&lt;table&gt;

&lt;tr&gt;
&lt;td&gt;&lt;a href="http://forums.iis.net/AddPost.aspx?ForumID=1032#"&gt;&lt;img src="http://forums.iis.net/down.png" id="infoBlockIDImage" class="actionIcon" alt="More information" border="0" /&gt;&lt;/a&gt; &lt;/td&gt;
&lt;td&gt;&lt;span id="moreInfoContainer"&gt;&lt;a&gt;More 
information&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/h4&gt;
&lt;div style="display:none;" id="infoBlockID" class="infoBlock"&gt;
&lt;p id="errorExplanation"&gt;This error (HTTP 500 Internal Server Error) means that 
the website you are visiting had a server problem which prevented the webpage 
from displaying.&lt;/p&gt;
&lt;p id="moreInfoSeeHelp"&gt;For more information about HTTP errors, see 
Help.&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&amp;nbsp;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>ASP Pages using MySQL in IIS7</title><link>http://forums.iis.net/thread/1922664.aspx</link><pubDate>Thu, 29 Oct 2009 15:15:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922664</guid><dc:creator>brian simpson</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1922664.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1922664</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am new to IIS 7 and have found a problem relating to displaying ASP pages, that reference MySQL db&amp;#39;s&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The error on the homepage is&lt;/p&gt;
&lt;p&gt;&amp;nbsp;error &amp;#39;80004005&amp;#39; &lt;/p&gt;
&lt;p&gt;&lt;font size="2" face="Arial"&gt;/index.asp&lt;/font&gt;&lt;font size="2" face="Arial"&gt;, line 8&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;I have added the Network Service, IUSR and the IIS_ISURS group with full permissions to the website and have not had movement on from the error above.&lt;/p&gt;
&lt;p&gt;I have also changed the app pool to use the Network Service account, added DNS entries and also changed LoadUserProfile to false.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Most of the above changes being taken from google searches earlier today.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Should anyone have any advice on how to move forward with this, please let me know.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Brian.&lt;/p&gt;</description></item><item><title>500-100.asp displays but without any error specific information</title><link>http://forums.iis.net/thread/1866868.aspx</link><pubDate>Mon, 07 Apr 2008 17:05:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1866868</guid><dc:creator>ccconnection</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1866868.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1866868</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;i have &amp;quot;scriptErrorSentToBrowser=true&amp;quot; and can see the error details when run from localhost...but when I run from a remote machine I just get the 500-100.asp page without any information on the error...all the filler text is there such as the browser type, datetime, etc...just no info on the error itself...&lt;/p&gt;&lt;p&gt;&amp;nbsp;any ideas?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;this is the error from localhost&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Microsoft VBScript runtime error &amp;#39;800a01a8&amp;#39;&lt;/p&gt;&lt;p&gt;Object required: &amp;#39;datetime&amp;#39;&lt;/p&gt;&lt;p&gt;/test.asp, line 4&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b&gt;and the error from remote machine&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;h1&gt;The page cannot be displayed&lt;/h1&gt;
There is a problem with the page you are trying to reach and it cannot be displayed.
&lt;hr /&gt;
&lt;p&gt;Please try the following:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Contact the Web site administrator to let them know that this error has occured for this URL address.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;HTTP 500.100 - Internal server error: ASP error.&lt;br /&gt;Internet Information Services&lt;/h2&gt;
&lt;hr /&gt;
&lt;p&gt;Technical Information (for support personnel)&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Error Type:&lt;br /&gt;
 (0x0)&lt;br /&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Browser Type:&lt;br /&gt;
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13
&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Page:&lt;br /&gt;
GET /500-100.asp&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Time:&lt;br /&gt;
Monday, April 07, 2008, 9:53:04 AM
&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;More information:&lt;br /&gt;

  &lt;ul&gt;&lt;li&gt;Click on &lt;a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&amp;amp;sbp=&amp;amp;pver=5.0&amp;amp;ID=500;100&amp;amp;cat=&amp;amp;os=&amp;amp;over=&amp;amp;hrd=&amp;amp;Opt1=&amp;amp;Opt2=0&amp;amp;Opt3="&gt;Microsoft Support&lt;/a&gt; for a links to articles about this error.&lt;/li&gt;&lt;li&gt;Go to &lt;a href="http://go.microsoft.com/fwlink/?linkid=8180" target="_blank"&gt;Microsoft Product Support Services&lt;/a&gt; and perform a title search for the words &lt;b&gt;HTTP&lt;/b&gt; and &lt;b&gt;500&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Open &lt;b&gt;IIS Help&lt;/b&gt;, which is accessible in IIS Manager (inetmgr), and search for topics titled &lt;b&gt;Web Site Administration&lt;/b&gt;, and &lt;b&gt;About Custom Error Messages&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;In the IIS Software Development Kit (SDK) or at the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=8181"&gt;MSDN Online Library&lt;/a&gt;, search for topics titled &lt;b&gt;Debugging ASP Scripts&lt;/b&gt;, &lt;b&gt;Debugging Components&lt;/b&gt;, and &lt;b&gt;Debugging ISAPI Extensions and Filters&lt;/b&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>SOLVED-Server object error 'ASP 0177 : 800a801d' error Windows 7 IIS 7.5</title><link>http://forums.iis.net/thread/1923090.aspx</link><pubDate>Mon, 02 Nov 2009 15:33:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923090</guid><dc:creator>BobH42</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923090.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1923090</wfw:commentRss><description>Problem was solved...it was a bad version of the dll that worked on our test system but not on the target system.

Trying to set up a classic ASP on IIS 7.5 with Windows 7.  I&amp;#39;ve gone through the typical install options (enabling ASP under the IIS installation along with ISAPI Extensions and Request Filtering).  I&amp;#39;ve also set up the DefaultAppPool to allow 32-bit apps, to run no managed code, and to run classic pipeline mode.  Finally, under my application I created I&amp;#39;ve turned on Enable Parent Paths and Send Errors to Browser.  I can access non-ASP classic pages on the site but I get the following error when accessing ASP classic pages:

Server object error &amp;#39;ASP 0177 : 800a801d&amp;#39; 

Server.CreateObject Failed 

/online/online.asp, line 13 

800a801d 

Any help would be very appreciated.</description></item><item><title>80004005</title><link>http://forums.iis.net/thread/1922411.aspx</link><pubDate>Wed, 28 Oct 2009 00:51:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922411</guid><dc:creator>eugenedebb</dc:creator><slash:comments>6</slash:comments><comments>http://forums.iis.net/thread/1922411.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1922411</wfw:commentRss><description>&lt;p&gt;Hi there, I have recently installed windows 7 pro 64. &lt;/p&gt;
&lt;p&gt;I have a classic asp app using msaccess which ran perfectly on my vista install. &lt;/p&gt;
&lt;p&gt;I keep getting &amp;quot; error &amp;#39;80004005&amp;#39; &amp;quot; on my connectionstring line in asp . No additional info.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have done the following :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;icacls command for users and creator owner. &lt;br /&gt;disabled uac. &lt;br /&gt;set permissions for iis guest account to full control on site directory. &lt;br /&gt;set loaduserprofiles to false. &lt;br /&gt;enabled parent paths. &lt;br /&gt;set show error messages to true. &lt;br /&gt;changed from dsn to connectionless and back. &lt;br /&gt;&lt;br /&gt;I&amp;#39;m now stuck at what to do next. &lt;br /&gt;&lt;br /&gt;Please help &lt;br /&gt;&lt;br /&gt;Thanking you in advance. &lt;/p&gt;</description></item><item><title>ASP &amp; Access 4005 error: defining 32 bit dsn on 64 bit windows</title><link>http://forums.iis.net/thread/1922764.aspx</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><slash:comments>6</slash:comments><comments>http://forums.iis.net/thread/1922764.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1922764</wfw:commentRss><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>Enable 32-bit stops the app pool</title><link>http://forums.iis.net/thread/1889999.aspx</link><pubDate>Wed, 14 Jan 2009 19:58:51 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1889999</guid><dc:creator>daveslc</dc:creator><slash:comments>13</slash:comments><comments>http://forums.iis.net/thread/1889999.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1889999</wfw:commentRss><description>&lt;p&gt;I am trying to use a VB6 DLL from ASP in IIS7.&amp;nbsp; I create an application pool to run it, enabling the 32-bit applications.&amp;nbsp; When I do this, it fails returning HTTP 503 error, service unavailable and stops the application pool.&amp;nbsp; Even if I remove the references to the DLL and put in a simple test page that just spits out some text with Response.Write(), if 32-bit apps are enabled it fails.&amp;nbsp; (Though the same page renders correctly when 32-bit apps are disabled).&amp;nbsp; What else am I missing here?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dave Taylor&lt;/p&gt;</description></item><item><title>permission issue than some security setting that prevents include files/stylesheet files from being accessed from ASP applications.</title><link>http://forums.iis.net/thread/1922867.aspx</link><pubDate>Fri, 30 Oct 2009 20:37:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922867</guid><dc:creator>drummelhart</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1922867.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1922867</wfw:commentRss><description>&lt;p&gt;After setting up one of my web applications on IIS7 and having a mostly successful installation, I hit a snag with my latest install.&lt;/p&gt;&lt;p&gt;I am having trouble trying to figure out&lt;span style="font-size:11pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; permission issue than some security setting that prevents
include files/stylesheet files from being accessed from ASP applications.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;All my settings are completed via the documentation.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What would cause this to happen, so I can deal with this issue? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Binding problem</title><link>http://forums.iis.net/thread/1922631.aspx</link><pubDate>Thu, 29 Oct 2009 09:24:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922631</guid><dc:creator>Memphiz112</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1922631.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1044&amp;PostID=1922631</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have installed (turned windows feature on) IIS, but when i go to localhost in my web browser, all i get is a blank page. when i type in my ip-adres (127.0.0.1, or 192.168.etc.etc) i get an error page. (connection has been reinitialized(translated from dutch to english, so i don&amp;#39;t know if it is translated correctly)).&lt;/p&gt;&lt;p&gt;I also can&amp;#39;t add a website in IIS-management. This is because there is nothing in the &amp;#39;binding&amp;#39; list...&lt;/p&gt;&lt;p&gt;&amp;nbsp;Can anyone help me?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am running Windows 7 Professional &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards, &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>