AspNetDocs
AspNetDocs copied to clipboard
Documentation for ASP.NET 4.x
Use this issue to report problems with the [Microsoft Ajax Content Delivery Network](https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview)
Several pages in the [Getting Started with ASP.NET 4.5 Web Forms and Visual Studio 2017](https://docs.microsoft.com/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms) tutorial have a [Download Wingtip Toys Sample Project (C#)](https://go.microsoft.com/fwlink/?LinkID=389434&clcid=0x409) link, which appears to be broken....
# The project as is does not compile - It is missing solution file - I can update the project/solution to 4.7.2 - I can convert the controllers action methods...
https://github.com/aspnet/AspNetKatana/issues/473 and document on how `Microsoft.Owin.Host.SystemWeb` register the `OwinHttpModle` [Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-middleware-in-the-iis-integrated-pipeline?branch=pr-en-us-780#how-owin-middleware-executes-in-the-iis-integrated-pipeline)
All pluralsight video links on [MVC Video Training from Pluralsight](https://learn.microsoft.com/en-us/aspnet/mvc/pluralsight) are broken. The pages cannot be found on pluralsight web sites. Examples; - [Introduction and Prerequisites](https://pluralsight.com/training/Player?author=scott-allen&name=aspdotnet-mvc5-fundamentals-m1-introduction&mode=live&clip=0&course=aspdotnet-mvc5-fundamentals) - [OWIN and Katana](https://pluralsight.com/training/Player?author=scott-allen&name=aspdotnet-mvc5-fundamentals-m2-katana&mode=live&clip=0&course=aspdotnet-mvc5-fundamentals)...
At [Dependency Resolution with the Unity Container](https://learn.microsoft.com/en-us/aspnet/web-api/overview/advanced/dependency-injection#dependency-resolution-with-the-unity-container) there are some packages as suggestions for dependency injection implementation. This PR intends to add the package [Simple Injector](https://simpleinjector.org/) as a new suggestion...
The following blog post link on line [59](https://github.com/dotnet/AspNetDocs/blob/40dadb9d0bc36de1087802db1254e1c03f3f46fb/aspnet/web-api/overview/formats-and-model-binding/model-validation-in-aspnet-web-api.md?plain=1#L59) is broken: [Input Validation vs. Model Validation in ASP.NET MVC](https://bradwilson.typepad.com/blog/2010/01/input-validation-vs-model-validation-in-aspnet-mvc.html). Maybe @bradwilson could help provide a new link. I couldn't find any...