* Add note about resolving scoped services during migration
Addresses https://github.com/dotnet/aspnetcore/issues/38326
* Update aspnetcore/migration/50-to-60.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* add external link to Vue
* add external link to Vue
* Update mvc2.md
* Update aspnetcore/introduction-to-aspnet-core.md
* Update aspnetcore/toc.yml
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Fix Remote App Setup method name and HttpModule
It seems that the .Net Upgrade Assistant no longer automatically adds the HttpModule. Regardless, this article doesn't seem to assume the use of that tool, so it should describe all the required pieces.
* Apply suggestions from code review
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
* Update aspnetcore/migration/inc/remote-app-setup.md
* Apply suggestions from code review
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
* Update remote-app-setup.md
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
* Mention required nuget package in remote app doc
I can't find anywhere in the current docs where it says to install this package. Just using the sample code will yield `The name 'SystemWebAdapterConfiguration' does not exist in the current context`
* Apply suggestions from code review
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update with UA VS /1
* work
* work
* work
* work
* work
* Apply suggestions from code review
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
---------
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
* Use xref to reference types in incremental migration
* Fix xref
* fix
* Fix2
* Update aspnetcore/migration/inc/remote-authentication.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/migration/inc/remote-authentication.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/migration/inc/remote-authentication.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* update how to update MVC legacy to Core
* upgrade not migrate /1
* upgrade not migrate /1
* upgrade not migrate /1
* upgrade not migrate /1
* upgrade not migrate /1
* upgrade not migrate /1
* upgrade not migrate /1
* upgrade not migrate /1
* upgrade not migrate /1
* SignalR: Reference shared framework
* Update aspnetcore/signalr/hubs.md
Committing the inline suggestion, and then will update the missing link afterwards.
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Moved 7.0 version up, moved new note to bottom of topics
* Removed dupe.
* added note in 5 more topics, moved latest versions to top where needed
* New include, reduced number of topics, added resources links
* Moved link in migration doc to internal.
* Added description for xref since subsection title not generated
* Removed note from hubcontext, using additional resources link now
* Reduced new section in migration topic per Rick suggestion
* Apply suggestions from code review
Added additional suggestions to link.
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Moved note back to near top of hubs.md all 3 versions per Brennan suggestion
---------
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Add docs and sample code for sharing auth cookies between ASP.NET and ASP.NET Core
* Update aspnetcore/migration/inc/remote-authentication.md
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
* Update aspnetcore/migration/inc/remote-authentication.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/security/cookie-sharing.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/security/cookie-sharing.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update aspnetcore/security/cookie-sharing.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Add details about how users should decide between auth sharing options
* Clarify that auth cookie sharing between ASP.NET and ASP.NET Core allows using cookies but not signing in from both apps.
* Move the last couple ASP.NET Core/ASP.NET Core sharing sections above the now-expanded ASP.NET/ASP.NET Core sharing section.
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Small rearrangement of content in a bulleted list
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>