|
|
|
start date: Wed, 1 Aug 2007 09:26:09 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Manny Chohan
|
|
2
Alexey Smirnov
|
|
3
Manny Chohan
|
|
4
Alexey Smirnov
|
Question
Hi Guys,
I am trying to fix a tricky situation at our LAB. We have two servers:
Server 1 with Framework 1.1.4 and Server 2 with 2.0 framework. Our main Site
runs on 1.1.4 framework. We have created second site in 2.0 and loaded on
server 2.
In IIS, we created Virtual Directory with Network Directory access to the
disk on server 2. Permissions are configured too.
When we launch the application using the url
http://server1/applicationname/default.aspx, it results in an error in
Web.Config:
Parser Error Message: Unrecognized attribute 'type'. in Config Sections of
Web.Config.
Now is this basically due to Framework mismatch.
Thanks
M
Date:Wed, 1 Aug 2007 09:26:09 -0700
Author:
|
Re: Question
On Aug 1, 6:26 pm, Manny Chohan
wrote:
> Hi Guys,
>
> I am trying to fix a tricky situation at our LAB. We have two servers:
> Server 1 with Framework 1.1.4 and Server 2 with 2.0 framework. Our main Site
> runs on 1.1.4 framework. We have created second site in 2.0 and loaded on
> server 2.
>
> In IIS, we created Virtual Directory with Network Directory access to the
> disk on server 2. Permissions are configured too.
>
What ASP.NET version is configured for applicationname on server1?
Date:Wed, 01 Aug 2007 12:10:00 -0700
Author:
|
Re: Question
1.1.4
"Alexey Smirnov" wrote:
> On Aug 1, 6:26 pm, Manny Chohan
> wrote:
> > Hi Guys,
> >
> > I am trying to fix a tricky situation at our LAB. We have two servers:
> > Server 1 with Framework 1.1.4 and Server 2 with 2.0 framework. Our main Site
> > runs on 1.1.4 framework. We have created second site in 2.0 and loaded on
> > server 2.
> >
> > In IIS, we created Virtual Directory with Network Directory access to the
> > disk on server 2. Permissions are configured too.
> >
>
> What ASP.NET version is configured for applicationname on server1?
>
>
Date:Thu, 2 Aug 2007 05:12:04 -0700
Author:
|
Re: Question
On Aug 2, 2:12 pm, Manny Chohan
wrote:
> 1.1.4
>
May I ask you why? You have a web application designed for .NET2, so
you should go to the virtual directory properties in IIS on the server
1, create an application (if it's not done) and go to the ASP.NET tab
and change 1.1 to ASP.NET 2. I suppose that helps to run the
application
Date:Thu, 02 Aug 2007 05:57:02 -0700
Author:
|
|
|