473,626 Members | 3,239 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

update to asp.net 2 only for one single website

hi,

how can i update one single website to asp.net v2.0 ? The other websites
should stay v1.14 ...
thanks,

alex

Nov 20 '05 #1
3 1066
Install the .net framework 2.0 and make sure, in the ASP.NET tab in
the Internet Service Manager's properties for each application you run,
that the site which you want to target 2.0 targets it, and that the other
apps target asp.net 1.1.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Alexander Widera" <aw**@hrz.tu-chemnitz.de-novaliddomainpl easedeletethisp art.de> wrote in
message news:uk******** ******@tk2msftn gp13.phx.gbl...
hi,

how can i update one single website to asp.net v2.0 ? The other websites
should stay v1.14 ...
thanks,
alex

Nov 20 '05 #2
I don't have the ASP.NET tab.
I noticed that this is a bug... i think i get it working without any more
help.
Thanks a lot.
Alex
"Juan T. Llibre" <no***********@ nowhere.com> schrieb im Newsbeitrag
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Install the .net framework 2.0 and make sure, in the ASP.NET tab in
the Internet Service Manager's properties for each application you run,
that the site which you want to target 2.0 targets it, and that the other
apps target asp.net 1.1.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Alexander Widera"
<aw**@hrz.tu-chemnitz.de-novaliddomainpl easedeletethisp art.de> wrote in
message news:uk******** ******@tk2msftn gp13.phx.gbl...
hi,

how can i update one single website to asp.net v2.0 ? The other websites
should stay v1.14 ...
thanks,
alex


Nov 20 '05 #3
If you don't have the ASP.NET tab in the IIS Manager,
you can use Denis Bauer's free ASP.NET Version Switcher
to target individual applications against either 1.1 or 2.0 :

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Alexander Widera" <aw**@hrz.tu-chemnitz.de-novaliddomainpl easedeletethisp art.de> wrote in
message news:Ow******** ******@TK2MSFTN GP10.phx.gbl...
I don't have the ASP.NET tab.
I noticed that this is a bug... i think i get it working without any more help.
Thanks a lot.
Alex
"Juan T. Llibre" <no***********@ nowhere.com> schrieb im Newsbeitrag
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Install the .net framework 2.0 and make sure, in the ASP.NET tab in
the Internet Service Manager's properties for each application you run,
that the site which you want to target 2.0 targets it, and that the other
apps target asp.net 1.1.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Alexander Widera" <aw**@hrz.tu-chemnitz.de-novaliddomainpl easedeletethisp art.de> wrote
in message news:uk******** ******@tk2msftn gp13.phx.gbl...
hi,

how can i update one single website to asp.net v2.0 ? The other websites
should stay v1.14 ...
thanks,
alex



Nov 20 '05 #4

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

Similar topics

3
3262
by: laurie | last post by:
Hi all, I'm trying to help out a friend who has inherited a client with a PHP shopping cart application. Neither of us know PHP, but I've been muddling my way through, trying to get these old scripts working on a new server with the most recent version of PHP. I've pretty much taken care of all the various errors that were popping up. Most only pointed out out non-fatal undefined or assumed variables. I've been able to cure most of...
0
1474
by: Jacob Hallen | last post by:
This is a news update about the Europython 2005 conference, to be held in Göteborg, Sweden 27-29 June - Due to some technical prolems with the registration website we have decided to extend the registration of talks until 8 May. We already have an impressive array of talks, but we do have room for some more. We are especially interested in talks focusing on the Python language and talks on Python usage in Science. - To encourage...
1
2236
by: revolnip | last post by:
As attached is the code : <% Option Explicit dim lngTimer lngTimer = Timer %> <!--#include file="Connect.asp" --> <!--#include file="Settings.asp" --> <!--#include file="Common.asp" -->
3
1905
by: Kent P. Iler | last post by:
Hi, I've been using Visual Studio (not .Net) for many years (6+). I'm just now switching to VS.NET 2003. I am building my first project. In the past, I tend to work on my local machine (having local versions of IIS and SQL Server). Then after I'm ready to move the site to the web, I will initially create a new project in the same solution that contains the web server on the Internet. I start by doing a full copy, and then as I make...
0
1762
by: compuglobalhypermeganetz0r | last post by:
I am having trouble getting an adapter to update my access database, it gives the error Syntax error in INSERT INTO statement. for Line 98: Adapter.Update(WineDS, "tblWines") Below is my code: <%@ Control Explicit="True" Language="VB" Debug="True" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.OleDb" %>
5
1585
by: Earl | last post by:
I want to fire a database update off of a single change to a single cell in the datagrid. This apparently cannot be done using keypress, keyup, keydown, etc. I've read George Shepard's FAQ and while I may have overlooked it, I have not found an answer. I now am using the CurrentCellChanged event, and this is satisfactory IF the user moves off of the cell before closing the form. An obvious alternative would be to check for changes before...
11
1500
by: Jorgen Bodde | last post by:
Hi all, I want to provide my users the ability to download a repository from the web, and after that check for updates. I thought of a mechanism that could do that, but since there is patch and diff readily available I wondered if there is a python solution that allows me to download a file, and let the patch be applied locally. In the patch there are binaries and sources I am not sure if patch can handle them both though.
1
1364
by: imtmub | last post by:
Hi, I am new to asp.net. I have single page website that display the recordsin gridview from sql table. The table has 4 fields (wood, woodsize, price & woodtype). and i have added Boundcolumn for edit command. after chaging the record value if i click update its call update query from sql. Update: UPDATE WoodType SET Wood = @wood, WoodSize = WoodSize, Price = @price, ProductType = @producttype This command updating all my records...
2
1354
by: Steve | last post by:
Hi All I have several POS programs (Windows forms VS 2005) Some customers have multiple copies of the programs, all networked to the 1 SQL Server 2005 Database which resides on 1 of the computers The programs do auto updating from my website, where they download any new updates and the update program runs on the next restart of the computer
0
8269
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8711
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...
1
8368
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
8512
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
7203
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...
0
5576
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4094
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4206
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2630
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

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.