You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This is the x64 runtime. I did a dnu publish --runtime active --no-source. I used WebDeploy to shoot the bits up to IIS 8 on a WS2012 Azure VM. There were no exceptions along the way.
With the AppPool setting Enable 32-Bit Applications set to True, I get a
System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
With Enable 32-Bit Applications set to False, I get a flat out 500.0 IIS error with nothing in the event log.
The text was updated successfully, but these errors were encountered:
It might be related to my issues with config.json described at dotnet/aspnetcore#474. I'll run a test tomorrow removing the config file from the project to see if that is the source of my issue ... unless anyone else has a tip.
Following everything I did to get a new app running outlined in dotnet/aspnetcore#452 (which worked before), I can't get this one going.
This is the x64 runtime. I did a
dnu publish --runtime active --no-source
. I used WebDeploy to shoot the bits up to IIS 8 on a WS2012 Azure VM. There were no exceptions along the way.With the AppPool setting
Enable 32-Bit Applications
set toTrue
, I get aWith
Enable 32-Bit Applications
set toFalse
, I get a flat out 500.0 IIS error with nothing in the event log.The text was updated successfully, but these errors were encountered: