Skip to content

Commit b9347c6

Browse files
committed
Applying corrections according to suggestions
1 parent adfd46c commit b9347c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdi/get-data-in/application/otel-dotnet/troubleshooting/common-dotnet-troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ To resolve this issue, :ref:`install the .NET instrumentation using the NuGet pa
245245
246246
Alternatively, you can update to the latest version of .NET, as this reduces the likelihood of dependency version conflicts.
247247
248-
IIS - Assembly Grant Set Issue
248+
Fixing Assembly Permissions IIS - Grant Set Issue
249249
======================================
250250
251251
When using the .NET Framework with an IIS-hosted application, you might encounter crashes with an event similar to the following:
@@ -256,7 +256,7 @@ When using the .NET Framework with an IIS-hosted application, you might encounte
256256
[Message] "Loading this assembly would produce a different grant set from other instances."
257257
258258
To resolve this issue, create a new ``DWARD`` value called ``LoaderOptimization`` and set its value to ``1`` under the registry key ``HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework``.
259-
This allows different versions of the same application to load into different domains, though it may increase CPU and memory usage.
259+
This allows different versions of the same application to load into different domains, though it might increase CPU and memory usage.
260260
261261
Uninstall the instrumentation
262262
======================================

0 commit comments

Comments
 (0)