* Add ASP.NET Core 2 features to Identity Configuration.
Fixed typo with ASP.NET Core 1 Cookie Name.
* Make things more clear and call out the specific options.
* Fix wording, spacing, typo on folder name. Display 1.x snippets with more context
* Fix typo
* Move properties and call out ASP.NET Core 1.x ones.
* Update SDK install info/script for Nano Server tutorial
Fixes#4233
I use the word "fixes" lightly, since I know this works in my AppVeyor
script but haven't actually done it on a real Nano Server.
* Update script link
* Small language fix
* Update StartupCopy.cs
This property CookieName is obsolete and will be removed in a future version. The recommended alternative is Cookie.Name.
* Remove appsettings.json
* Use 'nameof' to replace string literal
* Remove unnecessary XML nodes
The existing code sample implies that the user can access the result of the action method in `context.Result`, but that is not the case. User needs to capture the result of the `next` delegate in order to access this info.
The example systemd unit file causes an error if copied directly and used as is (which a lot of first time users likely will).
Although the example service will run it will cause a systemd error because comments in systemd unit files need to be on a newline. In this case I've moved the comment to the line above. Now when you do `systemctl status kestrel-hellomvc.service` you won't see an error in the output.
* Updates to Razor Pages intro doc
* More updates
* Remove @functions conversion reference
* Remove all @functions references and code
* Change code snippet type to cshtml
The link to IdentityServer4 is now https://identityserver4.readthedocs.io/en/release/, but it would be better to direct to the root path so if languages are added, they will automatically get redirected to.
* Update adding-model.md
Error is raised when Install-Package command is run when package already exists in project. Provided details for how to check if package is already installed.
* Minor edits
* Create mvc2.md
Added temp file to house doc requested in #3809
* Initial outline of document
* Added Note for Special Tooling (VS 2017 Preview 3)
Will remove when Preview 3 is updated into Release
* Added Porting Link
* Added Core DI Sample
* added DI Section
* Added Storing Configuration Settings Section
* Adding Custom Settings samples
* part of static content
* static content section
* .net standard section
* Adding Edit in VS 2017 Image
* Samples for Startup
* startup and csproj section
* update image reference
* Updates to Migration Doc
changes per @scottaddie
* Final round of changes
Please review
* Edits
* Fix invalid xref link
* More edits
* More edits
* More edits
* More edits
* More edits
* More edits
* Move Content to different directory
* Update Code Sample Links
* change sample location
* ::
* Update Sample Filenames
* Minor edit
* Remove extra space
* More edits
* Move Static Folder
* update reference to image
* Update mvc2.md
* Minor tweaks
* Changes to sample file
* Change copy for Configuration Section
* Fix code formatting
* Remove extra line feed
* Remove extra line feed
* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder
* Take out locality references in urls:
* change MSDN urls to docs.microsoft if possible
* Update aspnet-core-module.md
* Update iis.md
* Remove localization from external links
* Changes to split out the ASP.NET Core 2 Identity cofig from ASP.NET Core 1.
* Fix problem with number rendering
Show differences between ASP.NET Core 1.x and 2.x config.
* Fix extra spaces
Add snippet_ prefix to regions
* Correct what UseAuthentication does.
* Update snippet regions with snippet_ prefix.