Skip to content

Commit 1fdfaea

Browse files
authored
Merge pull request #107899 from abhinavgalodha/patch-1
Fix the Typo for the startup for asp.net framework
2 parents d9b60d7 + d5715e9 commit 1fdfaea

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)