DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Tue, 7 Aug 2007 22:20:02 -0700,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    David Cameron
          2    Sergey Poberezovskiy
          3    David Cameron
                 4    Juan T. Llibre
                 5    David Cameron
                 6    David Cameron
                 7    Juan T. Llibre
                 8    Juan T. Llibre
                 9    David Cameron
                 10    Juan T. Llibre
                 11    David Cameron
                 12    Juan T. Llibre
                 13    David Cameron
                 14    Juan T. Llibre
                        15    David Cameron
                        16    Juan T. Llibre
                        17    David Cameron
                               18    Juan T. Llibre


Latest patch parses 1.1 pages with 2.0   
Hi,

I have a .net 1.1 app. With the latest patch, some pages are being 
consistently parsed with the .Net 2.0 framework. There is a particular class 
of page that is being consistently parsed as 2.0. All other pages are fine. 
1.1 is the registered framework.

Uninstalling the 2.0 framework fixed the problem. Server is 2K3 standard.

On other servers I've had similar issues (attempting to parse the web.config 
file with 2.0).

Anyone else experienced this?
Date:Tue, 7 Aug 2007 22:20:02 -0700   Author:  

RE: Latest patch parses 1.1 pages with 2.0   
It looks like the application has the default framework version set to 2.0 
(In IIS Manager / ASP.Net tab)

"David Cameron" wrote:


> Hi,
> 
> I have a .net 1.1 app. With the latest patch, some pages are being 
> consistently parsed with the .Net 2.0 framework. There is a particular class 
> of page that is being consistently parsed as 2.0. All other pages are fine. 
> 1.1 is the registered framework.
> 
> Uninstalling the 2.0 framework fixed the problem. Server is 2K3 standard.
> 
> On other servers I've had similar issues (attempting to parse the web.config 
> file with 2.0).
> 
> Anyone else experienced this?
Date:Tue, 7 Aug 2007 22:54:02 -0700   Author:  

RE: Latest patch parses 1.1 pages with 2.0   

> It looks like the application has the default framework version set to 2.0 
> (In IIS Manager / ASP.Net tab)


No. the default framework is 1.1 (which I mentioned above).

Even if the default framework were 2.0, that doesn't explain why some pages 
get parsed with 2.0 and some with 1.1.
Date:Tue, 7 Aug 2007 23:04:18 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
re:
!> Even if the default framework were 2.0, that doesn't explain why some pages
!> get parsed with 2.0 and some with 1.1.

Please open a command window at :
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
....and run

aspnet_regiis -lk

That will list all your applications and tell you which framework each app is running.

You might be surprised by the results.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:F93390E6-6860-4A7D-B05B-789E3213B6D4@microsoft.com...

>> It looks like the application has the default framework version set to 2.0
>> (In IIS Manager / ASP.Net tab)
>
> No. the default framework is 1.1 (which I mentioned above).

> Even if the default framework were 2.0, that doesn't explain why some pages
> get parsed with 2.0 and some with 1.1. 
Date:Wed, 8 Aug 2007 05:44:34 -0400   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
I uninstalled the 2.0 framework from the machine that was showing the 
specific issues. Regardless, I was running aspnet_regiis.exe -r in the 
v1.1.4322 directory.

That does not explain several issues:
- why 2.0 automatically registered itself as the default framework
- why the web.config file was consistently being parsed by 2.0, right after 
running aspnet_regiis.exe -r
- why some pages were being parsed with 1.1 and some with 2.0
Date:Wed, 8 Aug 2007 18:14:00 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
I should add, I've had other machines show similar issues. While I haven't 
had machines parse some pages with 2.0 and some with 1.1, I have seen 2.0 
register as the default framework, and the parsing the config file issue.
Date:Wed, 8 Aug 2007 18:20:00 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
Did you check out what I suggested ?

----------------
Please open a command window at :
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
....and run

aspnet_regiis -lk

That will list all your applications and tell you which framework each app is running.
----------------




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:05707D58-C5E7-48C9-9A22-8702FC385276@microsoft.com...

>I uninstalled the 2.0 framework from the machine that was showing the
> specific issues. Regardless, I was running aspnet_regiis.exe -r in the
> v1.1.4322 directory.
>
> That does not explain several issues:
> - why 2.0 automatically registered itself as the default framework
> - why the web.config file was consistently being parsed by 2.0, right after
> running aspnet_regiis.exe -r
> - why some pages were being parsed with 1.1 and some with 2.0 
Date:Wed, 8 Aug 2007 21:45:38 -0400   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
Did you check out what I suggested ?

----------------
Please open a command window at :
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
....and run

aspnet_regiis -lk

That will list all your applications and tell you which framework each app is running.
----------------




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:16D8EABC-762F-4C47-A5AB-A03C09189E75@microsoft.com...

>I should add, I've had other machines show similar issues. While I haven't
> had machines parse some pages with 2.0 and some with 1.1, I have seen 2.0
> register as the default framework, and the parsing the config file issue. 
Date:Wed, 8 Aug 2007 21:45:51 -0400   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
Yes I did what you suggested, however given that I have uninstalled 2.0 on 
the server in question, it lists all sites as 1.1.
Date:Thu, 9 Aug 2007 17:18:00 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
A dime gets you a buck that your uninstallation of 2.0 was unwarranted.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:AEC815EA-F41A-4C94-8884-7EC1EC90A389@microsoft.com...

> Yes I did what you suggested, however given that I have uninstalled 2.0 on
> the server in question, it lists all sites as 1.1. 
Date:Thu, 9 Aug 2007 22:36:08 -0400   Author:  

Re: Latest patch parses 1.1 pages with 2.0   

> A dime gets you a buck that your uninstallation of 2.0 was unwarranted.


You'd lose, however I'm hardly likely to install on that production server 
again.

Anway...

Riddle me this, I have another server with similar issues. aspnet_regiis -lk 
returns 1.1 for all sites running on the server. However hitting the server 
returns:

"Configuration Error"

"Line 117:	<httpRuntime
Line 118:		executionTimeout="90"
Line 119:		maxRequestLength="500000000"
Line 120:		useFullyQualifiedRedirectUrl="false"
Line 121:		minFreeThreads="

"Version Information: Microsoft .NET Framework Version:2.0.50727.832; 
ASP.NET Version:2.0.50727.832"

This is one of the issues I referred to earlier. 2.0 has no business parsing 
the file.
Date:Thu, 9 Aug 2007 20:32:00 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
re:
!> I have another server with similar issues. aspnet_regiis -lk returns 1.1
!> for all sites running on the server. However hitting the server returns:

!> "Configuration Error"
!> "Version Information: Microsoft .NET Framework Version:2.0.50727.832;
!> ASP.NET Version:2.0.50727.832"

While all your sites are configured for 1.1, the root site is configured for 2.0.

You can confirm this by :

1. right clicking "Web Sites" in the IIS Manager,
and selecting "Properties" and then the "ASP.NET" tab.

2. right clicking "Default Web Site" in the IIS Manager,
and selecting "Properties" and then the "ASP.NET" tab.

One of the two is configured for the .Net Framework 2.0.






Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:C2E5CBE6-6D90-446F-ACFB-AA1A5336EFC6@microsoft.com...

>> A dime gets you a buck that your uninstallation of 2.0 was unwarranted.
>
> You'd lose, however I'm hardly likely to install on that production server
> again.
>
> Anway...
>
> Riddle me this, I have another server with similar issues. aspnet_regiis -lk
> returns 1.1 for all sites running on the server. However hitting the server
> returns:
>
> "Configuration Error"
>
> "Line 117: <httpRuntime
> Line 118: executionTimeout="90"
> Line 119: maxRequestLength="500000000"
> Line 120: useFullyQualifiedRedirectUrl="false"
> Line 121: minFreeThreads="
>
> "Version Information: Microsoft .NET Framework Version:2.0.50727.832;
> ASP.NET Version:2.0.50727.832"
>
> This is one of the issues I referred to earlier. 2.0 has no business parsing
> the file. 
Date:Fri, 10 Aug 2007 06:58:16 -0400   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
I can't confirm that, as I have re-registered all sites with 1.1.

However I do have a command prompt open from before I registered all as 1.1, 
but was recieving the error. It includes the results from a call to 
aspnet-regiis -lk. It reads:

W3SVC/  1.1.4322.2407
W3SVC/1370742412/root/  1.1.4322.2407
W3SVC/1453161142/root/  1.1.4322.2407
W3SVC/2034039847/root/  1.1.4322.2407
W3SVC/2080259255/root/  1.1.4322.2407
W3SVC/2116458577/root/  1.1.4322.2407
W3SVC/370149253/root/   1.1.4322.2407
W3SVC/384844167/root/   1.1.4322.2407
W3SVC/891393290/root/   1.1.4322.2407

This is calling aspnet-regiis -lk for 2.0. There is no default site and you 
can see that the root site is registered for 1.1.

Are you telling me that I would get different results if I had checked this 
from the MMC plugin? I'd be very surprised if that were the case.
Date:Sun, 12 Aug 2007 17:32:01 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
re:
!> This is calling aspnet-regiis -lk for 2.0.

Actually, that's calling aspnet_regiis -lk

re:
!> There is no default site and you can see that the root site is registered for 1.1.

Yes but, in spite of that, the "Default Web Site" might be registered to 2.0,
and/or the "Web Sites" might be registered to 2.0.

re:
!> Are you telling me that I would get different results if I had checked this
!> from the MMC plugin? I'd be very surprised if that were the case.

What stops you from opening the IIS Manager and seeing for yourself ?




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:BCECB068-FD4A-49A1-8831-8B564CABC546@microsoft.com...

>I can't confirm that, as I have re-registered all sites with 1.1.
>
> However I do have a command prompt open from before I registered all as 1.1,
> but was recieving the error. It includes the results from a call to
> aspnet-regiis -lk. It reads:
>
> W3SVC/  1.1.4322.2407
> W3SVC/1370742412/root/  1.1.4322.2407
> W3SVC/1453161142/root/  1.1.4322.2407
> W3SVC/2034039847/root/  1.1.4322.2407
> W3SVC/2080259255/root/  1.1.4322.2407
> W3SVC/2116458577/root/  1.1.4322.2407
> W3SVC/370149253/root/   1.1.4322.2407
> W3SVC/384844167/root/   1.1.4322.2407
> W3SVC/891393290/root/   1.1.4322.2407
>
> This is calling aspnet-regiis -lk for 2.0. There is no default site and you
> can see that the root site is registered for 1.1.
>
> Are you telling me that I would get different results if I had checked this
> from the MMC plugin? I'd be very surprised if that were the case. 
Date:Sun, 12 Aug 2007 23:43:08 -0400   Author:  

Re: Latest patch parses 1.1 pages with 2.0   

> Yes but, in spite of that, the "Default Web Site" might be registered to 2.0,
> and/or the "Web Sites" might be registered to 2.0.


There is no default web site. It has been removed. Are you saying that there 
is some other sort of default website? Just to be clear on what I mean, when 
I say default website I mean the website that ships with IIS.


> What stops you from opening the IIS Manager and seeing for yourself ?


Nothing. Did you read my comment where I said:
"I can't confirm that, as I have re-registered all sites with 1.1."

Hence opening the IIS manager shows ... wait for it ... all sites as 1.1.
Date:Sun, 12 Aug 2007 23:44:02 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
re:
!> There is no default web site. It has been removed.
!> Are you saying that there is some other sort of default website?
!> Hence opening the IIS manager shows ... wait for it ... all sites as 1.1.

Maybe we're having a semantics problem...

Notice the attached image.
It shows the IIS Manager's left panel, once you click the plus sign to the left of your computer's name.

Notice that there's a folder named "Web Sites".
Are you saying that you don't have that folder ?

If you do have it, please right-click "Web Sites", select "Properties" and then the "ASP.NET" tab.
Jot down the ASP.NET version the ASP.NET tab reports...and post it.

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.

Regarding having removed the "Default Web Site"...

Do you have anything at drive:\inetpub\wwwroot ?
What happens if you run an aspx file in that directory ?

Please save the following code as "identity.aspx" in drive:\inetpub\wwwroot
....and run it in your browser as http://localhost/identity.aspx

identity.aspx:
-------------------
<%@ Page Language="VB" %>
<%@ Import NameSpace = System.Security.Principal %>
<script runat="server">
    Sub Page_Load()
     Dim tmp As String = WindowsIdentity.GetCurrent.Name()
     Label1.Text = "ASP.NET is running as the account : " & tmp
     Dim tmp2 As String = System.Environment.Version.ToString()
     Label2.Text = "The ASP.NET version is " & tmp2
    End Sub
</script>
<html>
<head>
    <title>What account is ASP.NET running as ?</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
 <asp:Label ID="Label1" Runat="server" Text="Label"></asp:Label><br/>
 <asp:Label ID="Label2" Runat="server" Text="Label"></asp:Label>
    </div>
    </form>
</body>
</html>
-----------

Let us know whether that link runs...and what IIS reports, whether it does run...or not.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:602EC3CB-9D18-484C-85C6-023A682CCD84@microsoft.com...

>> Yes but, in spite of that, the "Default Web Site" might be registered to 2.0,
>> and/or the "Web Sites" might be registered to 2.0.
>
> There is no default web site. It has been removed. Are you saying that there
> is some other sort of default website? Just to be clear on what I mean, when
> I say default website I mean the website that ships with IIS.
>
>> What stops you from opening the IIS Manager and seeing for yourself ?
>
> Nothing. Did you read my comment where I said:
> "I can't confirm that, as I have re-registered all sites with 1.1."
>
> Hence opening the IIS manager shows ... wait for it ... all sites as 1.1. 
Date:Mon, 13 Aug 2007 07:13:49 -0400   Author:  

Re: Latest patch parses 1.1 pages with 2.0   

> If you do have it, please right-click "Web Sites", select "Properties" and 

then 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.
Date:Mon, 13 Aug 2007 19:30:01 -0700   Author:  

Re: Latest patch parses 1.1 pages with 2.0   
re:
!> That doesn't change the fact that there is a serious bug here.

Maybe; maybe not. You could also have a bad install.

Or, you could have a configuration element which you've configured/misconfigured
but now don't have any more access to, for whatever reason.

re:
!> 2.0 is parsing a config file while everything is reporting that 1.1 is the active framework.

How did you "uninstall" the .Net Framework 2.0 ?

I suspect that what you call an "active framework" is simply that you have reconfigured
your sites to run under 1.1, but that the .Net Framework 2.0 is still registered with IIS
and is, therefore, still active.

See below for the instructions to *uninstall* the .Net Framework 2.0

re:
!> I think at this point we have established that 1.1 is the registered framework. Agreed?

Nope. What we have established is that you have a number
of *sites* configured to run under the .Net Framework 1.1.

If you truly have no need for the .Net Framework 2.0, uninstall it by going to
the Windows Control Panel, opening the "Add or Remove Programs" tool,
finding the entry for the .Net Framework 2.0, selecting it and clicking the
"Change/Remove" button.

If you don't want to *physically* uninstall the .Net Framework 2.0, just run

aspnet_regiis -u

from :
drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

That will uninstall the .Net Framework 2.0 from IIS's mappings, but will not delete the Framework's files.
That means that you could, later, reinstall it, but that it will not run under IIS until you reinstall it.

All existing scriptmaps mapped to the .Net Framework 2.0 will be remapped to the
highest remaining version of ASP.NET installed on the machine (1.1 in your case).

Once you've done that, *then* only the .Net Framework 1.1 will be active on that machine.

re:
!> Now I could fix the config file to run happily under 2.0, and then copy your identity.aspx file in.

What you're seeing is not a 2.0-specific feature.
The maxRequestLength default size is the same for both 1.1 and 2.0.

re:
!> maxRequestLength="500000000"

How did you ever end up with that number ?

maxRequestLength indicates the maximum file upload size supported by ASP.NET, in KB.
The default is 4096 (4 MB), both for the .Net Framework 1.1 and 2.0.

What's specified in your config file is that maxrequestLength is 500,000,000 KB = 500 GB!
I don't think you want to have people upload 500GB files to your server.  :-)

Change that to a number which reflects the maximum size file upload you want to support.
If you want to support 8MB file uploads, change it to 8192. If 16MB, change it to 16384.

That will immediately allow you to run the identiy.aspx code I sent you.
Run it and post back the results.

Fiddling with configuration files without knowing what
a parameter does is the easiest way to wreck a server.

I recommend that you study, very carefully, configuration parameters before changing them.

....and don't forget to, at least, run aspnet_regiis -u
from the .Net Framework 2.0 directory, if you truly have no need to run 2.0 code.

Doing that will immediately end the 2.0 file processing you're seeing.





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"David Cameron"  wrote in message 
news:C765420D-55D5-4C0D-8F1C-61676CB625BE@microsoft.com...

>> If you do have it, please right-click "Web Sites", select "Properties" and
> then 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. 
Date:Tue, 14 Aug 2007 06:54:29 -0400   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us