Rick Anderson
4d562c6a87
call `app.UseIdentity`
2016-11-29 14:06:06 -10:00
Rick Anderson
5d46af2d12
Merge pull request #2264 from Vaiune/master
...
add a note about UseIdentity() being first in order
2016-11-29 14:01:13 -10:00
Rick Anderson
57d88b7c22
Update sociallogins.md
2016-11-29 14:00:57 -10:00
Rick Anderson
8738defd55
Update sociallogins.md
2016-11-29 14:00:05 -10:00
Tom Dykstra
875d5428c7
update for rtm
2016-11-29 15:33:40 -08:00
Luke Latham
ced591d6ae
Final updates
...
Addresses #2204
* React to feedback
* Add troubleshooting advice: environment env var to allow dev exception page to show, e.g., https://github.com/aspnet/IISIntegration/issues/280#issuecomment-252714412
* Add troubleshooting advice: cleaning up incoherent packages on major upgrades, e.g., https://github.com/aspnet/IISIntegration/issues/237
* Grammar/style updates
* Fix "command line" to "command prompt" https://github.com/aspnet/Docs/issues/2248
* React to feedback: Dev said that the word "assets" was a little confusing when referring to the deployment files and folders. I replaced or removed "assets" throughout the doc. https://github.com/aspnet/IISIntegration/issues/246#issuecomment-237429876
2016-11-29 13:22:36 -06:00
Rick Anderson
3ad595d6ab
Merge pull request #2265 from charliethinker/patch-1
...
Fix typo
2016-11-29 08:58:06 -10:00
Rick Anderson
b79da3f3b5
Merge pull request #2268 from charliethinker/patch-3
...
Update code to include closing brace
2016-11-29 08:55:59 -10:00
Nick Bourke
69e86da333
change "project.json" to "package.json" ( #2267 )
...
File said to add the "devDependencies" section to project.json instead of package.json.
2016-11-29 08:57:08 -05:00
Charlie Chu
f73583f1a0
Update code to include closing brace
...
Update code to include closing brace
2016-11-29 21:25:22 +08:00
Luke Latham
cae7971162
React to IISIntegration issues
...
Addresses #2204
* React to comment in https://github.com/aspnet/IISIntegration/issues/268 ... i.e., devs can still use `system.webServer` to configure IIS features that will work with the reverse proxy. Great tip imo.
2016-11-28 21:56:31 -06:00
Charlie Chu
8448eafb90
Fix snippet
2016-11-29 10:39:19 +08:00
Charlie Chu
03b9f48380
Fix typo
2016-11-29 10:23:10 +08:00
Vaiune
ae7e0fb3ea
add a note about UseIdentity() being first in order
2016-11-29 03:05:29 +02:00
Lee Dumond
948d9f045b
Fix range for code snippet ( #2244 )
...
Code snippet is pointing to the wrong range of lines. Showing "Title" field when it is supped to show "CourseID" field.
2016-11-28 14:24:52 -08:00
Tom Dykstra
0370f0ff66
remove en-us ( #2262 )
...
Add an optional extended description…
2016-11-28 14:22:21 -08:00
Tom Dykstra
67bafec508
remove en-us ( #2261 )
2016-11-28 14:19:59 -08:00
Lee Dumond
8622610b57
Fix link to documentation ( #2245 )
...
Fixed link to point to current location of EF documentation.
2016-11-28 14:18:27 -08:00
Lee Dumond
8843deeeeb
Fix links to outdated documentation ( #2243 )
...
Repoint several links to latest version of EF core documentation
2016-11-28 14:15:23 -08:00
Adrien Torris
760351f77c
Add CLA completion link in the complex PR chapter ( #2237 )
...
I had to complete the CLA and it was difficult to know what the procedure is. On google, you'll find multiple links and posts, all wrong or obsolete : https://www.google.fr/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=CLA+microsoft+github&start=0
2016-11-28 14:14:07 -08:00
Lee Dumond
de4d952573
Fix reference in code sample ( #2246 )
...
instructor.Courses is of type CourseAssignment, not Course
2016-11-28 14:11:06 -08:00
Lee Dumond
b0271a9126
Fix null reference exception ( #2247 )
...
Line 146 runs inside of a block for which departmentToUpdate == null. Therefore, the attempt to read departmentToUpdate.InstructorID leads to a null reference exception.
The code is re-displaying the properties of the deletedDepartment, so the selected member of the select list should be deletedDepartment.InstructorID
2016-11-28 14:10:18 -08:00
Lee Dumond
4b0ac598b2
Fix typo ( #2250 )
...
EmploymentDatGroup should be EmploymentDateGroup
2016-11-28 14:02:35 -08:00
Rick Anderson
9799b89f88
Merge pull request #2249 from LeeDumond/patch-9
...
Fix documentation link
2016-11-28 11:59:36 -10:00
Rick Anderson
86c46f7f16
Merge pull request #2251 from LeeDumond/patch-11
...
Fix link to documentation
2016-11-28 11:58:31 -10:00
Rick Anderson
c5ae31d947
Merge pull request #2252 from LeeDumond/patch-12
...
Fix link to documentation
2016-11-28 11:57:40 -10:00
Rick Anderson
a1b4233096
Merge pull request #2253 from LeeDumond/patch-13
...
Fix link to documentation
2016-11-28 11:57:09 -10:00
Rick Anderson
9b81f44fe6
Merge pull request #2254 from LeeDumond/patch-14
...
Fix link to documentation
2016-11-28 11:55:41 -10:00
Rick Anderson
a82fba29f8
removed en.us
2016-11-28 11:55:31 -10:00
Rick Anderson
9b693fc767
Merge pull request #2255 from charliethinker/patch-1
...
Fix link
2016-11-28 11:53:23 -10:00
Rick Anderson
ce02541d29
Merge pull request #2257 from mekinney/patch-1
...
Updated code link to include closing brace.
2016-11-28 11:52:44 -10:00
Luke Latham
d9ae1885b3
React to IISIntegration issues
...
* Reacts to customer comment on difficulty discovering IIS Shared Config workaround in ANCM ref doc. https://github.com/aspnet/IISIntegration/issues/287
* Adds a common error for an OS upgrade that breaks the 32-bit ANCM install. https://github.com/aspnet/AspNetCoreModule/issues/4
* Adds an ANCM installer error code for when the VC++ redist isn't installed properly. https://github.com/aspnet/IISIntegration/issues/272
2016-11-28 14:09:33 -06:00
Shayne Boyer
99d5b035aa
Merge pull request #2236 from benmunro/patch-1
...
Fix wildcard accept header
2016-11-28 10:53:48 -05:00
Mike Kinney
f7982106fe
Updated code link to include closing brace.
2016-11-27 18:08:44 -08:00
Luke Latham
a5bfe86943
Update common error updates
...
Addresses #2204
* Addresses changes for VC++ installation (especially in the case where the server doesn't have an Internet connection)
* Provides additional information for not having a runtime installed for portable apps, including the note on no Internet connection.
* Adds links to the location of .NET Downloads for obtaining a runtime installer.
2016-11-27 12:40:21 -06:00
Luke Latham
8385e6d70b
Minor style change
...
Addresses: #2204
2016-11-26 15:34:59 -06:00
Luke Latham
b0d3d0ae6f
Added App log full exceptions
...
Addresses #2204
2016-11-26 15:32:47 -06:00
Charlie Chu
94d9a853d3
Fix
...
https://github.com/dotnet/docfx/releases/tag/v2.7.2 => https://github.com/dotnet/docfx/releases
2016-11-26 13:50:32 +08:00
Lee Dumond
6cbbad4433
Fix link to documentation
...
Fix link to point to current EF documentation
2016-11-25 22:40:04 -06:00
Lee Dumond
fda977a554
Fix link to documentation
...
Point link to current PowerShell documentation
2016-11-25 22:36:31 -06:00
Lee Dumond
9b05d9c832
Fix link to documentation
...
Fix link to point to current EF documentation
2016-11-25 22:24:51 -06:00
Lee Dumond
c1fc59ed13
Fix link to documentation
...
Point link to current documentation
2016-11-25 22:13:12 -06:00
Luke Latham
27cc0da0ba
Update iis.md
2016-11-25 17:53:36 -06:00
Lee Dumond
02404f076d
Fix documentation link
...
Fix link to point to current version of EF documentation.
2016-11-25 14:52:47 -06:00
Rick Anderson
35ee38b03b
Merge pull request #2241 from aspnet/tdykstra-patch-2
...
add example of contributing new article
2016-11-23 14:28:53 -10:00
Tom Dykstra
b0402a3b1d
add example of contributing new article
2016-11-23 16:23:18 -08:00
Rick Anderson
e769ed787e
Merge pull request #2240 from aspnet/tdykstra-patch-1
...
fix link
2016-11-23 14:15:25 -10:00
Tom Dykstra
ed025564b3
fix link
2016-11-23 15:48:17 -08:00
Rick Anderson
deec45580b
Merge pull request #2235 from jerriep/patch-1
...
AuthorizationContext => AuthorizationHandlerContext
2016-11-23 11:12:29 -10:00
Ben Munro
9d8df8bdc2
Fix wildcard accept header
2016-11-23 21:53:47 +13:00