Shayne Boyer
5bf976f7fe
LF issues
2017-02-03 11:20:34 -05: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
cb1cc9906d
Merge pull request #2653 from kimbaudi/patch-1
...
Update service file to set WorkingDirectory
2017-02-02 12:02:29 -05:00
Rick Anderson
78ed0aa594
VS17 RC install instructions ( #2655 )
...
* VS17 RC install instructions
* Update start-mvc.md
* Update start-mvc.md
* Update start-mvc.md
2017-02-02 06:38:32 -08:00
rhires
80aee95a68
"takes part in" -> occurs ( #2652 )
2017-02-01 19:04:51 -10:00
Paul Kim
cf3162922e
Update service file to set WorkingDirectory
...
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-01 18:15:39 -08:00
Luke Latham
7d0d9da8f0
Fix links and anchors ( #2639 )
...
* Update app-state.md
* Update dependency-injection.md
* Update aspnet-core-module.md
* Update http-modules.md
* Update other-logins.md
* The Walther blog post is gone
* Update cors.md
* Update context-headers.md
* Update subkeyderivation.md
* Update index.md
* Update app-state.md
* Update dependency-injection.md
* Update routing.md
* Update mvc.md
* Update testing.md
* Update razor.md
* Update memory.md
* Update cors.md
* Update iis.md
* Update integration-testing.md
* Update index.md
* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Luke Latham
8a10c9800d
Add OnPrepareResponse option w/resp header to static files doc ( #2640 )
...
* Create StartupAddHeader.cs
* Add files via upload
* Update static-files.md
* Update static-files.md
* Update StartupBrowse.cs
* Update StartupServeUnknownFileTypes.cs
* Update StartupStaticFiles.cs
* Update StartupTwoStaticFiles.cs
* Update StartupUseFileServer.cs
* Update static-files.md
2017-02-01 14:26:26 -10:00
Tom Dykstra
341f7e25a4
expand tutorials coverage in tutorials/index.md ( #2557 )
...
* expand tutorials coverage
* fix ef core URLs
* reorg web apps section, remove external site text
* remove external site text
2017-02-01 13:45:15 -10:00
Hristo Kostov
0e63c8b646
Update startup.md ( #2642 )
...
Add `IApplicationLifetime` to the list of services that may be requested by the `Configure` method
2017-02-01 11:26:34 -10:00
Grazia Cimino
6ee7b28677
Fix with automatic Post ( #2638 )
2017-01-31 15:42:19 -10:00
Rick Anderson
1fb02b9960
typo ( #2634 )
...
Add an optional extended description…
2017-01-30 22:15:09 -09:00
Steve Smith
147a86b609
Moving from previous PR ( #2635 )
2017-01-30 22:14:17 -09:00
Rick Anderson
489cdf8aa1
non-validation attributes localized ( #2565 )
...
* non-validation attributes localized
* Update localization.md
2017-01-30 16:15:06 -09:00
Yann Crumeyrolle
1872986da0
Update subkeyderivation.md ( #2537 )
...
Fix `nounce` to `nonce`
2017-01-30 14:12:38 -09:00
Luke Latham
e188fd1d82
Add note on case sensitive view lookups ( #2622 )
2017-01-30 14:10:41 -09:00
Luke Latham
26c5c7d8f1
Hosting docs update ( #2624 )
...
* Delete web.config (no longer used in doc)
* Update aspnet-core-module.md
* Update directory-structure.md
* Update aspnet-core-module.md
* Update index.md
* Update servicing.md
* Update toc.md
* Update index.md
2017-01-30 13:38:32 -09:00
Tom Dykstra
05d366bc4a
fix typo ( #2626 )
2017-01-30 13:37:52 -09:00
Jie RONG
6e6ad45c27
update identity.md by adding missing \ ( #2627 )
2017-01-30 13:37:24 -09:00
Jie RONG
de29ba345c
Update default-settings.md ( #2629 )
2017-01-30 13:36:40 -09:00
Luke Latham
6d7e4b10ff
Testing doc update ( #2631 )
...
* Update index.md
* Update integration-testing.md
* Update integration-testing.md
2017-01-30 13:35:53 -09:00
Dave Brock
550bd05b85
Changed to reflect current OAuth Facebook registration steps ( #2621 )
...
* Minor changes with Facebook registration process.
* More changes
* added "and" back in per @guardrex
* Updates based on feedback.
2017-01-30 14:05:11 -08:00
Jonathan Harrison
507d136c5c
Displaying HTML code for < ( #2611 )
...
* Displaying HTML code for <
* Changing to non code.
* Escaping angular brackets
* Replacing escaped angular brackets with HTML codes
* Update cross-site-scripting.md
2017-01-30 10:32:42 -08:00
Luke Latham
2cf0568d12
Update iis.md ( #2620 )
...
Add an optional extended description…
2017-01-27 17:10:26 -08:00
Luke Latham
6f05f27827
Nano Server doc update ( #2572 )
...
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
* Update nano-server.md
2017-01-27 17:09:43 -08:00
Tom Dykstra
0d575e922d
note that Azure provider is for 1.1 ( #2619 )
...
Add an optional extended description…
2017-01-27 16:41:49 -08:00
Jie RONG
45380c7b56
update view-components.md by removing the extra / ( #2610 )
2017-01-25 23:33:39 -08:00
Scott Addie
f72d561382
Minor fixes to Tag Helpers intro doc ( #2615 )
2017-01-25 23:31:15 -08:00
Luke Latham
7559a2e770
Minor text updates
2017-01-25 16:28:59 -06:00
Tom Dykstra
46d10336bf
remove duplicated text ( #2606 )
2017-01-24 16:29:23 -08:00
Jonathan Harrison
b2b7f6b745
Removing reference to InstructorCourse ( #2602 )
2017-01-24 15:45:09 -08:00
Luke Latham
74a44669d5
File uploads doc update ( #2576 )
...
* Update GenerateAntiforgeryTokenCookieForAjaxAttribute.cs
* Update Startup.cs
* Update DisableFormValueModelBindingAttribute.cs
* Update StreamingController.cs
* Update UploadFilesController.cs
* Update file-uploads.md
* Update UploadFilesController.cs
* Update file-uploads.md
* Update file-uploads.md
* Update GenerateAntiforgeryTokenCookieForAjaxAttribute.cs
* Update StreamingController.cs
* Update StreamingController.cs
* Update file-uploads.md
* Update file-uploads.md
* Update file-uploads.md
* Update file-uploads.md
* Update file-uploads.md
* Minor update
2017-01-24 13:50:16 -08:00
Luke Latham
59e3783ad9
Clarify 1.1 features require 1.1 ( #2601 )
...
* Update url-rewriting.md
* Update response-compression.md
* Update middleware.md
* Update response-compression.md
* Update razor.md
* Update logging.md
2017-01-24 13:48:11 -08:00
Erik Ejlskov Jensen
ab94874c49
Fix old links ( #2604 )
2017-01-24 13:46:04 -08:00
Rick Anderson
92cef8b64b
remove multi-startup ( #2564 )
...
* remove multi-startup
* react to feedback
* last feedback
2017-01-23 15:45:07 -08:00
Rick Anderson
538944d2cc
Update short titles ( #2595 )
...
* Update index.md
* Update bundling-and-minification.md
* Update knockout.md
* Update using-grunt.md
* Update using-gulp.md
* Update index.md
* Update index.md
* Update app-state.md
* Update configuration.md
* Update dependency-injection.md
* Update error-handling.md
* Update file-providers.md
* Update hosting.md
* Update logging.md
2017-01-23 15:17:00 -08:00
Tom Dykstra
e198c1ab37
revise title ( #2592 )
...
* revise title
* Update routing.md
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
2017-01-23 14:03:46 -08:00
Tom Dykstra
52e56679fd
revise title ( #2594 )
2017-01-23 14:02:24 -08: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
ecd3b845f7
Remove licensing from Response Caching Middleware sample ( #2570 )
...
* Delete License.txt
* Update Startup.cs
2017-01-23 13:13:05 -08:00
Luke Latham
d1078581a4
Remove licensing from URL Rewriting Middleware sample ( #2571 )
...
* Delete License.txt
* Update RewriteRule.cs
* Update Startup.cs
2017-01-23 13:12:34 -08:00
Tom Dykstra
4516be3c7b
stop publishing .md files in samples folders ( #2589 )
...
Add an optional extended description…
2017-01-23 13:11:30 -08:00
Tom Dykstra
5b6be5e4d0
revise title ( #2590 )
...
Add an optional extended description…
2017-01-23 13:10:21 -08:00
Tom Dykstra
cb74d8569f
revise title ( #2591 )
...
Add an optional extended description…
2017-01-23 13:09:58 -08:00
Tom Dykstra
1aea45e291
revise title ( #2577 )
...
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
2017-01-23 11:42:21 -08:00
Rick Anderson
d54bf9faa6
title dup and seo ( #2578 )
2017-01-23 11:42:08 -08:00
Rick Anderson
73068a87ec
dup title ( #2581 )
...
* dup title
* capitalization
2017-01-23 11:39:43 -08:00
Rick Anderson
2891f74dc2
Update index.md ( #2582 )
2017-01-23 11:37:45 -08:00
Rick Anderson
b334c305b3
dup title ( #2586 )
2017-01-23 11:36:46 -08:00
Rick Anderson
04c17992ef
dup title ( #2584 )
2017-01-23 11:30:06 -08:00
Rick Anderson
8f405ca0ea
Update index.md ( #2583 )
2017-01-23 11:29:56 -08:00
Shayne Boyer
b22ac2b516
Merge pull request #2558 from domaindrivendev/update-swagger-docs
...
Update swagger tutorial to reflect latest Swashbuckle changes
2017-01-23 11:21:23 -08:00
Jie RONG
4cd10bfcce
Update testing.md for a grammar issue. ( #2573 )
...
* Update testing.md for a grammar issue.
* Update testing.md
2017-01-22 23:14:16 -08:00
domaindrivendev
49f9c9b8b0
force add referenced wwwroot files for swagger sample app
2017-01-22 13:03:34 -08:00
Luke Latham
0fa334f3e7
Response Compression doc ( #2505 )
...
* Create response-compression.md
* Update index.md
* Update toc.md
* Create project.json
* Add files via upload
* Create project.json
* Add files via upload
* Update response-compression.md
* Update toc.md
* Update index.md
* Update README.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Add files via upload
* Add files via upload
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Create request-uncompressed.png
* Add files via upload
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update Startup.cs
* Update Startup.cs
* Update response-compression.md
* Update response-compression.md
* Update Startup.cs
* Update Startup.cs
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update response-compression.md
* Delete global.json
* Delete project.json
* Add files via upload
* Delete global.json
* Delete project.json
* Add files via upload
* Update response-compression.md
* Add files via upload
* Delete DefaultsSample.csproj
* Delete License.txt
* Delete LoremIpsum.cs
* Delete README.md
* Delete Startup.cs
* Delete CustomCompressionProvider.cs
* Delete FullSample.csproj
* Delete License.txt
* Delete LoremIpsum.cs
* Delete README.md
* Delete Startup.cs
* Delete banner.svg
* Delete testfile1kb.txt
* Update README.md
* React to feedback
* Alphabetize headers in headers table
* Correct files to italics
* Update response-compression.md
* Minor update
* Update Startup.cs
* React to feedback
* React to feedback
* React to feedback
* React to feedback
* Update ResponseCompressionSample.csproj
* Minor update to ms.date
* Update LoremIpsum.cs
* Update ResponseCompressionSample.csproj
* Add files via upload
* Update web.config
* Update CustomCompressionProvider.cs
* Update ResponseCompressionSample.csproj
* Add files via upload
* Update response-compression.md
* Update web.config
* Add Nginx reverse-proxy info
* Minor update
* Indentation fix
* Remove ref keyword
* React to feedback
* custom to mycustomcompression
* Additional minor updates
* Add link to response-compression doc
* Minor update
* Revert middleware doc change
* Update CustomCompressionProvider.cs
* Delete License.txt
* Update LoremIpsum.cs
* Update Program.cs
* Update Startup.cs
* Update StartupBasic.cs
* React to feedback
* Minor update
* Update ms.date
2017-01-21 11:51:58 -08:00
Rick Anderson
8b4f6e45bb
rm bad link ( #2569 )
2017-01-20 18:18:27 -08:00
Luke Latham
2d55ffbf6e
Move AppPool doc content into Publish IIS doc ( #2556 )
...
* Drop apppool.md from TOC
* Drop apppool.md from index.md
* Delete apppool.md
* Delete apppool-adduser.jpg
* Delete apppool-identity.png
* Add files via upload
* Add files via upload
* Add files via upload
* Update iis.md
2017-01-20 15:25:23 -08:00
Tom Dykstra
b9dbc7b459
make refs to "a later tutorial" into links ( #2566 )
2017-01-20 15:05:50 -08:00
Matthew Harris
682eafff06
Display issue and typo in View Components docs ( #2551 )
2017-01-20 13:25:41 -08:00
Tom Dykstra
2118ca49c8
remove refs to project.json ( #2563 )
...
* remove refs to project.json
* use code formatting
2017-01-20 13:21:55 -08:00
Luke Latham
50d1def5eb
Add Middleware ordering content to Middleware doc ( #2541 )
...
* Update middleware.md
* Update middleware.md
* Update middleware.md
2017-01-20 09:54:43 -08:00
Daniel Roth
005ecf896b
Fix link to Azure Blob storage article to not render the URL inline ( #2555 )
...
Add an optional extended description…
2017-01-20 09:50:50 -08:00
Jonathan Harrison
35c06a3681
Removing typo "]" ( #2559 )
...
Add an optional extended description…
2017-01-20 09:48:04 -08:00
Jonathan Harrison
c9d8113389
Fixing spelling mistake: implimentation ( #2560 )
...
Add an optional extended description…
2017-01-20 09:47:26 -08:00
Jonathan Harrison
94179d31a2
Fixing DistributedSessionStore link ( #2561 )
...
Add an optional extended description…
2017-01-20 09:46:33 -08:00
domaindrivendev
6e1b240033
update swagger tutorial to reflect latest Swashbuckle changes
2017-01-20 00:58:00 -08:00
Nicolò Carandini
0845cbde30
Add Using Browser Link article to client side dev ( #2445 )
...
* Create using-browserlink doc with metadata
* Add to index and toc
* First completed version with images
* UE Edit
* Add source project
Update article with code instead of image
* Fix code highlight parameters
* Add Dashboard images
Remove unused code image
* Update image
* Add text and images for the Dashboard
* Fix missing 's' on image
* revise extensions note wording
2017-01-19 15:34:07 -08:00
Rick Anderson
ac0bd47a12
remove project.json ( #2548 )
2017-01-18 19:48:10 -08:00
Tom Dykstra
9a299443cb
delete topic that was merged into iis.md ( #2547 )
2017-01-18 17:47:31 -10:00
Rick Anderson
d32880b5a4
remove ref to project.json ( #2545 )
2017-01-18 19:31:56 -08:00
Luke Latham
bc948818ca
Merge Pub IIS w/Web Deploy doc into Pub with IIS doc ( #2488 )
...
* Add Publish Web dialog image
* Update iis.md
* Delete pub-dialog.png
* Remove Pub with Web Deploy and VS doc
* Remove Pub with Web Deploy and VS doc from TOC
* React to feedback
* React to feedback on deployment options
2017-01-18 17:44:30 -08:00
Rick Anderson
95480c198b
remove project.json ( #2543 )
2017-01-18 17:32:24 -08:00
Luke Latham
45123a1ea5
Fix codeblocks in Configuration doc ( #2521 )
...
* Fix codeblocks
* Fix indentation
2017-01-18 15:21:02 -10:00
Luke Latham
7736b9ae66
Fix codeblocks ( #2522 )
2017-01-18 15:20:28 -10:00
Luke Latham
5d625cfe0d
Fix codeblock ( #2523 )
2017-01-18 15:20:05 -10:00
Luke Latham
5f7ff2bae2
Test PR: client-side docs (codeblocks and more) ( #2529 )
...
* Update using-gulp.md
* Update using-grunt.md
* Update bower.md
* Update bootstrap.md
* Update knockout.md
* Update angular.md
* Update less-sass-fa.md
* Update less-sass-fa.md
* Update bundling-and-minification.md
* Update yeoman.md
* Update bootstrap.md
* Update bower.md
* Update bundling-and-minification.md
* Update knockout.md
* Update using-gulp.md
* Update angular.md
* Update bootstrap.md
* Update angular.md
* Update bower.md
* Update bundling-and-minification.md
* Update index.md
* Update knockout.md
* Update less-sass-fa.md
* Update toc.md
* Update using-grunt.md
* Update using-gulp.md
* Update yeoman.md
* Update angular.md
2017-01-18 15:19:53 -10:00
Simon Butler
b4d441a0fe
error occurs when using MvcOptions ( #2526 )
...
* error occurs when using MvcOptions
When following the guide and adding the service.configure for mvcoptions a compile error occurs using a base .netcore mvc project.
The startup.cs file by default does not include the declaration for the namespace microsoft.aspnetcore.mvc which resolves the compile error.
* Update accconfirm.md
2017-01-18 15:13:28 -10:00
Rick Anderson
86d8cc532b
azure and redis key providers ( #2510 )
...
* azure and redis key providers
* typo
* links
2017-01-18 15:04:53 -10:00
Simon Butler
5daff548f8
Reference for code in file incorrect ( #2527 )
...
For the Code block relating to Configure startup to use AuthMessageSenderOptions the referenced line numbers have changed since this page was updated. Edited the line numbers to properly reference the correct lines
2017-01-18 14:31:58 -10:00
Jie RONG
28e6a92329
Update routing.md to change one typo ( #2536 )
...
In sample code, it's
public IActionResult GetProduct(int id) { ... }
But next line, it says The ProductsApi.GetProducts(int) ,
So update it to ProductsApi.GetProduct(int)
2017-01-18 14:30:51 -10:00
Jie RONG
38fac8af7d
Update actions.md by remove one addtional " ( #2534 )
2017-01-18 14:30:18 -10:00
Luke Latham
5b1aac05ea
Minor update ( #2535 )
2017-01-18 14:29:02 -10:00
Jie RONG
0392baa3b1
Update formatting.md by update the format. ( #2530 )
2017-01-17 09:50:40 -08:00
Matthew Harris
bb6e3cfd2f
[ Fixes #2519 ] Injected authorizationService typo ( #2528 )
...
Fixes #2519
2017-01-16 11:22:32 -08:00
Luke Latham
50b8be534f
Correct filenames to italics ( #2520 )
2017-01-14 19:23:49 -10:00
Steve Smith
9b5dddad2c
Update middleware to document constructor vs. Invoke DI and scoping ( #2475 )
...
* Update middleware to document constructor vs. Invoke DI and scoping
* Minor copy edits
2017-01-14 19:23:11 -10:00
Tom Dykstra
b1bd9f9ece
mvc toc restructure ( #2482 )
...
* mvc toc restructure
* move mvc tutorial nodes to mvc section
* fix heading casing and toc node hierarchy
* add intro text to series index.md files
2017-01-14 13:59:26 -08:00
Luke Latham
ce821e2119
Remove middleware ordering paragraph ( #2515 )
2017-01-14 13:58:27 -08:00
Rumit Parakhiya
e4ddaed0d3
Fixed typo ( #2517 )
2017-01-14 13:56:37 -08:00
Rick Anderson
fe9b341361
bad #in-page-anchors ( #2518 )
2017-01-14 13:56:03 -08:00
Ryan Brandenburg
cab82f5867
Default namespace references to AssemblyName ( #2513 )
...
* Default namespace references to ApplicationName
Change the resource file naming section to reference ApplicationName instead of default namespace.
* ApplicationName->AssemblyName
To avoid confusion regarding class libraries we should reference assembly name instead of application name. Also make the verbiage more specific.
2017-01-13 09:43:45 -10:00
Rick Anderson
5b9b0e66ae
add session title to TOC ( #2509 )
2017-01-13 10:07:39 -08:00
Luke Latham
dbbf9cf28b
Minor fixes for Session and application state (app-state.md) ( #2512 )
...
* Update app-state.md
* Update app-state.md
2017-01-13 07:57:38 -10:00
Simon Butler
d9b8e94ebc
Fix Bad Link ( #2503 )
...
Link in summary is to old docs site. updated to point to the new doc site for core.
2017-01-12 09:56:54 -08:00
Rick Anderson
49f0f5dbed
View compilation ( #2499 )
...
* View compilation
* Update razor.md
* Update razor.md
* Update razor.md
* Update razor.md
2017-01-12 07:39:25 -10:00
Rick Anderson
55223d4339
Update default-settings.md ( #2500 )
...
* Update default-settings.md
* Update default-settings.md
2017-01-12 07:38:39 -10:00
Shayne Boyer
75613a9718
add CookieManager information ( #2498 )
2017-01-12 07:35:15 -10:00
Tom Dykstra
42d5f34243
remove auth filters stub ( #2497 )
...
* remove auth filters stub
* remove refs to auth filters doc
2017-01-11 14:08:39 -10:00
Rick Anderson
0a3eac572d
total rewrite of app state ( #2489 )
...
* total rewrite of app state
* react to trather
* final fixes
2017-01-11 14:06:44 -10:00
Rick Anderson
5780848807
Update index.md
2017-01-11 12:21:10 -10:00