Commit Graph

18 Commits (6d61eb7d1f057126b754c4680a667b16d111dc90)

Author SHA1 Message Date
Luke Latham 18d1878f00 Trim keywords of keyword metadata
Patch 3
2017-09-21 02:22:29 -05:00
Amo Chumber 498047e6b9 Update apache-proxy.md (#4291)
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.
2017-09-14 08:54:41 -05:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* 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
2017-09-11 20:58:51 -05:00
Scott Addie f6dac646e1 Remove duplicated instances of 'the' (#3893) 2017-08-05 09:54:04 -04:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Tom Dykstra 33cc352805 Restructure deployment toc (#3176) 2017-04-07 13:11:19 -07:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Charlie Chu 46c9b8b513 Fix typo (#2673) 2017-02-06 09:19:59 -10:00
Paul Kim 8806479dc4 Update service file to set WorkingDirectory (#2654)
Since the ASP.NET Core application is run from /etc/systemd/system directory, the working directory is no longer /var/aspnetcore/hellomvc. Update the service file to set WorkingDirectory=/var/aspnetcore/hellomvc so that the program will run. Otherwise, users will get System.IO.FileNotFoundException when using systemd to monitor and run ASP.NET Core application.
2017-02-02 11:40:00 -10:00
Shayne Boyer 801a6d9222 title to sentence case (#2588)
* title to sentence case

* Address comments
2017-01-23 13:15:29 -08:00
Luke Latham c2eef57321 Command line/command-line/command prompt updates (#2284)
Command line/command-line/command prompt updates
2016-12-01 09:15:06 -08:00
secretGeek 935584ea6a fixed bug in linuxproduction systemd service. some other minor changes for consistency, clarity. 2016-11-20 20:01:44 +10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Shayne Boyer 97b965d354 metadata update 2016-11-16 08:38:34 -05:00
Tom Dykstra d4af59f668 migration cleanup for ef mvc series (#2135)
* migration cleanup

* newline for note content per docfx warning

* change code block to blockquote
2016-11-09 19:18:30 -10:00
Tom Dykstra 8063aadf5b remove leftover .rst text and fix note formatting (#2132)
* fix note formatting
2016-11-09 12:32:33 -08:00
Shayne Boyer 76e3d11ce7 Add systemd and security items from Apache to Linux (nginx) doc (#2050)
* remove hex char from metadata

* update metadata on apache doc

* change supervisord for systemd

* add clickjacking content for nginx

* add mime-type sniffing

* fix unicode char -1

* fix2
2016-11-01 08:31:28 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00