473,657 Members | 2,478 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Framework 1.1 upgrade and ISAPI Filter Change Not Working

Hi there,

We recently upgraded to the 1.1 framework, and of course,
all of our 1.0 asp.net apps starting using the 1.1
framework, which we didn't want to happen.

I found an MS article saying if you modify the ISAPI
filter setting in IIS for the site to point to the 1.0
aspnet_filter.d ll, your app will then use the 1.0
framework.

(see http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnnetdep/html/sidexsidenet.as p,
the "configurin g web apps" section)
However, after I do this it still continues to use the
1.1 framework, it doesn't seem to care what is set in the
ISAPI filter tab of IIS.

My workaround is to go into IIS admin, to the "home
Directory" tab and then click on "configuration" .

On the "App Mappings" tab I set everything that is
pointing to asp_isapi.dll for 1.1 to the 1.0 version of
it, and after that everything seems to work fine.
Anyone have any idea why the isapi mapping isn't making
my web app use the 1.0 framework? Everything I've seen
in documentation says this should do the trick. It would
be a real pain to have to change everything in the "app
mappings" tab for all the sites I want to use the 1.0
framework.

Thanks

Nov 17 '05 #1
1 1617
Thanks Mark, that was just the kind of info I was looking
for.

-----Original Message-----
Jeremy--

This article may help to answer some questions.

"ASP.NET Side-by-Side Execution of .NET Framework 1.0 and 1.1"
http://www.asp.net/faq/SideBySide.aspx

I have read it and it seems to address some of these issues.
HTH.

--Mark
"Jeremy" <no****@fbrco.c om> wrote in message
news:0d******* *************** ******@phx.gbl. ..
Hi there,

We recently upgraded to the 1.1 framework, and of course,
all of our 1.0 asp.net apps starting using the 1.1
framework, which we didn't want to happen.

I found an MS article saying if you modify the ISAPI
filter setting in IIS for the site to point to the 1.0
aspnet_filter. dll, your app will then use the 1.0
framework.

(see http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnnetdep/html/sidexsidenet.as p,
the "configurin g web apps" section)
However, after I do this it still continues to use the
1.1 framework, it doesn't seem to care what is set in the
ISAPI filter tab of IIS.

My workaround is to go into IIS admin, to the "home
Directory" tab and then click on "configuration" .

On the "App Mappings" tab I set everything that is
pointing to asp_isapi.dll for 1.1 to the 1.0 version of
it, and after that everything seems to work fine.
Anyone have any idea why the isapi mapping isn't making
my web app use the 1.0 framework? Everything I've seen
in documentation says this should do the trick. It would
be a real pain to have to change everything in the "app
mappings" tab for all the sites I want to use the 1.0
framework.

Thanks
.

Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2934
by: barkha shah | last post by:
Hi , Can any one please suggest me the memory Leak detecting tool in Visual Studio.Net 2003 Release version Framework. Can I use Numega Bounds checker for this. Thanks and Regards. barkha
1
1244
by: balaji | last post by:
How can i design an ISAPI Filter that works with IIS-6.0 on win 2003 platform. I already have an ISAPI Filter that i designed for working with IIS 5.x and that works fine . I am finding a problem with the ISAPI Filter designed for IIS 6 since the SF_NOTIFY_READ_RAW_DATA is not supported. Can anyone suggest an alternative for the above notification? thks for any help.
2
2041
by: Norton | last post by:
I had a person tell me the other day that a person would not be able to beat the efficiency of an ISAPI dll, especially by using handlers/modules. Of course, they could only say the reason was that it is written in C++, which should have nothing to do with it. But, in general, can you write a handler that will handle just as many connections as an ISAPI dll? Isn't a handler a managed code answer to the ISAPI dll solution? Thanks.
2
2587
by: Jon Maz | last post by:
Hi All, I've been looking into options for URL Rewriting in .net, and to be honest, I haven't seen anything that's easier than the old Classic Asp solution with an ISAPI filter redirecting to an .asp page with responsibility for handling the redirect. I'm now planning to use this solution with my next .net project, and was wondering if anyone else out there has done this already, and what problems (if any) arise. Hopefully the news...
9
3198
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My questions are below... "David Good" wrote: > We have a network running both Win2k and Win2k3 webservers and our web sites > reside on a UNC network share that happens to be a Network Appliance NAS.
4
1896
by: Serg | last post by:
How do I install ISAPI filter in IIS? I need ISAPI filter to process folder paths such as http://MyUrl/folder1/folder2/folder3 There is no "ISAPI filters" tab in my IIS. Thanks!
2
1963
by: Sheila | last post by:
Hi, I have setup a Sharepoint 2003 server which has an ISAPi filter installed, now I want to develop a HTTPModule which needs to run before the ISAPI filter. So my question is, if a HTTPModule and an ISAPI filter are installed on the same web virtual directory, which one will process first? Thanks in advance.
0
1631
by: Chris Curvey | last post by:
Hi all, I'm trying to write an ISAPI filter in Python, using the examples that come in the "isapi" directory of the win32com package. The installation program itself runs fine, but when I examine the properties of my web server, my filter has a big red down arrow next to it. But I can't seem to figure out where I should be looking to find the trouble. If anyone can point me to the right place (or see an obvious error in the code...
13
3417
by: mtuller | last post by:
I am attempting to install PHP 5.2.x on Windows 2003 with IIS 6.0. When I go to install 5.2.1, it gives me an error when it tries to start the server I get an error. So I try installing 5.2.0. This installs, but almost none of the modules that I selected in the installation are active. I try to activate them in php.ini, but that doesn't seem to help. Why does the installer allow me to install PHP, select the modules, and then never show...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7353
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.