Re: Latest patch parses 1.1 pages with 2.0
- From: David Cameron <DavidCameron@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 13 Aug 2007 19:30:01 -0700
If you do have it, please right-click "Web Sites", select "Properties" andthen the "ASP.NET" tab.
Jot down the ASP.NET version the ASP.NET tab reports...and post it.
It reports 1.1. Same as the aspnet_regiis -lk listing I posted.
Question for you : For your "1.1 sites", have you created IIS *web sites* or *ASP.NET applications* ?
It makes a lot of difference which one you've used.
I know. These are IIS web sites.
Now, back to the issues.
You are in luck, one of the sites is malfunctioning again, on one of the
test servers that I can play with. It is worth noting that this is a site
that was definitely registered to 1.1 prior to a reboot on the server.
The site in question is 2034039847.
Now the output of aspnet_regiis -lk in the 1.1 directory is:
W3SVC/ 1.1.4322.0
W3SVC/1370742412/root/ 1.1.4322.0
W3SVC/1453161142/root/ 1.1.4322.0
W3SVC/2034039847/root/ 1.1.4322.0
W3SVC/2080259255/root/ 1.1.4322.0
W3SVC/2116458577/root/ 1.1.4322.0
W3SVC/370149253/root/ 1.1.4322.0
W3SVC/384844167/root/ 1.1.4322.0
W3SVC/891393290/root/ 1.1.4322.0
The output of aspnet_regiis -lk in the 2.0 directory is:
W3SVC/ 1.1.4322.0
W3SVC/1370742412/root/ 1.1.4322.0
W3SVC/1453161142/root/ 1.1.4322.0
W3SVC/2034039847/root/ 1.1.4322.0
W3SVC/2080259255/root/ 1.1.4322.0
W3SVC/2116458577/root/ 1.1.4322.0
W3SVC/370149253/root/ 1.1.4322.0
W3SVC/384844167/root/ 1.1.4322.0
W3SVC/891393290/root/ 1.1.4322.0
(identical)
The properties for the root site in the MMC plugin show the .Net version as
1.1. The properties for the specific site in the MMC plugin show the .Net
version as 1.1.
I think at this point we have established that 1.1 is the registered
framework. Agreed?
I would copy in your identity file however the site is returning the same
configuration error as earlier:
Configuration Error
....
Parser Error Message: The value for the property 'maxRequestLength' is not
valid. The error is: The value must be inside the range 0-2097151.
....
Line 117: <httpRuntime
Line 118: executionTimeout="90"
Line 119: maxRequestLength="500000000"
Line 120: useFullyQualifiedRedirectUrl="false"
Line 121: minFreeThreads="8"
....
Source File: <path>\web.config Line: 119
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET
Version:2.0.50727.832
Just to be clear, I have removed the path in the code above and replaced it
with <path>.
Now I could fix the config file to run happily under 2.0, and then copy your
identity.aspx file in. That doesn't change the fact that there is a serious
bug here. 2.0 is parsing a config file while everything is reporting that 1.1
is the active framework.
.
- Follow-Ups:
- Re: Latest patch parses 1.1 pages with 2.0
- From: Juan T. Llibre
- Re: Latest patch parses 1.1 pages with 2.0
- References:
- Re: Latest patch parses 1.1 pages with 2.0
- From: Juan T. Llibre
- Re: Latest patch parses 1.1 pages with 2.0
- From: Juan T. Llibre
- Re: Latest patch parses 1.1 pages with 2.0
- From: Juan T. Llibre
- Re: Latest patch parses 1.1 pages with 2.0
- From: Juan T. Llibre
- Re: Latest patch parses 1.1 pages with 2.0
- From: Juan T. Llibre
- Re: Latest patch parses 1.1 pages with 2.0
- Prev by Date: downloading files from filesystem
- Next by Date: Why is ASP Session State Confused?
- Previous by thread: Re: Latest patch parses 1.1 pages with 2.0
- Next by thread: Re: Latest patch parses 1.1 pages with 2.0
- Index(es):
Relevant Pages
|