Link to home
Start Free TrialLog in
Avatar of ants-servertech
ants-servertechFlag for Sweden

asked on

SBS 2008 and IIS7

Hello

I need some help. I have a SBS2008 server with IIS7. Now I want to run a virtual directory with ASP files, but the asp files must be run in 32 bit mode. How can i do that in IIS7 and SBS2008?
Avatar of Springy555
Springy555
Flag of United Kingdom of Great Britain and Northern Ireland image

You need to enable the application pool for your virtual directory or website to allow 32bit applications.

Open up your IIS console, and follow the screenshots here to enable this:
http://help.webcontrolcenter.com/KB/a1114/how-to-enable-a-32-bit-application-pool-in-iis7-dedicatedvps.aspx


Avatar of ants-servertech

ASKER

Ok, how do i asign i different application pool to a virtual directory? My virtual directory is under the default site.
What you can do is change your DefaultApplicationPool to enable 32bit applications.

Or you can right click on your virtual directory, and select advanced settings.  You should be able to assign a new application pool from here.
When I change the application pool, I get this error, se image.
scr.jpg
ASKER CERTIFIED SOLUTION
Avatar of Springy555
Springy555
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial