<?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>IIS in SySWoW Mode</title><link>http://forums.iis.net/1083.aspx</link><description>For your questions pertaining to running 32-bit code on your 64-bit version of Windows &amp; IIS.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>can't get ASP to run at all</title><link>http://forums.iis.net/thread/1926456.aspx</link><pubDate>Sun, 29 Nov 2009 04:05:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926456</guid><dc:creator>FlashGordon22</dc:creator><slash:comments>7</slash:comments><comments>http://forums.iis.net/thread/1926456.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1926456</wfw:commentRss><description>&lt;p&gt;Vista Home premium 64bit with SP2. IIS7.0.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Installed ASP and it&amp;#39;s listed as working, the config file has the handler listed (asp.dll) and the file is there. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve also got ISAPI installed as well.&amp;nbsp; .NET and HTML pages render.&amp;nbsp; but ASP gets this: &lt;/p&gt;
&lt;h2&gt;HTTP Error 404.3 - Not Found&lt;/h2&gt;
&lt;h3&gt;The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;ve searched around and tried all sorts of things, but can&amp;#39;t seem to get Classic ASP to work.&amp;nbsp; I&amp;#39;ve heard talk about IIS settings (application pools?) but I&amp;quot;m not that familiar with those.&amp;nbsp; I tried enabling 32bit apps in my application pools, but that didn&amp;#39;t change it. Same error every time.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;My asp page is as simple as &amp;lt;% response.write(&amp;quot;here I am&amp;quot;) %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Nada.&amp;nbsp; Please help. Been researching and trying things out for a week now, and nothing has worked.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Mark&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>ASP &amp; Jet Provider</title><link>http://forums.iis.net/thread/1544068.aspx</link><pubDate>Tue, 23 Jan 2007 08:35:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1544068</guid><dc:creator>jmiko</dc:creator><slash:comments>15</slash:comments><comments>http://forums.iis.net/thread/1544068.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1544068</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I try windows vista on my box and discover that I can't use my ASP application due to error:&lt;/p&gt;&lt;div&gt;
&lt;h2&gt;&lt;b&gt;Unable to establish connection to database.&lt;/b&gt;&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Error information:&lt;/b&gt;&lt;br&gt;ADODB.Connection (0xE7A)&lt;br&gt;Provider cannot be 
found. It may not be properly installed.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My connection string is&amp;nbsp;&lt;/p&gt;&lt;p&gt;ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Test\test.mdb;Persist Security Info=False"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found several articles about differences between 32-bit and 64-bit environments but it is too strange that microsoft doesn't provide compatibility for ASP applications with MSAccess databases under vista.&lt;/p&gt;&lt;p&gt;Is there a way to connect to mdb-file with 64-bit IIS7?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Michael.&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Cannot create ActiveX component.</title><link>http://forums.iis.net/thread/1926303.aspx</link><pubDate>Thu, 26 Nov 2009 18:03:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926303</guid><dc:creator>galaxy_thestars39</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1926303.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1926303</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;span&gt;Hello,
&lt;br /&gt;
&lt;br /&gt;
I receive this error, when I try to read word document using asp.net and OpenOffice.
I have Windows server 2003 64 bit but server IIS is running with 32 bit mode.&amp;nbsp; I have granted permissions using &lt;/span&gt;DCOM config(OpenOffice.org1.1 Text Document). I have granted Local Launch and Local Activation rights to ASPNET and Network service; also Local Access rights too. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;span&gt;
My code:
&lt;br /&gt;
&lt;br /&gt;
Dim oSM As Object                  &amp;#39;Root object for accessing OpenOffice from VB
&lt;br /&gt;
        Dim oDesk, oDoc As Object &amp;#39;First objects from the API
&lt;br /&gt;
        Dim _args As System.Array
&lt;br /&gt;
        Dim objDummy As Object = New Object
&lt;br /&gt;
        _args = System.Array.CreateInstance(objDummy.GetType, 0)
&lt;br /&gt;
        objDummy = Nothing &amp;#39; free ressource 
&lt;br /&gt;
        oSM = CreateObject(&amp;quot;com.sun.star.ServiceManager&amp;quot;)
&lt;br /&gt;
        oDesk = oSM.createInstance(&amp;quot;com.sun.star.frame.Desktop&amp;quot;)
&lt;br /&gt;
        oDoc = oDesk.loadComponentFromURL(&amp;quot;file:///&amp;quot; &amp;amp; filepath, &amp;quot;_blank&amp;quot;, 0, _args)
&lt;br /&gt;
&lt;br /&gt;
Any help will be appreciated. Thanks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Addition:&lt;/p&gt;&lt;p&gt;From event log:&lt;/p&gt;&lt;p&gt;The server &lt;span class="postbody"&gt; {82154420-0FBF-11D4-8313-005004526AB4} &lt;/span&gt;did not register with DCOM within the required timeout.&lt;/p&gt;&lt;p&gt;Thanks &lt;br /&gt;&lt;/p&gt;</description></item><item><title>ADO provider not found for 32-bit ISAPI dll, but provider is present on system</title><link>http://forums.iis.net/thread/1924258.aspx</link><pubDate>Wed, 11 Nov 2009 14:16:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924258</guid><dc:creator>StijnDeWitt</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1924258.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1924258</wfw:commentRss><description>&lt;p&gt;We have an application that consists of two parts, Manager and Engine. We have troubles getting the Engine to connect to an Oracle db using 32-bit MSDAORA provider (Microsoft driver for Oracle).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Manager is a 32-bit standalone .exe and connects fine to an Oracle database using the MSDAORA provider, which is also 32-bit, on the same system. Also if we use the 32-bit version of the ODBC administrator, the MSDAORA provider is available and works just fine.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Engine is an ISAPI dll running in IIS7 in an application pool that is set to 32-bit. We have an &amp;#39;echo&amp;#39; action that reports that the DLL is loaded and running fine. However, the Engine is unable to connect to the MSDAORA provider, saying that the provider cannot be found.&lt;/p&gt;&lt;p&gt;My (simple and probably wrong) diagnosis is that, because IIS 7 is 64-bit, Windows is trying to find the 64-bit version of MSDAORA, which indeed does not exist. Could this be correct? &lt;/p&gt;&lt;p&gt;Is it even possible to have a 32-bit ISAPI dll running in a 32-bit application pool in IIS7 to connect to a database using the 32-bit provider? If possible, do you need to do something special to make it work? Any pointers to documentation on this?&lt;/p&gt;&lt;p&gt;If not possible, doesn&amp;#39;t that mean that there would be dozens of applications left behind in 32-bit land because they would no longer be able to connect to databases when running in IIS7? My gut feeling tells me this can&amp;#39;t be so and I must be missing some silly checkbox &amp;#39;Enable 32-bit ADO providers&amp;#39; or something like that in my IIS config.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;We are aware that there is no 64-bit MSDAORA provider and MS does not plan to make one, but we thought this would not impact our software as it is itself still 32-bit. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Running Classic ASP site on 64bit Windows 7</title><link>http://forums.iis.net/thread/1923352.aspx</link><pubDate>Wed, 04 Nov 2009 11:57:14 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923352</guid><dc:creator>Mintyman</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1923352.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1923352</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is my first post here. I&amp;#39;m not a super duper techie so i&amp;#39;ve included as much information as I can think of in order to help explain my issue. Please go easy on me!&lt;/p&gt;&lt;p&gt;I havebeen using an old PC running Win XP Pro with IIS 5 and SQL Server 2000 which ran my development environment for my website. It uses a mixture of both MS Access and SQL databases (not got round to migrating everything over to SQL yet!). I have just bought a new PC with 64bit Windows 7 on it.&lt;/p&gt;&lt;p&gt;When I try and set up my site, I get the following error:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;font size="2" face="Arial"&gt;ADODB.Recordset&lt;/font&gt; &lt;font size="2" face="Arial"&gt;error &amp;#39;800a0e7a&amp;#39;&lt;br /&gt;Provider cannot be found. It may not be properly 
installed.&lt;br /&gt;/index.asp&lt;/font&gt;&lt;font size="2" face="Arial"&gt;, line 
33&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Line 33 refers to a connection string in an include file:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Dim MM_Directory_STRING&lt;br /&gt;MM_Directory_STRING = &amp;quot;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\xxxxxx\xxxxxxx\Directory.mdb;Persist Security Info=False&amp;quot; &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;After a bit of hunting, I read that I need to create a new application pool in IIS (whatever that is!) . Anyway, I found the right section and created a new one. I also set it to allow &amp;#39;enable 32-Bit Applications&amp;#39; in the advanced settings screen. I applied this application pool to the default website, restarted IIS and refreshed the page.&lt;/p&gt;&lt;p&gt;Now I get this error:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;font size="2" face="Arial"&gt;error &amp;#39;80004005&amp;#39;&lt;br /&gt;/index.asp&lt;/font&gt;&lt;font size="2" face="Arial"&gt;, line 
86&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Line 86 refers to the following:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;85 - Set Upcoming_Events = Server.CreateObject(&amp;quot;ADODB.Recordset&amp;quot;)&lt;br /&gt;86 - Upcoming_Events.ActiveConnection = MM_DirectorySQL_STRING&lt;br /&gt;87 - Upcoming_Events.Source = &amp;quot;SELECT *&amp;nbsp; FROM Q_Upcoming_Events&amp;nbsp; WHERE Start_Date &amp;lt;= (GetDate() + 60)&amp;nbsp; ORDER BY Start_Date ASC&amp;quot; &lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;MM_SemiDirectorySQL_STRING is related to a connection to a local SQL Express, which is connected to via a DSN connection with mixed mode authentication.&lt;/p&gt;&lt;p&gt;&amp;nbsp;That&amp;#39;s as far as i&amp;#39;ve got to.&lt;/p&gt;&lt;p&gt;Can anyone help me with this? I&amp;#39;ll be eternally grateful.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Darren &lt;br /&gt;&lt;/p&gt;</description></item><item><title>SOLUTION TO INSTALL Coldfusion 8 Standard (32-bit) to Windows Server 2008 64-bit (SBS small business server 2008 x64) on IIS7</title><link>http://forums.iis.net/thread/1901549.aspx</link><pubDate>Wed, 22 Apr 2009 22:18:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901549</guid><dc:creator>chowdrew</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1901549.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1901549</wfw:commentRss><description>Spent a day researching online and finally made CF8 Standard work on IIS7 x64.  Just want to share it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SOLUTION TO INSTALL Coldfusion 8 Standard (32-bit) to Windows Server 2008 64-bit (SBS small business server 2008 x64) on IIS7&lt;br /&gt;
&lt;br /&gt;
===&lt;br /&gt;
&lt;br /&gt;
Example Website:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;IIS &amp;gt; Sites &amp;gt; testwebsite&lt;br /&gt;
Path:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;E:\testwebsite\&lt;br /&gt;
Homepage:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;E:\testwebsite\index.cfm&lt;br /&gt;
IIS Application Pool: (automatically named and created by IIS)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;testwebsite&lt;br /&gt;
&lt;br /&gt;
===&lt;br /&gt;
&lt;br /&gt;
1. PROBLEM: HTTP Error 404.17&lt;br /&gt;
&lt;br /&gt;
SOLUTION:&lt;br /&gt;
  IIS &amp;gt; Application Pools &amp;gt; (right click on) testwebsite &amp;gt; Advanced Settings &amp;gt; Enable 32-Bit Applications &amp;gt; (set to) True&lt;br /&gt;
&lt;br /&gt;
  (no restart needed)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&lt;br /&gt;
&lt;br /&gt;
2. Then I hit a 2nd PROBLEM: browser shows:&lt;br /&gt;
   &amp;quot;Service Unavailable HTTP Error 503.  The service is unavailable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Refer to: http://mvolo.com/blogs/serverside/archive/2006/10/19/Where-did-my-IIS7-server-go_3F00_-Troubleshooting-_2200_service-unavailable_2200_-errors.aspx&lt;br /&gt;
&lt;br /&gt;
I followed his steps and found out this error in windows Event Viewer &amp;gt; Windows Logs &amp;gt; Application &amp;gt; Error, Source=IIS-W3SVC-WP &amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;quot;The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load.  The data is the error.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SOLUTION:&lt;br /&gt;
&lt;br /&gt;
Edit file:&lt;br /&gt;
C:\Windows\System32\inetsrv\config\applicationHost.config&lt;br /&gt;
&lt;br /&gt;
Change this line from:&lt;br /&gt;
&amp;lt;add name=&amp;quot;PasswordExpiryModule&amp;quot; image=&amp;quot;C:\Windows\system32\RpcProxy\RpcProxy.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To:&lt;br /&gt;
&amp;lt;add name=&amp;quot;PasswordExpiryModule&amp;quot; image=&amp;quot;C:\Windows\system32\RpcProxy\RpcProxy.dll&amp;quot; preCondition=&amp;quot;bitness64&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
May need to restart IIS.&lt;br /&gt;
&lt;br /&gt;
===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Now the 3rd PROBLEM pops up: browser shows:&lt;br /&gt;
   &amp;quot;HTTP Error 500.19 - Internal Server Error&amp;quot;&lt;br /&gt;
&lt;br /&gt;
   Refer to: http://forums.iis.net/t/1154481.aspx&lt;br /&gt;
   which refers to:&lt;br /&gt;
             http://forums.iis.net/p/1149768/1871631.aspx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SOLUTION&lt;br /&gt;
They said the http compression modules caused the error, and need to disable it globally.  Run this command:&lt;br /&gt;
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name=&amp;#39;xpress&amp;#39;]&lt;br /&gt;
&lt;br /&gt;
In case we want to re-enable it, run this:&lt;br /&gt;
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name=&amp;#39;xpress&amp;#39;,doStaticCompression=&amp;#39;false&amp;#39;,dll=&amp;#39;%windir%\system32\inetsrv\suscomp.dll&amp;#39;]&lt;br /&gt;
&lt;br /&gt;
(note two %windir% to replace)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOTE: this will turn off HTTP compression for all sites on IIS.  I tried to  turn compression ON again in IIS &amp;gt; (Top Level Domain, the 1st node below &amp;quot;Start Page&amp;quot; on left sidebar) &amp;gt; (dbl-click icon) Compression, by unchecking all boxes (if checked) &amp;gt; apply changes, then checking all boxes &amp;gt; apply changes.  Restart IIS.  Then both HTTP compression &amp;amp; coldfusion work at the same time!  (to confirm: check HTTP header: Content-Encoding = gzip, using Firefox add-on: Live HTTP Headers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&lt;br /&gt;
&lt;br /&gt;
Then it finally worked!!&lt;br /&gt;
&lt;br /&gt;
SUMMARY&lt;br /&gt;
1. Enable 32-Bit Applications in the IIS Application Pool&lt;br /&gt;
2. Edit applicationHost.config for RpcProxy.dll 64-bit setting&lt;br /&gt;
3. Disable HTTP compression scheme in IIS by command line&lt;br /&gt;
   - than turn off then on Compression in IIS by GUI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>LDAP ext on PHP+IIS Win2008 R2 x64</title><link>http://forums.iis.net/thread/1922776.aspx</link><pubDate>Fri, 30 Oct 2009 11:10:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922776</guid><dc:creator>ozgurozpolat</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1922776.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1922776</wfw:commentRss><description>&lt;p&gt;i configured php.ini and tried&amp;nbsp;a lot of way but i cant install ldap ext on php&lt;/p&gt;
&lt;p&gt;&amp;nbsp;i found solution thanks : &lt;a href="http://forums.iis.net/p/1161623/1920229.aspx"&gt;http://forums.iis.net/p/1161623/1920229.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div class="ForumPostContentText"&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;I think the way you installed LDAP is the problem. Can you do the following please:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Delete php5ts.dll and php_ldap.dll&lt;/em&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Go to Control Panel---&amp;gt;Add/Remove (Uninstall) Program&lt;/em&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Click on PHP 5.2.11 install and say &amp;#39;Change&amp;#39;&lt;/em&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Click on &amp;#39;Change; in the install UI&lt;/em&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;Check IIS FastCGI radio button&lt;/em&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;em&gt;From the extensions list choose &amp;#39;LDAP&amp;#39; and hit &amp;#39;Next&amp;#39;.&lt;/em&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;This should setup LDAP for you.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Thanks,&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Don.&amp;quot;&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Running both 32-bit and 64-bit website on 64-bit 2003 OS - Possible?</title><link>http://forums.iis.net/thread/1921852.aspx</link><pubDate>Fri, 23 Oct 2009 04:53:21 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921852</guid><dc:creator>john9569</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1921852.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1921852</wfw:commentRss><description>&lt;p&gt;Greetings,&lt;/p&gt;&lt;p&gt;We currently have a web server (windows 2003 R2
64-bit).&amp;nbsp; It has one 64-bit web application running on it.&amp;nbsp;&amp;nbsp; Now I
force IIS to run Wow that support my site (with command: &lt;b&gt;&lt;i&gt;cscript.exe
adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true&lt;/i&gt;&lt;/b&gt;).&amp;nbsp; Now my 32-bit web site works fine but the existing 64-bit website is now broken (error: &lt;b&gt;&lt;i&gt;Could not load file or assembly &amp;#39;class name &amp;#39;or
one of its dependencies. An attempt was made to load a program with an
incorrect format&lt;/i&gt;&lt;/b&gt; )&lt;/p&gt;&lt;p&gt;Is there a way to have both 32-bit and 64-bit websites running on the same IIS (6.0)? &lt;/p&gt;&lt;p&gt;Your help is truly appreciated.&lt;/p&gt;&lt;p&gt;Bests&lt;/p&gt;</description></item><item><title>Sound and FURY!</title><link>http://forums.iis.net/thread/1917239.aspx</link><pubDate>Wed, 16 Sep 2009 20:54:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917239</guid><dc:creator>jesse71</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1917239.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1917239</wfw:commentRss><description>&lt;p&gt;Hello All,&amp;nbsp; I am running on Vista 64bit, and had explorer 7 (also 64-bit) pre-installed.&amp;nbsp; Have also been running Firefox at times (latest update downloaded today).&amp;nbsp; Everything would be ok if I could just get sound to play in in either browser.&amp;nbsp; I know it isn&amp;#39;t a hardware problem, my speakers jam effectively using WMP for music and WMC for DVDs.&amp;nbsp; So confused b/c it seems that Flashplayer and Quicktime both need 32-bit browsers to work (though video is fine, audio isn&amp;#39;t),&amp;nbsp;&amp;nbsp;I think I need to install and run an&amp;nbsp;earlier version of Explorer that is only 32-bit, but can&amp;#39;t seem to locate the correct one that works.&amp;nbsp; Any help would be appreciated, my wife needs to watch her Grey&amp;#39;s Anatomy and now I&amp;#39;m the bad guy for getting a new computer.&amp;nbsp; (agreed that I am eager for Windows 7 to solve all my problems...)&amp;nbsp; Thanks! &lt;/p&gt;</description></item><item><title>32bit app on 64bit iis 7</title><link>http://forums.iis.net/thread/1915745.aspx</link><pubDate>Thu, 03 Sep 2009 14:43:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915745</guid><dc:creator>DaveClick</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1915745.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1915745</wfw:commentRss><description>&lt;p&gt;Hi IIS-community,&lt;/p&gt;&lt;p&gt;this is my first post here, so please be gentle ;-)&lt;/p&gt;&lt;p&gt;I have the problem that I can`t get my application to run on my 64 bit sbs 2008. It works perfectly on a 32 bit 2008 server&amp;nbsp; with IIS 7, so the problem lies within the 64 bit-realms. I already followed the instructions where I run the App-Pool in 32 bit, but now I get the &amp;quot;HTTP Error 503. The service is unavailable.&amp;quot; Error.&amp;nbsp; The Serverstop is caused by the&amp;nbsp; &amp;quot;Event ID 5139 — IIS Protocol Adapter Availability&amp;quot;.&lt;/p&gt;&lt;p&gt;I followed the instructions on http://blog.sweetucan.com/?p=129 regarding the rpc over http, but then I get the next error. &lt;/p&gt;&lt;p&gt;&lt;img src="http://bayimg.com/image/ladabaacl.jpg" height="275" width="788" alt="" /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have an idea, how I can fix this? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Foxpro app in IIS 7</title><link>http://forums.iis.net/thread/1903158.aspx</link><pubDate>Fri, 08 May 2009 18:21:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903158</guid><dc:creator>Asangaai</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1903158.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1903158</wfw:commentRss><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I,m accesing a foxpro db in ASP .net app.I,m using foxpro 9,VS2008, (.net 3.5), IIS 7. I can access the DB when I run the application through my IDE.&lt;br /&gt;&lt;br /&gt;But when I try to access this by coping the website to local file system I,m getting an &amp;#39;OLEDB&amp;#39; erroe.I,m assuming this is a permission issue with IIS 7. this works fine with IIS 6.&lt;br /&gt;&lt;br /&gt;Can any one help ?&lt;/p&gt;</description></item><item><title>web service doesn't work after publishing in windows 2003 server 64bit</title><link>http://forums.iis.net/thread/1915811.aspx</link><pubDate>Thu, 03 Sep 2009 20:20:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915811</guid><dc:creator>dev_crisalix</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1915811.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1915811</wfw:commentRss><description>Hello everybody!

I&amp;#39;ve been developing several web services in my computer (Windows XP), and now we got a new server (windows 2003 server 64 bits). My web service has a call to native code (32bits), so I found that I have to do:

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

in order to run 32 bits applications.

After that, I can test the webservices inside visual studio 2005 and everything is fine!! However, when I publish it to use through IIS then I get an error... If I remove the call to the native code it&amp;#39;s fine, otherwise not!! It seems like if the applications doesn&amp;#39;t find the native code!

any ideas??

thanks for the help!!

Jaime.</description></item><item><title>Javascript will not execute on IIS7 WS2008 64-bit</title><link>http://forums.iis.net/thread/1914751.aspx</link><pubDate>Thu, 27 Aug 2009 01:47:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1914751</guid><dc:creator>ken@foamamericagreen.com</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1914751.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1914751</wfw:commentRss><description>I have a brand new web server running 64-bit for a large shopping cart site going in soon that needs 64 bit native.

I have loaded a few other small websites on the server and none of the javascript will run.  I get the following error in IE8:

Message: &amp;#39;Lightbox&amp;#39; is undefined  (any call to javascript is undefined)

One of the websites is a simple full flash site with no .NET at all and another site is a .NET site that works perfectly, MINUS ALL the javascript!

I have tried 3 different Application pools (64bit Integrated Pipeline,  32bit Enabled Integrated Pipeline and Classic), nothing works.  I have searched this and read countless blog posts, but none seem as generic and widespread as mine?

Any help would be GREATLY appreciated!!

Thanks,

Ken</description></item><item><title>Classic ASP, Access &amp; ODBC</title><link>http://forums.iis.net/thread/1911754.aspx</link><pubDate>Tue, 28 Jul 2009 06:38:41 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911754</guid><dc:creator>dcgmbh</dc:creator><slash:comments>8</slash:comments><comments>http://forums.iis.net/thread/1911754.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1911754</wfw:commentRss><description>&lt;p&gt;Hello,&lt;br /&gt;my goal is to get a access database running with ASP on a MS SBS 2008.&lt;br /&gt;(Everything worked on SBS 2003)&lt;/p&gt;
&lt;p&gt;What works:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;32 ODBC and UDL file (connection to the access via ODBC32 OK)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;ASP Classic (64bit application pool)&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Problem:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;changing to 32-Bit_Application in the Application Pool stops the service and I get a http error 503&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;No ASP anymore&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;I thought I have to switch to 32 bit applic. to use the 32 ODBC?&lt;br /&gt;I use Identity LocalSystem and tried this on the server browser.&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>2008 R2 X64 IIS and 32bit application</title><link>http://forums.iis.net/thread/1913797.aspx</link><pubDate>Mon, 17 Aug 2009 16:30:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1913797</guid><dc:creator>K-Dubb</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1913797.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1913797</wfw:commentRss><description>&lt;p&gt;I cannot seem to get this to work. I just deployed a new webserver, and all of my sites (which run fine on 2003 x64) get Active X cannot create object. I have read some sites saying that the 32bit application layer is not installed by default on server core.&amp;nbsp; There are some commands to run, but they do not seem to work.http://code.msdn.microsoft.com/r2core/Wiki/View.aspx?title=Home&amp;amp;version=7.&amp;nbsp; I would seem these commands are not required anymore. I am also running Standard edition.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried to run the usual enable 32 on x64 commands, but they are also not recognized. I checked the config file, and it looks like it already set correctly anyway:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;applicationPoolDefaults enable32BitAppOnWin64=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have also had this running on Server 2008 x64 (not R2).&amp;nbsp; Are there any tricks to getting 32bit applications to run on R2 x64? Are there any tests i can run to verify that is indeed the problem?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Running 32-bit app AND ODBC logging in IIS 7 </title><link>http://forums.iis.net/thread/1912778.aspx</link><pubDate>Thu, 06 Aug 2009 22:47:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1912778</guid><dc:creator>alexyoshida</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1912778.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1912778</wfw:commentRss><description>&lt;p&gt;OK,here&amp;#39;s my problem:&lt;/p&gt;
&lt;p&gt;I have SQL 2008 64-bit version running on Windows 2008 64-bit version.&amp;nbsp; We&amp;#39;re migrating a classic ASP application from SQL 2000&amp;nbsp;32-bit/Windows 2000 32bit to this new platform. Obviously, we use a 3rd-party 32-bit DLLs for a certain task.&lt;/p&gt;
&lt;p&gt;I configured my IIS 7 with&amp;nbsp;a log file created in text files (say, IIS, NCSA or W3C format)&amp;nbsp;to a folder, and set the Application Pool configuration&amp;#39;s &amp;quot;Enable 32-bit Applications&amp;quot; to true, then everything works fine.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Now,&amp;nbsp; I configure my IIS 7 with ODBC logging (with ODBC data source created&amp;nbsp;in&amp;nbsp;OCBC Data Source Administrator using&amp;nbsp;the installed SQL Server ODBC driver in it)&amp;nbsp;&amp;nbsp;to my SQL 2008 64-bit server, then every web page shows the error:&lt;/p&gt;
&lt;p&gt;
&lt;table cellspacing="0" cellpadding="0"&gt;

&lt;tr class="alt"&gt;
&lt;th&gt;module&lt;/th&gt;
&lt;td&gt;CustomLoggingModule&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;notification&lt;/th&gt;
&lt;td&gt;LogRequest&lt;/td&gt;&lt;/tr&gt;
&lt;tr class="alt"&gt;
&lt;th&gt;handler&lt;/th&gt;
&lt;td&gt;ASPClassic&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;error code &lt;/th&gt;
&lt;td&gt;0x8007001f&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p&gt;Apparently, 64-bit ODBC driver in 32-bit worker process is a problem?&lt;/p&gt;
&lt;p&gt;How do I solve this problem?&lt;/p&gt;
&lt;p&gt;I do need the ODBC logging feature to IIS 7 because we&amp;nbsp;process the IIS access log in real-time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Query Index Server from 32 bit classic ASP on 64 bit Windows Server 2008</title><link>http://forums.iis.net/thread/1887573.aspx</link><pubDate>Mon, 15 Dec 2008 16:33:26 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1887573</guid><dc:creator>lasersailor</dc:creator><slash:comments>8</slash:comments><comments>http://forums.iis.net/thread/1887573.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1887573</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve got index server installed on WS2008 64 bit edition and successfully used it from classic ASP to query a catalog.&lt;/p&gt;&lt;p&gt;The problem I have now is that I need to run the site in 32 bit mode and when I do this the following line gives a &amp;quot;&lt;font size="2" face="Arial"&gt;Server.CreateObject Failed&amp;quot; error, but works perfectly in 64 bit.&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;set Q = Server.CreateObject(&amp;quot;ixsso.query&amp;quot;)&lt;/p&gt;&lt;p&gt;Any suggestions gratefully received. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Hosted 32 ISAPI extension cannot instantiate COM object (Class not registered error)</title><link>http://forums.iis.net/thread/1911073.aspx</link><pubDate>Tue, 21 Jul 2009 18:15:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911073</guid><dc:creator>justindoliver</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1911073.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1911073</wfw:commentRss><description>&lt;p&gt;Ok, here is the configuration:&lt;/p&gt;
&lt;p&gt;1) Vista 64bit Enterprise&lt;/p&gt;
&lt;p&gt;2) IIS 7.0 ( w/ISAPI support installed)&lt;/p&gt;
&lt;p&gt;3) A 32bit ISAPI dll written in C++&lt;/p&gt;
&lt;p&gt;4)&amp;nbsp;A .NET COM wrapper written in C#&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Here is the situation:&lt;/p&gt;
&lt;p&gt;Everything works fine until the 32bit ISAPI dll ( hosted inside a 32bit w3wp.exe process ) tries to instantiate a COM object written in C# like so:&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;MyWrapperNamespace&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;::&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;IBridgePtr pIService&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;_uuidof&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;MyWrapperNamespace&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;::&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;Bridge&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;));&lt;/font&gt;&lt;/font&gt;&lt;b&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;This very same code&amp;nbsp;works on a 32bit Server 2K3 machine running IIS 6.0, &lt;strong&gt;ALSO &lt;/strong&gt;I wrote a quick 32bit console application and it can instantiate the COM object just fine, which tells me its not a COM registration problem. (I&amp;#39;ve tried using both the 32 &amp;amp;&amp;nbsp; 64 bit versions of regasm.exe...to no avail ).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;.NET assembly/COM object is NOT in the GAC(by design).&lt;/p&gt;
&lt;p&gt;Why can I&amp;nbsp;instantiate this object from a&amp;nbsp;32 bit vanilla&amp;nbsp;console app but NOT from w3wp.exe?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Enable 32 bit on 64 bit servers</title><link>http://forums.iis.net/thread/1910810.aspx</link><pubDate>Mon, 20 Jul 2009 06:10:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910810</guid><dc:creator>omarmallat</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1910810.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1910810</wfw:commentRss><description>&lt;p&gt;Dear all. I had a problem running crystal report over 64 bit server (windows server 2008). what I did is just configure IIS and enable 32 bit property, and now crystal is running. I need to know exactly what this property means? do this means that my application is now running on 32 bit? or only crystal is running on 32 bit? we paid more money to have this web application runs on 64 bit, and we wont lose all 64 bit features. &lt;/p&gt;&lt;p&gt;I hope also if there is any .net command that I can use to check if the page I call load on 32 or 64 bit.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>php 32bit mail() function on 64bit OS</title><link>http://forums.iis.net/thread/1903556.aspx</link><pubDate>Wed, 13 May 2009 10:11:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903556</guid><dc:creator>Sean Tornado</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1903556.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1903556</wfw:commentRss><description>&lt;p&gt;I have been having some problems sending email using the mail() function within php.&lt;/p&gt;

&lt;p&gt;The problem I believe is that the version of php I have installed is 32bit and its on Windows Server 2008 with IIS 7. I believe our hardware is 64bit so purchasing a 32bit version is not an option neither is converting IIS 7 into a 32bit as we are using the web exchange.&lt;/p&gt;

&lt;p&gt;Also it is possible to install a 64bit version of php but using mail(); is still windows 32bit and I will be needing to install plugins which are not supported by the 64bit version.&lt;/p&gt;

&lt;p&gt;I have been searching google for 2days with no proper solution for my problem, indeed finding the problem posted on google is a problem.&lt;/p&gt;

&lt;p&gt;Each time I try an execute my mail($to, $subject, $message); php file I get the error page 500 - Internal server error.&lt;/p&gt;

&lt;p&gt;I have attempted mb_send_mail(); also but I have no idea what the difference is.&lt;/p&gt;

&lt;p&gt;Any help will be greatly appreciated.&lt;/p&gt;</description></item><item><title>Enable32BitAppOnWin64 and Custom Properties</title><link>http://forums.iis.net/thread/1421811.aspx</link><pubDate>Sun, 08 Oct 2006 10:52:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1421811</guid><dc:creator>JMS-1</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1421811.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1421811</wfw:commentRss><description>We&amp;#39;re running a Win32 Bit Web Server Application which registeres a couple&lt;br /&gt;of custom properties in the IIS Meta-Base and uses them during run-time by&lt;br /&gt;name. When using Windows 2003 64-Bit (US with SP1 and up to date security&lt;br /&gt;fixes) and the Enable32BitAppOnWin64 functionality this seems to work no&lt;br /&gt;longer. Actually the Web Server Application would run fine but...&lt;br /&gt;&lt;br /&gt;Long story short: the custom properties are created inside a Win32 ActiveX&lt;br /&gt;component during installation using the IIS ADSI namespace and the well&lt;br /&gt;documented schema API. What happens is that the custom properties are all&lt;br /&gt;registered and working until the IIS restarts! After a restart all&lt;br /&gt;properties are still there but have lost its names (using the good old&lt;br /&gt;MetaEdit or directly looking into the MetaBase XML). Since this is so all&lt;br /&gt;the IIS Meta-Base objects (IIsVirtualDir et al) loose the connections to&lt;br /&gt;these properties although the values from the time before the restart are&lt;br /&gt;still set - IIS Meta-Base identifiers are still valid.&lt;br /&gt;&lt;br /&gt;I didn&amp;#39;t try if this would work if the installation runs inside a 64-Bit&lt;br /&gt;context but I would expect this to work. But what I find really strange is&lt;br /&gt;that the properties are registered first and at least stay in existence (the&lt;br /&gt;identifiers received from the IIS are not reused) but completly loose names&lt;br /&gt;after the restart.&lt;br /&gt;&lt;br /&gt;Is this a bug (if so: will it be fixed) or is this by design (if so: why is&lt;br /&gt;it possible to create these zombies)?&lt;br /&gt;&lt;br /&gt;Thanks for any hint&lt;br /&gt;&lt;br /&gt;Jochen&lt;br /&gt;</description></item><item><title>IIS6: change from 64 to 32bit</title><link>http://forums.iis.net/thread/1904686.aspx</link><pubDate>Mon, 25 May 2009 08:20:34 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904686</guid><dc:creator>anya</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1904686.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1904686</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;the website i&amp;#39;m currently programming is running on a 64bit system.&lt;/p&gt;
&lt;p&gt;but now i need the functionality to import excel files (xls - or csv) what is only possible when having a 32bit system (if i&amp;#39;m informed correclty).&lt;/p&gt;
&lt;p&gt;i have read that you can switch from 64 to 32bit by setting Enable32bitAppOnWin64 to true.&lt;/p&gt;
&lt;p&gt;my question now&amp;nbsp;is: can i do this for one single website or do i have to do this for the whole server?&lt;/p&gt;
&lt;p&gt;because there are some other websites on the webserver&amp;nbsp;and i don&amp;#39;t know in which way the change would&amp;nbsp;influence them..&lt;/p&gt;
&lt;p&gt;do you have any advise??&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;anya&lt;/p&gt;</description></item><item><title>Installing 32bit IIS on a Windows 2008 64bit Server</title><link>http://forums.iis.net/thread/1905118.aspx</link><pubDate>Fri, 29 May 2009 09:34:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905118</guid><dc:creator>JD6677</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1905118.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1905118</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just wondering if its possible to install/run IIS in 32bit mode on a 64 bit Windows 2008 Server ?&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;JD&lt;/p&gt;</description></item><item><title>php on SBS 2008 x64</title><link>http://forums.iis.net/thread/1903850.aspx</link><pubDate>Fri, 15 May 2009 13:21:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903850</guid><dc:creator>Sean Tornado</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1903850.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1903850</wfw:commentRss><description>&lt;p&gt;Hay people,&lt;br /&gt;

&lt;p&gt;I have successfully installed php on IIS 7, also MySQL and PhPMyAdmin.
Everything works perfectly, phpmyadmin access&amp;#39;s MySQL and I have tested out a few scripts including functions and switches and looods of others.&lt;/p&gt;

&lt;p&gt;The only thing I cant get to work is mail();&lt;br /&gt;
Is this because the php mail function is for x32 IIS instead of our x64 IIS and System.&lt;/p&gt;

&lt;p&gt;(btw, OWA works perfectly.)&lt;/p&gt;</description></item><item><title>Frontpage extentions on windows 2003 R2 X64</title><link>http://forums.iis.net/thread/1903137.aspx</link><pubDate>Fri, 08 May 2009 14:21:56 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1903137</guid><dc:creator>Woodstalk</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1903137.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1083&amp;PostID=1903137</wfw:commentRss><description>&lt;p&gt;I have setup my web server on windows 2003 R2 X64 and needed to put front page extentions on it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have gone throught the following steps&lt;/p&gt;
&lt;p&gt;Obtained and installed frontpage extentions 2002 from&lt;/p&gt;
&lt;h3 id="tocHeadRef"&gt;&lt;span&gt;&lt;a id="3"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div class="indent"&gt;&lt;span class="ll"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=BAC7ABF9-3C78-44BB-8A72-6F8ED2AA0E8E"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=BAC7ABF9-3C78-44BB-8A72-6F8ED2AA0E8E&lt;/a&gt;&lt;/span&gt;&lt;span class="pLink"&gt; (http://www.microsoft.com/downloads/details.aspx?FamilyID=BAC7ABF9-3C78-44BB-8A72-6F8ED2AA0E8E) &lt;/span&gt;&lt;/div&gt;
&lt;h4 id="tocHeadRef"&gt;&lt;span&gt;&lt;a id="6"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;p&gt;

            loadTOCNode(3, &amp;#39;moreinformation&amp;#39;);
        
&lt;br /&gt;then I Setup up 32-bit emulation mode by going&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;, click &lt;strong class="uiterm"&gt;Run&lt;/strong&gt;, type &lt;strong class="uiterm"&gt;cmd&lt;/strong&gt; in the &lt;strong class="uiterm"&gt;Open&lt;/strong&gt; box, and then click &lt;strong class="uiterm"&gt;OK&lt;/strong&gt;. 
&lt;li&gt;Change to the following directory: 
&lt;div class="indent"&gt;&lt;strong class="uiterm"&gt;\\%homedrive%:\Inetpub\Adminscripts&lt;/strong&gt;&lt;/div&gt;
&lt;li&gt;In the Adminscripts folder, type the following command, and then press ENTER: 
&lt;div class="indent"&gt;&lt;span class="userInput"&gt;adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1&lt;/span&gt;&lt;/div&gt;
&lt;li&gt;Type &lt;span class="userInput"&gt;iisreset&lt;/span&gt;, and then press ENTER&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;The problem now is when I go to &amp;quot;Configue Server Extention 2002&amp;quot; by right clicking my website in IIS manager i get service Unavailable.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What I am missing&lt;/p&gt;</description></item></channel></rss>