Blogus Maximus

Rubbing people the wrong way since 1970...

  Home  |   Contact  |   Syndication    |   Login
  1350 Posts | 10 Stories | 2174 Comments | 1336 Trackbacks

News






Google My Blog

Catch me at: The List!


My InstallScript Utility Belt My Amazon Wishlist
My Standard Disclaimer

Men who feel strong in the justice of their cause, or confident in their powers, do not waste breath in childish boasts of their own superiority and querulous depreciation of their antagonists.
--James Russell Lowell, 1861


Twitter












Tag Cloud


Archives

Post Categories

Image Galleries

Blogs

Code Camps

CTown Geeks

Geeky Webcomics

High Geek

Magenic Blogs

Microsoft Blogs

My Articles

My Sites

PodCasts

UG

XNA

The Problem:

Recently, I ran across a situation where we have an ASP.NET 1.1 app that we were installing onto a machine with the 2.0 .NET Framework already installed.

When the virtual directory was created by the install, all the "non-application specific" file extensions were mapped to the 2.0 isapi.dll file.   However, the "application specific" ones were mapped to the 1.1 isapi.dll. So, when I tried to hit the site the first time, a lot of stuff was screwed up. Going into IIS and remapping everything to ASPNET 1.1 seemed to fix everything.

The Solution:

We need to specifically configure the application mappings for the virtual directories via the 'Virtual Directory' tab of the virtual directory in the InstallShield project.  We just need to point to the old dll. The behavior should be very similar with the InstallShield project since they mimic the IIS manager.

Windows IIS manager:

InstallShield IIS view:

So, we can just configure the InstallShield project to specifically point to the 1.1 dll's. 

Please note that you can't configure existing virtual directories, just new virtual directories.

posted on Wednesday, December 28, 2005 6:29 AM

Feedback

# re: Installation Fun w/ InstallShield and ASP.NET (1.1 & 2.0) 12/28/2005 12:15 PM Bill
So how long does it take to learn the new Install Shield? Whew that looks complex. It was a lot simpler 6 years ago ;-)

# re: Installation Fun w/ InstallShield and ASP.NET (1.1 & 2.0) 12/28/2005 12:23 PM Chris Williams
It's not so bad. Most of my experience is with IS 10 (aka IS-X) and they are up to 11.5 now, although the UI hasn't changed much. I do most of my IS work in scripting anyway.

# re: Installation Fun w/ InstallShield and ASP.NET (1.1 & 2.0) 8/12/2009 10:48 PM Rusli Zainal Sang Visioner
it so complex but very usefull for us...thank you
Stop Dreaming Start Action

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: