File tree Expand file tree Collapse file tree
src/AspNetCoreFileUploadFileTable Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # ASP.NET Core 2.1 MVC file upload / download with MS SQL Server FileTable
1+ # ASP.NET Core 2.2 MVC file upload / download with MS SQL Server FileTable
22
33https://damienbod.com/2015/12/05/asp-net-5-mvc-6-file-upload-with-ms-sql-server-filetable/
44
55## History
66
7+ 2019-06-16 Updated to .NET Core packages, npm packages, in process hosting
8+
792018-12-05 Updated to .NET Core 2.2
810
9112018-11-22 Updated bootstrap 4, nuget packages, ui build
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
33 <TargetFramework >netcoreapp2.2</TargetFramework >
4+ <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
45 </PropertyGroup >
56
67 <ItemGroup >
Original file line number Diff line number Diff line change 77 <handlers >
88 <add name =" aspNetCore" path =" *" verb =" *" modules =" AspNetCoreModuleV2" resourceType =" Unspecified" />
99 </handlers >
10- <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" startupTimeLimit =" 3600" requestTimeout =" 23:00:00" >
11- <environmentVariables />
10+ <aspNetCore processPath =" %LAUNCHER_PATH%" arguments =" %LAUNCHER_ARGS%" stdoutLogEnabled =" false" stdoutLogFile =" .\logs\stdout" forwardWindowsAuthToken =" false" startupTimeLimit =" 3600" requestTimeout =" 23:00:00" hostingModel =" InProcess" >
11+ <environmentVariables >
12+ <environmentVariable name =" ASPNETCORE_HTTPS_PORT" value =" 44326" />
13+ <environmentVariable name =" ASPNETCORE_ENVIRONMENT" value =" Development" />
14+ </environmentVariables >
1215 </aspNetCore >
1316 </system .webServer>
1417</configuration >
You can’t perform that action at this time.
0 commit comments