473,386 Members | 1,819 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.

It is not possible to run two different versions of ASP.NET in the same IIS process.

i keep getting "It is not possible to run two different versions of ASP.NET
in the same IIS process." in my event logs. i know how to resolve the
problem, but i've got hundreds of web sites on my server.

is there a simple way of tracking down which site(s) are causing this error?

tks
Sep 4 '07 #1
12 9172
Hi, Dica.

re:
!is there a simple way of tracking down which site(s) are causing this error?

The likeliest culprit is the last application you configured.

If you don't recall which one that was, check the applications'
folder creation dates...and start checking the last apps created.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Dica" <ge*****@hotmail.comwrote in message news:OncDi.13497$bO6.6840@edtnps89...
>i keep getting "It is not possible to run two different versions of ASP.NET in the same IIS process." in my event logs.
i know how to resolve the problem, but i've got hundreds of web sites on my server.

is there a simple way of tracking down which site(s) are causing this error?

tks

Sep 4 '07 #2
Create a new app log under IIS one for .NET 1.x and one for .NET 2.0 and
then point your web apps to the correct app pool.

You can't run .NET 1.x and .NET 2.0 in the same app pool, they have to be
seperate.
"Dica" <ge*****@hotmail.comwrote in message
news:OncDi.13497$bO6.6840@edtnps89...
>i keep getting "It is not possible to run two different versions of ASP.NET
in the same IIS process." in my event logs. i know how to resolve the
problem, but i've got hundreds of web sites on my server.

is there a simple way of tracking down which site(s) are causing this
error?

tks

Sep 4 '07 #3
I meant App Pool under IIS not app log under IIS
"Mike" <Mi**@community.nospam.comwrote in message
news:uD**************@TK2MSFTNGP03.phx.gbl...
Create a new app log under IIS one for .NET 1.x and one for .NET 2.0 and
then point your web apps to the correct app pool.

You can't run .NET 1.x and .NET 2.0 in the same app pool, they have to be
seperate.
"Dica" <ge*****@hotmail.comwrote in message
news:OncDi.13497$bO6.6840@edtnps89...
>>i keep getting "It is not possible to run two different versions of
ASP.NET in the same IIS process." in my event logs. i know how to resolve
the problem, but i've got hundreds of web sites on my server.

is there a simple way of tracking down which site(s) are causing this
error?

tks


Sep 4 '07 #4

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:uF**************@TK2MSFTNGP06.phx.gbl...
Hi, Dica.

re:
!is there a simple way of tracking down which site(s) are causing this
error?

The likeliest culprit is the last application you configured.

If you don't recall which one that was, check the applications'
folder creation dates...and start checking the last apps created.
unfortunately, this started happening after we set up our new server and
manually set re-created all the IIS sites, so i really have no history to
work off.
>


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Dica" <ge*****@hotmail.comwrote in message
news:OncDi.13497$bO6.6840@edtnps89...
>>i keep getting "It is not possible to run two different versions of
ASP.NET in the same IIS process." in my event logs. i know how to resolve
the problem, but i've got hundreds of web sites on my server.

is there a simple way of tracking down which site(s) are causing this
error?

tks


Sep 4 '07 #5
yeah, i was wondering about the log setting. i've created separate pools for
the dot net sites i know about, but wish the err logs were a little more
specific about which site is causing the problem.
"Mike" <Mi**@community.nospam.comwrote in message
news:ui**************@TK2MSFTNGP06.phx.gbl...
>I meant App Pool under IIS not app log under IIS
"Mike" <Mi**@community.nospam.comwrote in message
news:uD**************@TK2MSFTNGP03.phx.gbl...
>Create a new app log under IIS one for .NET 1.x and one for .NET 2.0 and
then point your web apps to the correct app pool.

You can't run .NET 1.x and .NET 2.0 in the same app pool, they have to be
seperate.
"Dica" <ge*****@hotmail.comwrote in message
news:OncDi.13497$bO6.6840@edtnps89...
>>>i keep getting "It is not possible to run two different versions of
ASP.NET in the same IIS process." in my event logs. i know how to resolve
the problem, but i've got hundreds of web sites on my server.

is there a simple way of tracking down which site(s) are causing this
error?

tks



Sep 4 '07 #6
It looks like your best recourse is running

aspnet_regiis -lk

....from any of the .Net Framework directories.

That will give you a list of applications and tell you whether
they are running under the .Net Framework 1.1 or 2.0.

Maybe something will jog your memory.

The lesson to be learned from your problem is that you should
keep a log of which applications run under which .Net Framework.

If you had that now, it would have saved you a lot of hassles.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Dica" <ge*****@hotmail.comwrote in message news:gxgDi.30236$vP5.8721@edtnps90...
yeah, i was wondering about the log setting. i've created separate pools for the dot net sites i know about, but wish
the err logs were a little more specific about which site is causing the problem.
"Mike" <Mi**@community.nospam.comwrote in message news:ui**************@TK2MSFTNGP06.phx.gbl...
>>I meant App Pool under IIS not app log under IIS
"Mike" <Mi**@community.nospam.comwrote in message news:uD**************@TK2MSFTNGP03.phx.gbl...
>>Create a new app log under IIS one for .NET 1.x and one for .NET 2.0 and then point your web apps to the correct app
pool.

You can't run .NET 1.x and .NET 2.0 in the same app pool, they have to be seperate.
"Dica" <ge*****@hotmail.comwrote in message news:OncDi.13497$bO6.6840@edtnps89...
i keep getting "It is not possible to run two different versions of ASP.NET in the same IIS process." in my event
logs. i know how to resolve the problem, but i've got hundreds of web sites on my server.

is there a simple way of tracking down which site(s) are causing this error?

tks



Sep 4 '07 #7
On Sep 4, 7:45 pm, "Juan T. Llibre" <nomailrepl...@nowhere.comwrote:
It looks like your best recourse is running

aspnet_regiis -lk
just want to add that you can find the name of the site in
system32\inetsvr\MetaBase.xml

aspnet_regiis -lk gives just an id from the IIS metabase

Sep 4 '07 #8
re:
!just want to add that you can find the name of the site in
!system32\inetsvr\MetaBase.xml

....although sifting through all the info in MetaBase.xml could take some time

;-)

Maybe the IIS Resource Kit's Metabase Explorer could help ?

http://support.microsoft.com/kb/840671

Download the IIS Resource Kit's Metabase Explorer from :
http://www.microsoft.com/downloads/d...8-ade629c89499


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Alexey Smirnov" <al************@gmail.comwrote in message news:11*********************@50g2000hsm.googlegrou ps.com...
On Sep 4, 7:45 pm, "Juan T. Llibre" <nomailrepl...@nowhere.comwrote:
>It looks like your best recourse is running

aspnet_regiis -lk

just want to add that you can find the name of the site in
system32\inetsvr\MetaBase.xml

aspnet_regiis -lk gives just an id from the IIS metabase

Sep 4 '07 #9
On Sep 4, 9:07 pm, "Juan T. Llibre" <nomailrepl...@nowhere.comwrote:
re:
!just want to add that you can find the name of the site in
!system32\inetsvr\MetaBase.xml

...although sifting through all the info in MetaBase.xml could take some time
Open in notepad, Ctrl+F

:-))

Sep 4 '07 #10

"Alexey Smirnov" <al************@gmail.comwrote in message
news:11*********************@w3g2000hsg.googlegrou ps.com...
On Sep 4, 9:07 pm, "Juan T. Llibre" <nomailrepl...@nowhere.comwrote:
>re:
!just want to add that you can find the name of the site in
!system32\inetsvr\MetaBase.xml

...although sifting through all the info in MetaBase.xml could take some
time

Open in notepad, Ctrl+F
tks for the suggestions, guys. i think i've tracked down the offending site.

>
:-))

Sep 4 '07 #11
re:
!Open in notepad, Ctrl+F

<chuckle>

I'll take that comment as being tongue-in-cheek.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Alexey Smirnov" <al************@gmail.comwrote in message news:11*********************@w3g2000hsg.googlegrou ps.com...
On Sep 4, 9:07 pm, "Juan T. Llibre" <nomailrepl...@nowhere.comwrote:
>re:
!just want to add that you can find the name of the site in
!system32\inetsvr\MetaBase.xml

...although sifting through all the info in MetaBase.xml could take some time

Open in notepad, Ctrl+F

:-))

Sep 5 '07 #12
On Sep 5, 3:40 am, "Juan T. Llibre" <nomailrepl...@nowhere.comwrote:
re:
!Open in notepad, Ctrl+F

<chuckle>

I'll take that comment as being tongue-in-cheek.

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
======================================

"Alexey Smirnov" <alexey.smir...@gmail.comwrote in messagenews:11*********************@w3g2000hsg.goo glegroups.com...
On Sep 4, 9:07 pm, "Juan T. Llibre" <nomailrepl...@nowhere.comwrote:
re:
!just want to add that you can find the name of the site in
!system32\inetsvr\MetaBase.xml
...although sifting through all the info in MetaBase.xml could take some time
Open in notepad, Ctrl+F
:-))- Hide quoted text -

- Show quoted text -
Juan, to search by id of one of hundreds of web sites in Metabase
Explorer could take some time too, to be honest. I agree it's a great
tool, but there is no search functionality and you have to install
it. So, there is no irony here, notepad is just another approach.

Sep 5 '07 #13

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

Similar topics

4
by: Maggie | last post by:
Hi, I am in a process of creating a text version of my website and was wondering if it was possible to accomplish this without actually making the same page twice using CSS. I have a...
0
by: Ken Durden | last post by:
I'm working on a client-server application where the client is controlling two devices (aka servers) which both implement the same interface contract. We have a set of about 4 assemblies which...
3
by: zorro | last post by:
Hello, If I have to test my code on different Netscape versions, can I download and run those versions on the same computer or will it create conflicts? And if I had to test only one version...
8
by: Mary Jane Pronio | last post by:
Any information would be greatly appreciated~~!! Thanks!
1
by: JayJay | last post by:
I hope I can explain this clearly. I have this database that calculates Bids for construction jobs. You log in, (login id and password) select a project, go into that project and create a "bid"...
2
by: Bhupesh Naik | last post by:
This is a query regarding my problem to make a spell and grammar check possible in text area of a web page. We have aspx pages which are used to construct letters. The browser based screens...
7
by: Oenone | last post by:
I'm sure there's an obvious way to do this, but I'm missing it so far. I have an ASP.NET application that relies on several DLLs to work. Currently in order to get my site working I have to put...
10
by: parag_paul | last post by:
HI all, Suppose I have a huge code base, And I have a very common header file. Now there are mulitple places where this header file is kept. This header file cannot be factored as it has...
3
by: =?Utf-8?B?a3lvbmc=?= | last post by:
Quick question. Say I have a project against the 2.0framework. I also have a dll compiled against 3.5. If I reference the 3.5 dll in the 2.0 project, how would that work? So I'm thinking that...
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: 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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
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.