Cleanup `Microsoft.AspNet.Server.IIS` usage.
This commit is contained in:
parent
02a7922749
commit
90601ef853
|
|
@ -1,8 +0,0 @@
|
||||||
REM copy the AspNet.Loader.dll to bin folder
|
|
||||||
md wwwroot\bin
|
|
||||||
|
|
||||||
SET ASPNETLOADER_PACKAGE_BASEPATH=%USERPROFILE%\\.dnx\\packages\Microsoft.AspNet.Loader.IIS.Interop
|
|
||||||
REM figure out the path of AspNet.Loader.dll
|
|
||||||
FOR /F %%j IN ('dir /b /o:D %ASPNETLOADER_PACKAGE_BASEPATH%\*') do (SET AspNetLoaderPath=%ASPNETLOADER_PACKAGE_BASEPATH%\%%j\tools\AspNet.Loader.dll)
|
|
||||||
echo Found AspNetLoader.dll at %AspNetLoaderPath%. Copying to bin\
|
|
||||||
copy %AspNetLoaderPath% wwwroot\bin\
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
SET DNX_HOME=%USERPROFILE%\.dnx\
|
|
||||||
|
|
||||||
REM copy the AspNet.Loader.dll to the bin folder
|
|
||||||
call CopyAspNetLoader.cmd
|
|
||||||
|
|
||||||
"%ProgramFiles(x86)%\iis Express\iisexpress.exe" /port:5001 /path:"%cd%\wwwroot"
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Authentication.OpenIdConnect": "1.0.0-*",
|
"Microsoft.AspNet.Authentication.OpenIdConnect": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
|
|
||||||
"Microsoft.AspNet.Server.Testing": "1.0.0-*",
|
"Microsoft.AspNet.Server.Testing": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue