I have configured iis in 2003 server. 2 websites were running . i setup one
more website. the new website is having ASP.net 2 and old websites were
having ASP.net version 1. Now the old sites are not working. the event viewer
is having the error report

"Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1062
Date: 5/10/2007
Time: 9:54:58 AM
User: N/A
Computer: ERADDC03
Description:
It is not possible to run two different versions of ASP.NET in the same IIS
process. Please use the IIS Administration Tool to reconfigure your server to
run the application in a separate process."

I created 3 different application pool for the three website still no use.
Any help!




regards,
SAM

Re: ASP by Steve

Steve
Thu May 10 20:53:30 CDT 2007

configure your .NET 2.0 apps in one application pool and your .NET 1.1 in
another. You can not have two different framework versions using the same
application pool.

--

Thank you,

Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP

http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support

"samhil" <samhil@discussions.microsoft.com> wrote in message
news:E065758F-FB94-4B42-ADBB-E550FAA58FE0@microsoft.com...
>I have configured iis in 2003 server. 2 websites were running . i setup one
> more website. the new website is having ASP.net 2 and old websites were
> having ASP.net version 1. Now the old sites are not working. the event
> viewer
> is having the error report
>
> "Event Type: Error
> Event Source: ASP.NET 1.1.4322.0
> Event Category: None
> Event ID: 1062
> Date: 5/10/2007
> Time: 9:54:58 AM
> User: N/A
> Computer: ERADDC03
> Description:
> It is not possible to run two different versions of ASP.NET in the same
> IIS
> process. Please use the IIS Administration Tool to reconfigure your server
> to
> run the application in a separate process."
>
> I created 3 different application pool for the three website still no use.
> Any help!
>
>
>
>
> regards,
> SAM


Re: ASP by samhil

samhil
Sun May 13 08:22:00 CDT 2007

Hi Steve,
I did that. I have posted it read my post (second last line). No use
--
regards,
SAM


"Steve Schofield" wrote:

> configure your .NET 2.0 apps in one application pool and your .NET 1.1 in
> another. You can not have two different framework versions using the same
> application pool.
>
> --
>
> Thank you,
>
> Steve Schofield
> Windows Server MVP - IIS
> ASPInsider Member - MCP
>
> http://www.orcsweb.com/
> Managed Complex Hosting
> #1 in Service and Support
>
> "samhil" <samhil@discussions.microsoft.com> wrote in message
> news:E065758F-FB94-4B42-ADBB-E550FAA58FE0@microsoft.com...
> >I have configured iis in 2003 server. 2 websites were running . i setup one
> > more website. the new website is having ASP.net 2 and old websites were
> > having ASP.net version 1. Now the old sites are not working. the event
> > viewer
> > is having the error report
> >
> > "Event Type: Error
> > Event Source: ASP.NET 1.1.4322.0
> > Event Category: None
> > Event ID: 1062
> > Date: 5/10/2007
> > Time: 9:54:58 AM
> > User: N/A
> > Computer: ERADDC03
> > Description:
> > It is not possible to run two different versions of ASP.NET in the same
> > IIS
> > process. Please use the IIS Administration Tool to reconfigure your server
> > to
> > run the application in a separate process."
> >
> > I created 3 different application pool for the three website still no use.
> > Any help!
> >
> >
> >
> >
> > regards,
> > SAM
>
>