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
Jerrie Pelser
b188fdc5a8
AuthorizationContext => AuthorizationHandlerContext
...
`AuthorizationContext` in the code sample should be `AuthorizationHandlerContext`
2016-11-23 11:00:09 +07:00
Rick Anderson
8c32fbc3c5
Merge pull request #2232 from benmunro/patch-1
...
Correct reference to UseHttps extension method
2016-11-22 14:37:26 -10:00
Rick Anderson
0dbdc72591
Merge pull request #2231 from LeeDumond/patch-2
...
Correct link destinations
2016-11-22 10:21:07 -10:00
Luke Latham
593949234c
Update iis.md
...
Addresses #2204 items ...
* Update `publish-iis` package version to `1.1.0-preview4-final`
* Update title of ANCM overview doc and add link to ANCM reference doc
* Updated imagery for WS2016 + added alt text to images
* Noted the option of installing only the ANCM where the runtime is not needed on the server
2016-11-22 13:29:06 -06:00
Luke Latham
a193cf3c40
Add files via upload
2016-11-22 13:27:39 -06:00
Luke Latham
1c65392b82
Delete wf.png
2016-11-22 13:10:19 -06:00
Luke Latham
88fbe69f3f
Delete rs.png
2016-11-22 13:10:15 -06:00
Luke Latham
e8268fbf1d
Delete role-services.png
2016-11-22 13:10:10 -06:00
Luke Latham
9b6044f3ec
Delete editapppool.png
2016-11-22 13:10:05 -06:00
Luke Latham
1b277e7b0b
Delete apppoolsbasicsettingscontextmenu.png
2016-11-22 13:09:59 -06:00
Luke Latham
85a988c055
Delete addwebsite.png
2016-11-22 13:09:52 -06:00
Luke Latham
e3b7560074
Delete addwebsitecontextmenu.png
2016-11-22 13:09:44 -06:00