Windows error 0x8007053D, -2147023555

Detailed Error Information

SERVER_DISABLED[1]

MessageThe server is currently disabled.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1341 (0x053d)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000053d.

Questions

5votes
2answers

Running ASP.NET in IISExpress from command line

I am having trouble running my ASP.NET5 from command line under IISExpress. My current command line setup (thanks to this answer) looks like so > iisexpress.exe /config:"[project_dir].vs\config\applicationhost.config" > /site:"WebUI" /apppool:"Clr4IntegratedAppPool" Note that running the project from within VS2015 works fine. When I run the command above, IISExpress starts up, it [...] read more
asp.net-mvc
asp.net-mvc-5
asp.net-core
iis-express
1vote
1answer

Windows Update frozen bootloop, can't remove update using DISM

* OS: Windows 10 Pro x64 14393.187 * PC: Asus M51AC-FR034S * Hardware: Intel Core i7 4770S; Asus GTX 760; 16GB DDR3 1333MHz * Storage: 1TB HDD; 240GB SSD (Samsung 850 Evo) After 35 days of uptime, fearing what would happen if I rebooted my computer (I've got problems with [...] read more
windows-10
freeze
windows-update
dism
1vote
2answers

ASP.NET Core 1.1 fails to run when published

I had an ASP.NET Core application that I just went in an upgraded to 1.1. This application worked fine previously and I could publish it (through Publish Command in Visual Studio) and it worked fine under IIS. I recent changed this be 1.1 and got the application to run in [...] read more
c#
asp.net
iis
asp.net-core

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0