473,804 Members | 2,131 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Choosing b/w ASP v1.0.3705 & v1.1.4322

I am new to web technologies. Pls clarify these basic doubts.
When there are mutliple ASP version installed on the same machine there

will be
corresponding directories under "WINDOWS\Micros oft.NET\Framewo rk"
Ex: my webserver has following ASP folders
C:\WINDOWS\Micr osoft.NET\Frame work\v1.0.3705
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322
1) Can I have one website using v1.0.3705 and other using v1.1.4322?
2) How to know the ASP version that is being used?
Thanks
Ramesh

Nov 19 '05 #1
2 1743
if you deploy Framework 2.0 you'll have a new interface in IIS to choose
which framework version you want to use for a particular virtual directory.

there is other options like adding information in the Web.Config file, but I
have not tested this.

and if you start a new application, always use the latest version of the
framework which is the v1.1.4322 for a .Net 1.1 application.

most of the .Net V1.0 applications works with the V1.1 framework.
So try first then if there is any issue, ask to correct the server config.

<as*******@gmai l.com> wrote in message
news:11******** *************@g 47g2000cwa.goog legroups.com...
I am new to web technologies. Pls clarify these basic doubts.
When there are mutliple ASP version installed on the same machine there

will be
corresponding directories under "WINDOWS\Micros oft.NET\Framewo rk"
Ex: my webserver has following ASP folders
C:\WINDOWS\Micr osoft.NET\Frame work\v1.0.3705
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322
1) Can I have one website using v1.0.3705 and other using v1.1.4322?
2) How to know the ASP version that is being used?
Thanks
Ramesh

Nov 19 '05 #2
On 14 Nov 2005 11:16:21 -0800, as*******@gmail .com wrote:

1) Can I have one website using v1.0.3705 and other using v1.1.4322?
Yes.
2) How to know the ASP version that is being used?


An easy way to look, and configure a site is to use Dennis Bauer's
tool:
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/
Nov 19 '05 #3

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

Similar topics

1
6442
by: DM | last post by:
Get this error when I try to run any ASP.NET web app from Visual Studio on my Win2K PC. Anyone seen this before ? BC32400: Class 'CLSID_CorSymWriter' could not be created: System Error &H80040154& C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.0.3 705 \vbc.exe" /t:library /utf8output /R:"c:\winnt\microsoft.net \framework\v1.0.3705\temporary asp.net
3
8528
by: Juan Reyes | last post by:
I had Framework version v1.0.3705 installed and upgraded to v1.1.4322 but when I create a new project in Visual Studio I find that the system reference is C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll. I think that this is wrong and I fear I have to do something with Visual Studio. Anybody knows?
2
7117
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running ASP.NET version 1.0 ... it goes on to say that I can create the project to be compliant with version 1.0 but that the application will not be able to use the newer features of ASP .NET 1.1. Now, having installed VS .Net 2003 I understand that I have...
0
1150
by: elizabeth | last post by:
Is is possible to install Microsoft visual studio .NET Enterprise Developer 2002 on a Windows 2003 machine? If so what must one do besides install an earlier version of the ASP.NET extenstions? Windows 2003 comes with ASP.NET v1.1.4322 and my experience trying to do this install .NET 2002 requires ASP.NET v1.0.3705, which I added and enabled but still can't install .NET 2002.
4
2271
by: Martin | last post by:
Hi, I am getting an "Access Denied" error when attempting to browse asp.net pages. I have installed ASP.NET 1.1.4322 on a domain controller. The machine also has ASP.NET 1.0.3705 installed on it. The machine is win 2k server. IIS is installed. I have already run aspnet_regiis - i to reinstall the .net framework.
1
1374
by: asnowfall | last post by:
I am new to web technologies. Pls clarify these basic doubts. When there are mutliple ASP version installed on the same machine there will be corresponding directories under "WINDOWS\Microsoft.NET\Framework" Ex: my webserver has following ASP folders C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
5
6281
by: | last post by:
Hi, How long do webservice objects live for? In particular, if i have static variables filled with data from a static constructor in a webservice, how long will that data persist? thxs
7
5368
by: bhavin30 | last post by:
Is there a way to obtain user information (using LOGON_USER server variables) when you have set up the security to Anonymous Access? I have tried setting the security to both Anonymous + Window Integrated, without any luck. I'm using IIS 6.0 on Windows Server 2003 Thanks in advance!
2
2045
by: Hakan Fatih YILDIRIM | last post by:
Although i had installed .net framework 2.0 and visual studio 2005,when i want to open an application writen in c#, an exception occurs: "To run this application you first must install one of the following versions of .net frawork: v 1.1.4322 v 1.0.3705" doesn't .net 2.0 framework contain .net framework 1.1 and all its sub versions? Why does this exception occur in some .net applications?
0
9716
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
10604
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
10354
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...
0
9177
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
6870
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
5675
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4314
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
3837
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3005
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.