Skip to content

Commit d5715e9

Browse files
Fix the Typo for the startup for asp.net framework
Updated Global.aspx.cs to the startup Global.asax.cs
1 parent b7f6ac0 commit d5715e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/separate-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Be aware that:
5252

5353
To make it easier to change the instrumentation key as the code moves between stages of production, reference the key dynamically in code instead of using a hardcoded or static value.
5454

55-
Set the key in an initialization method, such as `global.aspx.cs`, in an ASP.NET service:
55+
Set the key in an initialization method, such as `global.asax.cs`, in an ASP.NET service:
5656

5757
```csharp
5858
protected void Application_Start()

0 commit comments

Comments
 (0)