IIS - IIS 7 Running 32 bit app in 64bit server

Asked By joe90bas
02-Feb-09 03:49 PM
Hi,

I'm trying to get a new helpdesk applicaiton running on IIS7 on Server 2008
std 64 bit, currently the server runs Exchange 2007 and our Intranet and
external site (I know not best practice but circumstances dictate!) Exchange
is sitting on the default website, with a separate site for the external
website with the Intranet sitting under this site and the helpdesk under this
- all is well and the helpdesk works apart from the e-mail polling which
requires a 32 bit application pool in IIS.

I have tried setting the Intranet application pool to 32 bit but it also
turns the default website pool into a 32 bit pool which kills OWA :-( I've
trawled the Internet and all the guides I find suggest doing exacly what I've
tried. Am I missing something obvious?

Thanks

Chris
IIS
(1)
EasyAssist
(1)
ApplicationHost.config
(1)
Windows
(1)
Directory
(1)
Heldpesk
(1)
Wjzhang
(1)
Msdnmg
(1)
  wjzhan replied...
03-Feb-09 04:08 AM
Hi Chris,

I'd suggest you follow the steps below to try again:

1. Create a new application pool for the helpdesk application.
2. In the new pool's advanced settings, set Enable 32-bit Applications to
true.
3. Right-click the helpdesk application's virtual directory in IIS manager,
make sure it has been converted to application. This makes it be a separate
web application which is independent to the parent site.
4. In the virtual directory's Basic settings, change it to use the new
application pool.

If any problem still persists, please let me know.

Have a nice day.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
  joe90bas replied...
03-Feb-09 04:43 AM
Thanks,
I'll try these steps tomorrow. We've had a few inches of snow today and as
always the UK grinds to a halt and the school I work at is closed!

What I'm puzzled at is the default website, external website and intranet
are separate applications using separate application pools, so why does
changing the intranet pool to enable 32 bit applications automatically change
all the other pools as well?

Thanks

Chris
  wjzhan replied...
04-Feb-09 03:08 AM
Hi Chris,

I also think it's an unexpected behavior and cannot reproduce it on my
64bit Windows 2008 machine. Anyway, please try the steps and see if the
problem no longer occurs. If it still persists, we should perform further
investigation.

Thanks.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
  joe90bas replied...
04-Feb-09 03:50 AM
Morning!
I can confirm that creating a new application pool, and setting it to enable
32 bit applications sets all other application pools to true for "enable 32
bit applications".

Chris
  wjzhan replied...
05-Feb-09 04:35 AM
Hi Chris,

This is really unexpected behavior. So far I haven't heard anybody else
reported the same issue. Probably reviewing your server's config file will
give us some clue on this. Would you please send your
applicationHost.config in System32\inetsrv\config to me via email?

My email address: wjzhang@online.microsoft.com (please remove online.)

I look forward to your message.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
  joe90bas replied...
12-Feb-09 05:22 AM
Hi,
Thank you for the suggestion via e-mail. I have tried the config adjustment
but still no joy. The entry for the application pool in question is now as
follows:

managedRuntimeVersion="" managedPipelineMode="Classic">
loadUserProfile="true" />

It still shows as enable 32 bit applications 'false' and the helpdesk e-mail
poller still does not run.

It's a mystery!

Chris
  joe90bas replied...
12-Feb-09 05:24 AM
Hi,
I have made the suggested change (as below), however the heldpesk e-mail
application still does not run - the enable 32 bit application is also still
showing as false in IIS manager
managedRuntimeVersion="" managedPipelineMode="Classic">
loadUserProfile="true" />

It's a mystery!

Chris
  joe90bas replied...
13-Mar-09 08:43 AM
Solution - in case it helps anybody else........

Right clicking the application pool and choosing set application pool
defaults does just that! It isn't just for the app pool you right click
on......

Thanks to WenJun for his help with this, my error was only spotted when I
was in an EasyAssist session with MS product support. I feel a bit better at
being told that the support professional made the same mistake when he first
used IIS7!!
  wjzhan replied...
16-Mar-09 11:11 PM
You are always welcome Joe.

Sincerely,

WenJun Zhang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

MSDN Managed Newsgroup support offering is for non-urgent issues where an
initial response from the community or a Microsoft Support Engineer within
2 business day is acceptable. Please note that each follow up response may
take approximately 2 business days as the support professional working with
you may need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations that require urgent,
real-time or phone-based interactions. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Create New Account
help
Corrupt applicationHost.config IIS Hi All, I have just installed Vista Ulitmate and Visual Studio 2008 on a new to continue development of an existing web application. I created a new ApplicationPool using the IIS Manager. Then I got an IIS Manager error applicationHost.config Line number: 842 Error: Configuration file is not well-formed XML The error appears to although I can open and edit the file, I can't save it? Cheers, Tony IIS Discussions Visual Studio 2008 (1) Windows Vista (1) Vista (1) IIS (1) IISManager (1) ApplicationPool
IIS 7.0 problems IIS I have installed windows longhorn, I'm trying to install IIS, and I'm getting lots of errors in the installation of the http and security, the only portion that is installed is the FTP. I tried to uninstall IIS and install it back again, never succeeded. I have Directory services, DNS, and I'm trying to install IIS on the server. any ideas ? Thank you so much. IIS Discussions IIS (1) ASP.NET (1) Windows Server (1) ClientCertificateMappingAuthentication (1) IISCertificateMappingAuthentication (1) WebServerManagementTools (1) ManagementScriptingTools (1 build of longhorn are you using? Try installing IIS7 from a command line.http: / / www.iis.net / default.aspx?tabid = 2⊂tabid25&i = 958 - - Steve Schofield Windows Server MVP - IIS ASPInsider
Validating applicationHost.config after manual edit IIS Hi, If I edit applicationHost.config manually and make some mistakes, there will be no error until the affected site / path is accessed. Is there a way or tool to validate applicationHost.config after manual edit? Thanks. Regards, Marvin IIS Discussions Needs.WenJun (1) ApplicationHost.config (1) Configs (1) Itor (1) Scid (1) Day (1
applicationHost.config and features IIS Here I am again, the rookie from hell. In the applicationHost.config file, we have section groups and sections. I understand those. I'm kind of lost on what one element is referred to in applicationHost.config. Here is a small example: Are the elements or lines with the "add name" in them referred to as features in the hierarchy? TIA IIS Discussions IIS (1) ApplicationHost (1) GlobalModules (1) AccessPolicy (1) ISAPI (1) Vista (1) OSPF (1