asp.net - How do disable .net framework 3.5 on IIS 6 -


Is there any qualification for the asp.net site to disable .NET 3.5 on IIS 6? I have only one application (pure 2.0) which is not working with .NET 3.5 on the server, has been dropped:

Attempted to read or write secure storage It is often an indication that other memory is contaminated.

Description: An uncontrolled exception occurred during the execution of existing web requests. For more information about the error, review the stack trace and where the code originated.

Exception description: System.AccessViolationException: Attempted to read or write protected memory is often an indication that other memory is corrupted.

Thanks in advance.

Please post the full exception. In addition, unsuccessful application one. Is Net 3.5 Application? There is no "idle" in IIS because .NET 3.5 uses .NET 2.0 CLR, such as .NET 2.0 and 3.0. The .NET 3.5 service pack installs.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -