A
alien2_51
We have a production server running 1.0 ASP.NET apps, the aspnet_wp process
runs under the system account, we installed the redistributable framework
1.1 package and the apps fail with this error.
Access denied to 'E:\InetPub\mncapp\CustomerRelations\'. Failed to start
monitoring file changes.
Curiously at the bottom of the stack trace was this..
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573.
I would have expected it to be version 1.0.3705.. So this sheds light on the
access denied error, the 1.0 app is now being run under the 1.1 after the
redistributable installation, this is because I have not yet changed the
processmodel section of the machine config for 1.1 version of framework the
aspnet_wp will still be running under the machine account, which does not
have access to the application directory.
My Questions:
Is it possible to have 1.0 IL jit-ted to run under the 1.1 framework, reason
I ask this is the redistributable alters the current config of 1.0 apps to
run under 1.1...?
If I'm running a 1.0 ASP.NET app and a 1.1 ASP.NET app on the same machine
will I have two aspnet_wp's running simultaneously...?
How do I setup a virtual directory to run under a particular version of the
framework...?
TIA..
runs under the system account, we installed the redistributable framework
1.1 package and the apps fail with this error.
Access denied to 'E:\InetPub\mncapp\CustomerRelations\'. Failed to start
monitoring file changes.
Curiously at the bottom of the stack trace was this..
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573.
I would have expected it to be version 1.0.3705.. So this sheds light on the
access denied error, the 1.0 app is now being run under the 1.1 after the
redistributable installation, this is because I have not yet changed the
processmodel section of the machine config for 1.1 version of framework the
aspnet_wp will still be running under the machine account, which does not
have access to the application directory.
My Questions:
Is it possible to have 1.0 IL jit-ted to run under the 1.1 framework, reason
I ask this is the redistributable alters the current config of 1.0 apps to
run under 1.1...?
If I'm running a 1.0 ASP.NET app and a 1.1 ASP.NET app on the same machine
will I have two aspnet_wp's running simultaneously...?
How do I setup a virtual directory to run under a particular version of the
framework...?
TIA..