G
Guest
Hi all,
I have a 2003 R2 server. When I tried to run a .NET framework 1.1 ASP.NET
application, I am getting the following error message:
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute
'processRequestInApplicationTrust'.
Source Error:
Line 66: </namespaces>
Line 67: </pages>
Line 68: <trust level="WSS_Minimal" originUrl=""
processRequestInApplicationTrust="false"/>
Line 69: <machineKey
validationKey="BA46B67FB93892E81FEB33A886FAB6DAC3B0473F50466269"
decryptionKey="AE3A2638BFA3DE3F920A7479F069EA11453B7D76B52D203B"
validation="SHA1"/>
Line 70: </system.web>
Source File: c:\inetpub\wwwroot\web.config Line: 68
I check my IIS and I have selected the 1.1 framework from the ASP.NET tab.
The 1.1 ASP.NET application runs fine on my 2000 server. Is this a setup
issue?
BTW, I also tried to convert the application to .NET framework 2.0 but I am
getting the following errors from Event Viewer. Not sure whether they are
related.
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1062
Date: 11/3/2006
Time: 3:59:42 AM
User: N/A
Computer: BIZTALKDEV1
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.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
I have a 2003 R2 server. When I tried to run a .NET framework 1.1 ASP.NET
application, I am getting the following error message:
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute
'processRequestInApplicationTrust'.
Source Error:
Line 66: </namespaces>
Line 67: </pages>
Line 68: <trust level="WSS_Minimal" originUrl=""
processRequestInApplicationTrust="false"/>
Line 69: <machineKey
validationKey="BA46B67FB93892E81FEB33A886FAB6DAC3B0473F50466269"
decryptionKey="AE3A2638BFA3DE3F920A7479F069EA11453B7D76B52D203B"
validation="SHA1"/>
Line 70: </system.web>
Source File: c:\inetpub\wwwroot\web.config Line: 68
I check my IIS and I have selected the 1.1 framework from the ASP.NET tab.
The 1.1 ASP.NET application runs fine on my 2000 server. Is this a setup
issue?
BTW, I also tried to convert the application to .NET framework 2.0 but I am
getting the following errors from Event Viewer. Not sure whether they are
related.
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1062
Date: 11/3/2006
Time: 3:59:42 AM
User: N/A
Computer: BIZTALKDEV1
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.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.