473,386 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ASP.NET 1.1 & 2.0 On IIS

Hi,

I have some IIS applications installed on my Win 2003 Server that works with
ASP.NET 1.1 including SQL Server Reporting 2000.
I have uploaded an ASP.NET 2.0 to my IIS server and when I try to run it I
am getting the error "Server Application Unavailable".
The version 2.0… is selected at the ASP.NET property page for the Virtual
Directory of the IIS application.

Thanks for any help,
Asaf

May 17 '06 #1
6 998
You also need to configure the 2.0 application in a different Application
Pool than your 1.1 apps. The reason is that only one version of the CLR can
be loaded per win32 process.

-Brock
http://staff.develop.com/ballen

Hi,

I have some IIS applications installed on my Win 2003 Server that
works with
ASP.NET 1.1 including SQL Server Reporting 2000.
I have uploaded an ASP.NET 2.0 to my IIS server and when I try to run
it I
am getting the error "Server Application Unavailable".
The version 2.0. is selected at the ASP.NET property page for the
Virtual
Directory of the IIS application.
Thanks for any help,
Asaf

May 18 '06 #2
Hi Asaf,

I think Brock's suggestion is reasonable. As for windows 2003 server/IIS6,
it use Application Pool process Isolation model by default. You can think
an application pool as an IIS worker process, so we should separate ASP.NET
1.X application from ASP.NET 2.0 application by putting them into different
application pools.

BTW, I suggest you separate ASP.NET 1.x application from 2.0 applications
into different IIS sites if possible. This is because ASP.NET application's
configuration is hierarchically inherited, and ASP.NET 2.0 configuration
has involved many new configuration elements which are not supported by
ASP.NET 1.x applications. If you put them together ,there will cause some
unexpected configuration parsing error.

Hope this also helps.

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

May 18 '06 #3
Thanks you all for your help :)
"Steven Cheng[MSFT]" wrote:
Hi Asaf,

I think Brock's suggestion is reasonable. As for windows 2003 server/IIS6,
it use Application Pool process Isolation model by default. You can think
an application pool as an IIS worker process, so we should separate ASP.NET
1.X application from ASP.NET 2.0 application by putting them into different
application pools.

BTW, I suggest you separate ASP.NET 1.x application from 2.0 applications
into different IIS sites if possible. This is because ASP.NET application's
configuration is hierarchically inherited, and ASP.NET 2.0 configuration
has involved many new configuration elements which are not supported by
ASP.NET 1.x applications. If you put them together ,there will cause some
unexpected configuration parsing error.

Hope this also helps.

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

May 18 '06 #4
You're welcome Asaf,

Good luck!

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
May 18 '06 #5
Ok.
Can you help me about this?
My case is that i have my application (built with asp.net 1.x) and i have to
install them in a server with asp.net 2.0. Am i going to have problems.
I might test, but i think i'm not going to have the chance.
Greetings
"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:57**************@TK2MSFTNGXA01.phx.gbl...
Hi Asaf,

I think Brock's suggestion is reasonable. As for windows 2003 server/IIS6,
it use Application Pool process Isolation model by default. You can think
an application pool as an IIS worker process, so we should separate
ASP.NET
1.X application from ASP.NET 2.0 application by putting them into
different
application pools.

BTW, I suggest you separate ASP.NET 1.x application from 2.0 applications
into different IIS sites if possible. This is because ASP.NET
application's
configuration is hierarchically inherited, and ASP.NET 2.0 configuration
has involved many new configuration elements which are not supported by
ASP.NET 1.x applications. If you put them together ,there will cause some
unexpected configuration parsing error.

Hope this also helps.

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

May 18 '06 #6
If you don't test don't deploy.
That has been my experience.
Convince your Boss to give you time to test.
If not get it in writing from him/her that they are responsible for their
actions of being not-responsible.

Sorry for being straight.

Sa

"Jose Fernandez" <pp*****@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Ok.
Can you help me about this?
My case is that i have my application (built with asp.net 1.x) and i have
to install them in a server with asp.net 2.0. Am i going to have problems.
I might test, but i think i'm not going to have the chance.
Greetings
"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:57**************@TK2MSFTNGXA01.phx.gbl...
Hi Asaf,

I think Brock's suggestion is reasonable. As for windows 2003
server/IIS6,
it use Application Pool process Isolation model by default. You can
think
an application pool as an IIS worker process, so we should separate
ASP.NET
1.X application from ASP.NET 2.0 application by putting them into
different
application pools.

BTW, I suggest you separate ASP.NET 1.x application from 2.0 applications
into different IIS sites if possible. This is because ASP.NET
application's
configuration is hierarchically inherited, and ASP.NET 2.0 configuration
has involved many new configuration elements which are not supported by
ASP.NET 1.x applications. If you put them together ,there will cause some
unexpected configuration parsing error.

Hope this also helps.

Regards,

Steven Cheng
Microsoft Online Community Support
==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


May 18 '06 #7

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

Similar topics

1
by: DrTebi | last post by:
Hello, I have the following problem: I used to "encode" my email address within links, in order to avoid (most) email spiders. So I had a link like this: <a...
0
by: Thomas Scheffler | last post by:
Hi, I runned in trouble using XALAN for XSL-Transformation. The following snipplet show what I mean: <a href="http://blah.com/?test=test&amp;test2=test2">Test1&amp;</a> <a...
4
by: johkar | last post by:
When the output method is set to xml, even though I have CDATA around my JavaScript, the operaters of && and < are converted to XML character entities which causes errors in my JavaScript. I know...
14
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only...
12
by: InvalidLastName | last post by:
We have been used XslTransform. .NET 1.1, for transform XML document, Dataset with xsl to HTML. Some of these html contents contain javascript and links. For example: // javascript if (a &gt; b)...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...

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.