-
Notifications
You must be signed in to change notification settings - Fork 1k
/
.openpublishing.redirection.developer.json
5789 lines (5789 loc) · 281 KB
/
.openpublishing.redirection.developer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"redirections": [
{
"source_path": "support/host-integration-server/welcome-host-integration-server.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/welcome-host-integration-server",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/no-template-visual-studio-2013.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/app-integration/no-template-visual-studio-2013",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/invokable-transaction-program-registry-locations.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/app-integration/invokable-transaction-program-registry-locations",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/access-violations-cancel-query.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/data-integration/access-violations-cancel-query",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/configure-data-sources.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/data-integration/configure-data-sources",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/creating-linked-server-db2.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/data-integration/creating-linked-server-db2",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/error-insert-data-ibm-db2-database.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/data-integration/error-insert-data-ibm-db2-database",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/maximum-number-statements-reach.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/data-integration/maximum-number-statements-reach",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/storing-db2-connection-strings.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/data-integration/storing-db2-connection-strings",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/change-enterprise-sso-service-account.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/setup-configuration/change-enterprise-sso-service-account",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/troubleshoot-event-23-warning.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/network-integration/troubleshoot-event-23-warning",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/troubleshoot-event-230-warning.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/network-integration/troubleshoot-event-230-warning",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/sna-lu6-2-resync-tp-fails-start.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/network-integration/sna-lu6-2-resync-tp-fails-start",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/sna-manager-version-combination.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/network-integration/sna-manager-version-combination",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/unable-stop-start-connections-service.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/network-integration/unable-stop-start-connections-service",
"redirect_document_id": true
},
{
"source_path": "support/host-integration-server/use-session-request-types-control-access.md",
"redirect_url": "/troubleshoot/developer/host-integration-server/network-integration/use-session-request-types-control-access",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/999-acknowledgments-hipaa-5010.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/999-acknowledgments-hipaa-5010",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/adta03-file-biztalk-accelerator-hl7.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/adta03-file-biztalk-accelerator-hl7",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/call-hl7-pipelines-orchestration-fail.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/call-hl7-pipelines-orchestration-fail",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-edias2-runtime-feature-fails.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/biztalk-edias2-runtime-feature-fails",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/fail-install-security-post-2871997-update.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/fail-install-security-post-2871997-update",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/isa16-cannot-part-payload.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/isa16-cannot-part-payload",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/messagestolob-messagecontent-btarn.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/messagestolob-messagecontent-btarn",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/override-edi-header-values.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/override-edi-header-values",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/send-edi-interchange.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/send-edi-interchange",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/segment-terminator-x12-encoded-interchange.md",
"redirect_url": "/troubleshoot/developer/biztalk/accelerators/segment-terminator-x12-encoded-interchange",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/adapter-mqseries-cannot-retrieves-messages.md",
"redirect_url": "/troubleshoot/developer/biztalk/adapter/adapter-mqseries-cannot-retrieves-messages",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-adapter-tibco-ems-text-message-type.md",
"redirect_url": "/troubleshoot/developer/biztalk/adapter/biztalk-adapter-tibco-ems-text-message-type",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-adapter-trace-utility.md",
"redirect_url": "/troubleshoot/developer/biztalk/adapter/biztalk-adapter-trace-utility",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/http-error-biztalk-sharepoint-adapter.md",
"redirect_url": "/troubleshoot/developer/biztalk/adapter/http-error-biztalk-sharepoint-adapter",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/file-system-in-biztralk-server.md",
"redirect_url": "/troubleshoot/developer/biztalk/adapter/file-system-in-biztralk-server",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-server-supportability-on-vm.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/biztalk-server-supportability-on-vm",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/sql-server-agent-jobs-biztalk.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/sql-server-agent-jobs-biztalk",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-default-whitespace-behavior.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/biztalk-default-whitespace-behavior",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/cannot-configure-biztalk-server.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/cannot-configure-biztalk-server",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/availability-for-mqsagent-com-plus.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/availability-for-mqsagent-com-plus",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-host-instance-cannot-start.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/biztalk-host-instance-cannot-start",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-hotfixes-cumulative-update.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/biztalk-hotfixes-cumulative-update",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-message-queuing-configuration.md",
"redirect_url": "/troubleshoot/developer/biztalk/setup-config/biztalk-message-queuing-configuration",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/add-generated-items-not-generate-xsd.md",
"redirect_url": "/troubleshoot/developer/biztalk/dev-deploy/add-generated-items-not-generate-xsd",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/build-failed-error-when-you-use-64-bit-version.md",
"redirect_url": "/troubleshoot/developer/biztalk/dev-deploy/build-failed-error-when-you-use-64-bit-version",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/change-scripting-function-boolean-parameter.md",
"redirect_url": "/troubleshoot/developer/biztalk/dev-deploy/change-scripting-function-boolean-parameter",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/systems-sql-server-biztalk.md",
"redirect_url": "/troubleshoot/developer/biztalk/dev-deploy/systems-sql-server-biztalk",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/upgrading-not-upgrade-enterprise-sso.md",
"redirect_url": "/troubleshoot/developer/biztalk/entsso/upgrading-not-upgrade-enterprise-sso",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/call-into-pipelineobjects-fails.md",
"redirect_url": "/troubleshoot/developer/biztalk/esb-toolkit/call-into-pipelineobjects-fails",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/esb-configuration-fails.md",
"redirect_url": "/troubleshoot/developer/biztalk/esb-toolkit/esb-configuration-fails",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalk-explorer-operations-fails.md",
"redirect_url": "/troubleshoot/developer/biztalk/management-operations/biztalk-explorer-operations-fails",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/biztalkmsgboxdb-connection-issue.md",
"redirect_url": "/troubleshoot/developer/biztalk/management-operations/biztalkmsgboxdb-connection-issue",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/common-issues-resolutions-biztalk.md",
"redirect_url": "/troubleshoot/developer/biztalk/management-operations/common-issues-resolutions-biztalk",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/maintain-troubleshoot-database.md",
"redirect_url": "/troubleshoot/developer/biztalk/management-operations/maintain-troubleshoot-database",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/time-out-expired-error-when-you-use-uddi-tool.md",
"redirect_url": "/troubleshoot/developer/biztalk/management-operations/time-out-expired-error-when-you-use-uddi-tool",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/tracking-profiles-global-tracking-enabled.md",
"redirect_url": "/troubleshoot/developer/biztalk/management-operations/tracking-profiles-global-tracking-enabled",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/known-issues-biztalk-server-2013.md",
"redirect_url": "/troubleshoot/developer/biztalk/performance/known-issues-biztalk-server-2013",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/error-message-application-log-server.md",
"redirect_url": "/troubleshoot/developer/biztalk/performance/error-message-application-log-server",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/high-cpu-execute-bre-policy.md",
"redirect_url": "/troubleshoot/developer/biztalk/performance/high-cpu-execute-bre-policy",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/troubleshoot-memory-leak.md",
"redirect_url": "/troubleshoot/developer/biztalk/performance/troubleshoot-memory-leak",
"redirect_document_id": true
},
{
"source_path": "support/biztalk/welcome-biztalk-server.md",
"redirect_url": "/troubleshoot/developer/biztalk/welcome-biztalk-server",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/format-datetime-values-xml-dataset.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/active-server-pages/format-datetime-values-xml-dataset",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/aspnet-35-aspnet-2-not-work.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/aspnet-35-aspnet-2-not-work",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/cannot-debug-application.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/cannot-debug-application",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/fail-write-event-log.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/fail-write-event-log",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/cache-trimming-occurs.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/cache-trimming-occurs",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/asp-com-objects-fail-to-print.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/asp-com-objects-fail-to-print",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/code-behind-model.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/code-behind-model",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/build-cascading-drop-down-list.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/build-cascading-drop-down-list",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/custom-error-reporting-page.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/custom-error-reporting-page",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/datagrid-control-display-incorrectly.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/datagrid-control-display-incorrectly",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/disable-asp-session-state.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/disable-asp-session-state",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/http-modules-handlers.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/http-modules-handlers",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/inline-expressions.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/inline-expressions",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/application-directory-configuration.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/application-directory-configuration",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/mvc-installation-failed.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/mvc-installation-failed",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/mvc-nuget-missing.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/mvc-nuget-missing",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/perform-fragment-caching.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/perform-fragment-caching",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/permissions-connect-a-remote-access-database.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/permissions-connect-a-remote-access-database",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/register-assembly-webform-custom-control.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/register-assembly-webform-custom-control",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/servervariables-logon-user-return-empty.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/servervariables-logon-user-return-empty",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/response-filterer-post-cache-not-compatible.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/response-filterer-post-cache-not-compatible",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/security-overview.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/security-overview",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/server-controls.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/server-controls",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/set-current-culture.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/set-current-culture",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/session-data-lost-inproc-mode.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/session-data-lost-inproc-mode",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/spawn-process-under-impersonated-user.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/spawn-process-under-impersonated-user",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/support-lifecycle-web-stack.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/support-lifecycle-web-stack",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/tilde-notation-maps-original-url.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/tilde-notation-maps-original-url",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/threadabortexception-occurs-you-use-response-end.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/threadabortexception-occurs-you-use-response-end",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/cannot-use-session-state-server.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/cannot-use-session-state-server",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/upload-file-to-web-site.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/upload-file-to-web-site",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/use-app-resx-create-web-app.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/use-app-resx-create-web-app",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/forms-based-authentication.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/forms-based-authentication",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/code-behind-class-files.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/code-behind-class-files",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/write-binary-files-browser-csharp.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/write-binary-files-browser-csharp",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/write-binary-files-browser-vb.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/write-binary-files-browser-vb",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/configure-sql-store-session-state.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/configure-sql-store-session-state",
"redirect_document_id": false
},
{
"source_path": "support/aspnet/disable-debugging-application.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/disable-debugging-application",
"redirect_document_id": false
},
{
"source_path": "support/aspnet/edit-web-config.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/edit-web-config",
"redirect_document_id": false
},
{
"source_path": "support/aspnet/implement-impersonation.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/development/implement-impersonation",
"redirect_document_id": false
},
{
"source_path": "support/aspnet/create-web-config.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/health-diagnostic-performance/create-web-config",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/iis-and-aspnet-diagnostic.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/health-diagnostic-performance/iis-and-aspnet-diagnostic",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/performance-call-web-service.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/health-diagnostic-performance/performance-call-web-service",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/troubleshoot-outofmemoryexception.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/health-diagnostic-performance/troubleshoot-outofmemoryexception",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/troubleshooting-view-state-is-invalid-error.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/health-diagnostic-performance/troubleshooting-view-state-is-invalid-error",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/disable-documentation-protocol.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/iisadmin-service-process/disable-documentation-protocol",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/application-fail-ssl-web.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/application-fail-ssl-web",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/error-executing-child-request.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/error-executing-child-request",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/system-security-securityexception.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/system-security-securityexception",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/request-timed-out-dataadapter.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/request-timed-out-dataadapter",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/debug-mode-applications.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/debug-mode-applications",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/error-logging-http-apis.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/error-logging-http-apis",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/exceptions-cause-apps-quit.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/exceptions-cause-apps-quit",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/filenotfindexception-call-web-service.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/filenotfindexception-call-web-service",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/state-server-event-1072-1076.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/state-server-event-1072-1076",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/high-memory-level.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/high-memory-level",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/system-threading-threadabortexception.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/system-threading-threadabortexception",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/uninstallation-wow64-support-component-fails.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/site-behavior-performance/uninstallation-wow64-support-component-fails",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/exclude-folders-antivirus-scanning.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/www-administration-management/exclude-folders-antivirus-scanning",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/back-up-configuration-files.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/www-administration-management/back-up-configuration-files",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/install-aspnet-45-windows-8-server-2012.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/www-administration-management/install-aspnet-45-windows-8-server-2012",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/restrict-users-access-web-resource.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/www-administration-management/restrict-users-access-web-resource",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/authorization-permissions.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/www-authentication-authorization/authorization-permissions",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/troubleshoot-permissions-security-issues.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/www-authentication-authorization/troubleshoot-permissions-security-issues",
"redirect_document_id": true
},
{
"source_path": "support/aspnet/applicationpoolidentity-write-app-data.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnet/www-authentication-authorization/applicationpoolidentity-write-app-data",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/1-1-creating-vm.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/1-1-creating-vm",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/1-2-linux-special-directories-users-package-managers.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/1-2-linux-special-directories-users-package-managers",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/1-3-install-dotnet-core-linux.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/1-3-install-dotnet-core-linux",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-1-create-configure-aspnet-core-applications.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-1-create-configure-aspnet-core-applications",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-2-install-nginx-configure-it-reverse-proxy.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-2-install-nginx-configure-it-reverse-proxy",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-3-1-configure-aspnet-core-application-start-automatically.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-3-1-configure-aspnet-core-application-start-automatically",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-3-configure-aspnet-core-application-start-automatically.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-3-configure-aspnet-core-application-start-automatically",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-4-use-local-firewall-allowing-http-access.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-4-use-local-firewall-allowing-http-access",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-5-copy-file-linux-vm-extract-file.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-5-copy-file-linux-vm-extract-file",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-6-run-two-aspnetcore-applications-same-time.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-6-run-two-aspnetcore-applications-same-time",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/2-7-configure-second-nginx-site-hostname.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/2-7-configure-second-nginx-site-hostname ",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/3-1-get-ready-troubleshooting.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/3-1-get-ready-troubleshooting",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/3-2-task-managers-top-htop.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/3-2-task-managers-top-htop",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/3-3-debuggers-collect-core-dumps.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/3-3-debuggers-collect-core-dumps",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-1-1-reproduce-troubleshoot.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-1-1-reproduce-troubleshoot",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-1-2-analyze-core-dumps-lldb-debugger.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-1-2-analyze-core-dumps-lldb-debugger",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-1-3-capture-core-crash-dumps.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-1-3-capture-core-crash-dumps",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-2-1-capture-dumps-createdump.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-2-1-capture-dumps-createdump",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-2-2-capture-dumps-procdump.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-2-2-capture-dumps-procdump",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-3-troubleshoot-crash-gc-issues-dotnet-dump.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-3-troubleshoot-crash-gc-issues-dotnet-dump",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-4-1-analyze-core-dumps-another-machine-copy-file.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-4-1-analyze-core-dumps-another-machine-copy-file",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-4-2-analyze-core-dumps-another-machine-wsl.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-4-2-analyze-core-dumps-another-machine-wsl",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/lab-4-3-analyze-core-dumps-another-machine-docker.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/lab-4-3-analyze-core-dumps-another-machine-docker",
"redirect_document_id": true
},
{
"source_path": "support/aspnetcore/introduction.md",
"redirect_url": "/troubleshoot/developer/webapps/aspnetcore/practice-troubleshoot-linux/introduction",
"redirect_document_id": true
},
{
"source_path": "support/iis/cannot-create-object-asp-applications-run.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/cannot-create-object-asp-applications-run",
"redirect_document_id": true
},
{
"source_path": "support/iis/create-guids-asp.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/create-guids-asp",
"redirect_document_id": true
},
{
"source_path": "support/iis/display-images-stored-blob-field.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/display-images-stored-blob-field",
"redirect_document_id": true
},
{
"source_path": "support/iis/server-object-error-asp-0178-occurs.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/server-object-error-asp-0178-occurs",
"redirect_document_id": true
},
{
"source_path": "support/iis/read-and-display-binary-data-serverxmlhttp.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/read-and-display-binary-data-serverxmlhttp",
"redirect_document_id": true
},
{
"source_path": "support/iis/run-sql-server-stored-procedures-asp-page.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/run-sql-server-stored-procedures-asp-page",
"redirect_document_id": true
},
{
"source_path": "support/iis/set-asp-locale-id-browser-language.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/set-asp-locale-id-browser-language",
"redirect_document_id": true
},
{
"source_path": "support/iis/vbscript-type-mismatch-error.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/vbscript-type-mismatch-error",
"redirect_document_id": true
},
{
"source_path": "support/iis/xmlhttprequest-setrequestheader-method-cookies.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/active-server-pages/xmlhttprequest-setrequestheader-method-cookies",
"redirect_document_id": true
},
{
"source_path": "support/iis/affinity-not-honored-ssl-common-names-arr.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/application-request-routing/affinity-not-honored-ssl-common-names-arr",
"redirect_document_id": true
},
{
"source_path": "support/iis/add-http-response-header-web-site.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/add-http-response-header-web-site",
"redirect_document_id": true
},
{
"source_path": "support/iis/assign-certificate-private-key.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/assign-certificate-private-key",
"redirect_document_id": true
},
{
"source_path": "support/iis/duplicate-aspnet-events.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/duplicate-aspnet-events",
"redirect_document_id": true
},
{
"source_path": "support/iis/cookie-unavailable-ihttpmodules-ihttphandler.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/cookie-unavailable-ihttpmodules-ihttphandler",
"redirect_document_id": true
},
{
"source_path": "support/iis/error-0x80004005-register-webclass-dll.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/error-0x80004005-register-webclass-dll",
"redirect_document_id": true
},
{
"source_path": "support/iis/upload-to-webdav-directory-fails.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/upload-to-webdav-directory-fails",
"redirect_document_id": true
},
{
"source_path": "support/iis/403-6-forbidden-error.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/403-6-forbidden-error",
"redirect_document_id": true
},
{
"source_path": "support/iis/make-get-request.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/development/make-get-request",
"redirect_document_id": true
},
{
"source_path": "support/iis/cannot-use-web-deploy.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/deployment-migration/cannot-use-web-deploy",
"redirect_document_id": true
},
{
"source_path": "support/iis/web-deploy-error-non-admin-user.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/deployment-migration/web-deploy-error-non-admin-user",
"redirect_document_id": true
},
{
"source_path": "support/iis/webdeploy-publishing-endpoint-wap.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/deployment-migration/webdeploy-publishing-endpoint-wap",
"redirect_document_id": true
},
{
"source_path": "support/iis/ftp-authorization-rules-not-inherited.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/ftp-authentication-authorization/ftp-authorization-rules-not-inherited",
"redirect_document_id": true
},
{
"source_path": "support/iis/error-530-anonymous-ftp-sites.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/ftp-authentication-authorization/error-530-anonymous-ftp-sites",
"redirect_document_id": true
},
{
"source_path": "support/iis/how-to-use-ftp-utility.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/ftp-authentication-authorization/how-to-use-ftp-utility",
"redirect_document_id": true
},
{
"source_path": "support/iis/changes-in-ftp-7-5.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/ftp-service-svchost-inetinfo/changes-in-ftp-7-5",
"redirect_document_id": true
},
{
"source_path": "support/iis/ftp-download-session-fails.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/ftp-service-svchost-inetinfo/ftp-download-session-fails",
"redirect_document_id": true
},
{
"source_path": "support/iis/error-create-ftp-site.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/ftp-service-svchost-inetinfo/error-create-ftp-site",
"redirect_document_id": true
},
{
"source_path": "support/iis/ftp-status-codes-iis-7-and-later-versions.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/ftp-service-svchost-inetinfo/ftp-status-codes-iis-7-and-later-versions",
"redirect_document_id": true
},
{
"source_path": "support/iis/expression-web-faq.yml",
"redirect_url": "/troubleshoot/developer/webapps/iis/general/expression-web-faq",
"redirect_document_id": true
},
{
"source_path": "support/iis/asp-support-windows.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/general/asp-support-windows",
"redirect_document_id": true
},
{
"source_path": "support/iis/use-registry-keys.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/general/use-registry-keys",
"redirect_document_id": true
},
{
"source_path": "support/iis/customize-iis-log-file-field-names.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/general/customize-iis-log-file-field-names",
"redirect_document_id": true
},
{
"source_path": "support/iis/express-not-supported-production-environment.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/general/express-not-supported-production-environment",
"redirect_document_id": true
},
{
"source_path": "support/iis/instances-httpsys-not-cache.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/general/instances-httpsys-not-cache",
"redirect_document_id": true
},
{
"source_path": "support/iis/users-cannot-access-web-sites-when-log-full.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/general/users-cannot-access-web-sites-when-log-full",
"redirect_document_id": true
},
{
"source_path": "support/iis/application-pool-exceed-time-limits.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/application-pool-exceed-time-limits",
"redirect_document_id": true
},
{
"source_path": "support/iis/data-collection-strategies.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/data-collection-strategies",
"redirect_document_id": true
},
{
"source_path": "support/iis/debugdiag-collected-information.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/debugdiag-collected-information",
"redirect_document_id": true
},
{
"source_path": "support/iis/enable-schannel-event-logging.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/enable-schannel-event-logging",
"redirect_document_id": true
},
{
"source_path": "support/iis/etw-log-diagnostic.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/etw-log-diagnostic",
"redirect_document_id": true
},
{
"source_path": "support/iis/hidden-static-files-http-404-access-denied.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/hidden-static-files-http-404-access-denied",
"redirect_document_id": true
},
{
"source_path": "support/iis/clm-http-bad-request.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/clm-http-bad-request",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-error-403-404-frx-webport.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-403-404-frx-webport",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-403-14-forbidden-webpage.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-403-14-forbidden-webpage",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-403-forbidden-access-website.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-403-forbidden-access-website",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-error-403-7-forbidden-web-app.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-403-7-forbidden-web-app",
"redirect_document_id": true
},
{
"source_path": "support/iis/troubleshoot-404-file-not-found-error.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/troubleshoot-404-file-not-found-error",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-404-13-website.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-404-13-website",
"redirect_document_id": true
},
{
"source_path": "support/iis/error-message-you-visit-web-site.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/error-message-you-visit-web-site",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-error-405-website.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-405-website",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-error-500-19-webpage.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-500-19-webpage",
"redirect_document_id": true
},
{
"source_path": "support/iis/http-error-501-not-implemented.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-501-not-implemented",
"redirect_document_id": true
},
{
"source_path": "support/iis/error-503-event-5189-web-application.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/error-503-event-5189-web-application",
"redirect_document_id": true
},
{
"source_path": "support/iis/iis-logs-contain-dots.md",
"redirect_url": "/troubleshoot/developer/webapps/iis/health-diagnostic-performance/iis-logs-contain-dots",