473,385 Members | 2,274 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,385 software developers and data experts.

small problem with ASP 1.1 version problem in IIS6

hi all

on our IIS6 we tried to update the asp version of a particular website from
1.1 to 2.0. Leaving other sites on the same server as ASP version 1.1

But when we go to the client and check our other sites from the same server,
it's not able to do so or saying that famous msg, "Page cannot be displayed"

any ideas or thoughts?

cant net1.1 and net2.0 just get along and co-exist on same server?

thanks fellas!

Apr 2 '07 #1
6 1985
Hello ChiWhiteSox,

Con our IIS6 we tried to update the asp version of a particular
Cwebsite from 1.1 to 2.0. Leaving other sites on the same server as
CASP version 1.1

How did u do this?

CBut when we go to the client and check our other sites from the same
Cserver, it's not able to do so or saying that famous msg, "Page
Ccannot be displayed"
Cany ideas or thoughts?

You need to check that the right ASP.net version in set at virtual folder
properties tab
Besides, check that ASP.net 2.0 is allowed at IIS WSE

Ccant net1.1 and net2.0 just get along and co-exist on same server?

they can.

Cthanks fellas!

welcome

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Apr 2 '07 #2
They (the frameworks) can co exists, but you gotta tell each app which
framework version to use.

IIS, MyApplication (virtual directory) // , properties. and a tab at the
end called Asp.Net.


"ChiWhiteSox" <Ch*********@discussions.microsoft.comwrote in message
news:C7**********************************@microsof t.com...
hi all

on our IIS6 we tried to update the asp version of a particular website
from
1.1 to 2.0. Leaving other sites on the same server as ASP version 1.1

But when we go to the client and check our other sites from the same
server,
it's not able to do so or saying that famous msg, "Page cannot be
displayed"
>
any ideas or thoughts?

cant net1.1 and net2.0 just get along and co-exist on same server?

thanks fellas!

Apr 2 '07 #3
You must change the Application Pool.
NET 1.1 and 2.0 can not coexist on the same pool in IIS.
Goto IIS Management console and you will see what pool I am talking about.
You can refer to the screenshots here
http://www.asp.net/faq/aspnetandiis6.aspx (somewere on a bottom).

George.
"ChiWhiteSox" <Ch*********@discussions.microsoft.comwrote in message
news:C7**********************************@microsof t.com...
hi all

on our IIS6 we tried to update the asp version of a particular website
from
1.1 to 2.0. Leaving other sites on the same server as ASP version 1.1

But when we go to the client and check our other sites from the same
server,
it's not able to do so or saying that famous msg, "Page cannot be
displayed"

any ideas or thoughts?

cant net1.1 and net2.0 just get along and co-exist on same server?

thanks fellas!

Apr 2 '07 #4
hi, first of all, thanks so much for the quick reply.

I changed ver1.1 to 2.0 as follows:

on the ASP.NET folder from the Website properties in IIS, changed the
dropdown box of the ASP.NET from 1.1 to 2.0

we are using small biz server

also checked asp2.0 is already ALLOWED at WSE

THANKS!

"Michael Nemtsev" wrote:
Hello ChiWhiteSox,

Con our IIS6 we tried to update the asp version of a particular
Cwebsite from 1.1 to 2.0. Leaving other sites on the same server as
CASP version 1.1

How did u do this?

CBut when we go to the client and check our other sites from the same
Cserver, it's not able to do so or saying that famous msg, "Page
Ccannot be displayed"
Cany ideas or thoughts?

You need to check that the right ASP.net version in set at virtual folder
properties tab
Besides, check that ASP.net 2.0 is allowed at IIS WSE

Ccant net1.1 and net2.0 just get along and co-exist on same server?

they can.

Cthanks fellas!

welcome

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Apr 2 '07 #5
Hello ChiWhiteSox,

I hope it's working now well right now?
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

Chi, first of all, thanks so much for the quick reply.
C>
CI changed ver1.1 to 2.0 as follows:
C>
Con the ASP.NET folder from the Website properties in IIS, changed the
Cdropdown box of the ASP.NET from 1.1 to 2.0
C>
Cwe are using small biz server
C>
Calso checked asp2.0 is already ALLOWED at WSE
C>
CTHANKS!
C>
C"Michael Nemtsev" wrote:
C>
>Hello ChiWhiteSox,

Con our IIS6 we tried to update the asp version of a particular
Cwebsite from 1.1 to 2.0. Leaving other sites on the same server
as
CASP version 1.1
How did u do this?

CBut when we go to the client and check our other sites from the
same
Cserver, it's not able to do so or saying that famous msg, "Page
Ccannot be displayed"
Cany ideas or thoughts?
You need to check that the right ASP.net version in set at virtual
folder
properties tab
Besides, check that ASP.net 2.0 is allowed at IIS WSE
Ccant net1.1 and net2.0 just get along and co-exist on same server?

they can.

Cthanks fellas!

welcome

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

Apr 2 '07 #6
Thanks so much George!

"George Ter-Saakov" wrote:
You must change the Application Pool.
NET 1.1 and 2.0 can not coexist on the same pool in IIS.
Goto IIS Management console and you will see what pool I am talking about.
You can refer to the screenshots here
http://www.asp.net/faq/aspnetandiis6.aspx (somewere on a bottom).

George.
"ChiWhiteSox" <Ch*********@discussions.microsoft.comwrote in message
news:C7**********************************@microsof t.com...
hi all

on our IIS6 we tried to update the asp version of a particular website
from
1.1 to 2.0. Leaving other sites on the same server as ASP version 1.1

But when we go to the client and check our other sites from the same
server,
it's not able to do so or saying that famous msg, "Page cannot be
displayed"

any ideas or thoughts?

cant net1.1 and net2.0 just get along and co-exist on same server?

thanks fellas!


Apr 2 '07 #7

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

Similar topics

1
by: JackTorrance | last post by:
Hi i have a problem with IIS6 and MSSQL and i hope that someone can help me. this is the configuration: Windows 2003 IIS6 MSSQL 7.0 Standard Edition ADO 2.5
1
by: Astera | last post by:
I seem to be having a problem using web parts after the beta 2 release. Any time I try to have the WebPartManager on any page, I get the exception listed below. I've gone through the steps listed...
0
by: Mark B | last post by:
Our webhost (www.usbusinessweb.net) had a W2K IIS5 server crash after a scheduled hard-boot occurred during a ms-security patch install overnight. They couldn't get the server working again so they...
2
by: Kevin R | last post by:
I'm trying to get asp.net 1.1 running on my home PC. When I try creating a new ASP.NET Web Application in 'Visual Studio .NET 2003' I get the following error: "Visual Studio .NET has detected...
0
by: OverTheTop | last post by:
All the usual Newbie stuff applies... I have a Windows2000 Server with ActivePerl and a module (DBD-Interbase) that worked fine. Trying to duplicate the environment on Windows2003 Server for...
10
by: Andrew Wan | last post by:
I have been having a nightmare with ASP/ASP.NET & IIS6. We use Msxml2.DOMDocument.4.0 object to create a XML object in ASP. The Msxml2.DOMDocument.4.0 is from the Windows Platform SDK Feb 2003...
1
by: =?Utf-8?B?Q2hpV2hpdGVTb3g=?= | last post by:
hi all on our IIS6 we tried to update the asp version of a particular website from 1.1 to 2.0. Leaving other sites on the same server as ASP version 1.1 But when we go to the client and check...
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: 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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.