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

Home Posts Topics Members FAQ

Need to configure app to use .NET 1.1 when 2.0 is also installed.

I've got both .NET 1.1 and .NET 2.0 installed on my Server 2003 box.
..NET 2.0 is set as the default version for apps.

I'm trying to use aspnet_regiis.e xe to reconfigure the script map for
my application so that it uses .NET 1.1. I've found the bit in the
manual which says to use this syntax: Aspnet_regiis.e xe -s
W3SVC/1/ROOT/SampleApp1

but it doesn't work. "Installati on stopped because the specified path
(W3SVC/1/ROOT/perspective) is not a valid web application." perspective
being the name of the virtual directory in which the application lives.

I've tried the command: aspnet_regiis -lk but that doesn't list the
applications, just the IIS metabase keys. How can I list all of the
applications so that I can pick the one I want to configure?

Regards

SSG

Jul 25 '06 #1
2 1717
It's much less complicated than all that. On th4e server go into the IIS
management console, expand websites, right click on the website you want to
set to ASP.net 1.1 and select properties. Select the ASP.net tab and there
is an option to set the version of ASP.net being used by that web site.

"ssg3141592 6" wrote:
I've got both .NET 1.1 and .NET 2.0 installed on my Server 2003 box.
..NET 2.0 is set as the default version for apps.

I'm trying to use aspnet_regiis.e xe to reconfigure the script map for
my application so that it uses .NET 1.1. I've found the bit in the
manual which says to use this syntax: Aspnet_regiis.e xe -s
W3SVC/1/ROOT/SampleApp1

but it doesn't work. "Installati on stopped because the specified path
(W3SVC/1/ROOT/perspective) is not a valid web application." perspective
being the name of the virtual directory in which the application lives.

I've tried the command: aspnet_regiis -lk but that doesn't list the
applications, just the IIS metabase keys. How can I list all of the
applications so that I can pick the one I want to configure?

Regards

SSG

Jul 25 '06 #2
Make sure that you put your ASP.Net 1.1 in a different Application pool
otherwise your applications will crash. Do read this article about it.

http://www.netomatix.com/Development...PoolError.aspx
"clickon" <cl*****@discus sions.microsoft .comwrote in message
news:6C******** *************** ***********@mic rosoft.com...
It's much less complicated than all that. On th4e server go into the IIS
management console, expand websites, right click on the website you want
to
set to ASP.net 1.1 and select properties. Select the ASP.net tab and
there
is an option to set the version of ASP.net being used by that web site.

"ssg3141592 6" wrote:
>I've got both .NET 1.1 and .NET 2.0 installed on my Server 2003 box.
..NET 2.0 is set as the default version for apps.

I'm trying to use aspnet_regiis.e xe to reconfigure the script map for
my application so that it uses .NET 1.1. I've found the bit in the
manual which says to use this syntax: Aspnet_regiis.e xe -s
W3SVC/1/ROOT/SampleApp1

but it doesn't work. "Installati on stopped because the specified path
(W3SVC/1/ROOT/perspective) is not a valid web application." perspective
being the name of the virtual directory in which the application lives.

I've tried the command: aspnet_regiis -lk but that doesn't list the
applications , just the IIS metabase keys. How can I list all of the
applications so that I can pick the one I want to configure?

Regards

SSG


Jul 26 '06 #3

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

Similar topics

2
2569
by: pancho | last post by:
Greetings, I need help configuring/building PHP3 with MySQL as a DSO on a Solaris 8 box - this module is needed to host some existing sites I will be migrating Note. I built PHP4 from source and it loads without an error. When I try t run "apachectl configtest" I get the following error: -- Cannot load /usr/local/apache/libexec/libphp3.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file...
0
1754
by: Christopher De Vries | last post by:
The predominant operating system in my workplace is Solaris, with a bit of Linux and MacOS X thrown in. As such people expect to install new software with the sequence: ../configure make make install I've written some python modules and scripts which I packaged as a source distribution with distutils and sent it to some of my colleagues
1
1493
by: André Amram Duque | last post by:
I have problem with re-install python 2.3.4, when I execute ./configure is appear one message in config.log, follow below : configure:1710: gcc conftest.cc >&5 gcc: installation problem, cannot exec `cc1plus': No such file or directory configure:1713: $? = 1 My gnu/linux is 2.6.8-1-386(debian/sarge) Somebody could help me?
0
1448
by: root | last post by:
hi there, I've tried to install mysql-3.23.55.tar.gz but failed. Firstly, I've created directory /home/users/mysql and add group for mysql. Those are the command that I've used previously: shell>groupadd mtsqlid shell>mkdir /home/users shell>useradd -d /home/users/mysql -s /bin/false -g mysqlid mysqlid
2
282
by: Jerry Sacks | last post by:
I Purchased Visual Studio .Net Enterprise Architect I Have Installed it on my Window 2000 computer with a FAT32 file system. Service Pack 4 installed. However in installing IIS I have been unable manually configure FPSE. The instructions are clear To manually configure FrontPage Server Extension on Windows 2000 1. On the Start menu, choose Settings, and then Control
55
3917
by: Alex | last post by:
Hello people, The following is not a troll but a serious request. I found myself in a position where I have to present a Pro/Con list to management and architects in our company with regard to developing new products (specifically - desktop products) in C#/.NET instead of the usual C++/COM that we do. Since I am not an experienced .NET developer by any definition, I don't have a good grip on the "Pro" part. The argument that I hear...
0
2837
by: Markus Wollny | last post by:
Hello! When I try to run ./configure --with-java, it complains that ant doesn't work. However ant is installed, as is the latest Java SDK 1.4.2 from sun, PATH and JAVA_HOME are set correctly; helles:/ # /usr/java/apache-ant-1.5.4/bin/ant -version Apache Ant version 1.5.4 compiled on August 12 2003 It complains about some unsupported class-version; does it require an
15
4596
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to communicate with a MySQL database table on a web server, from inside of my company's Access-VBA application. I know VBA pretty well but have never before needed to do this HTTP/XML/MySQL type functions.
0
1259
by: yangsuli | last post by:
hi guys: happy new year~~ i want to install php-gtk,but when I unzip it from the source file,and enter the driectory trying to configure it, it complained that php-cli version doesnot exsit. the error information is like this: checking for PHP executable in /usr/local/bin... found version 5.1.6 configure: error: PHP CLI version is required, cgi found the php-gtk is php-gtk-2.0.0 alpha,and the php is php-5.1.6. i'am sure i have installed...
0
8392
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
8732
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
8503
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
7324
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
6163
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
5632
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
4151
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...
2
1953
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1611
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.