Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hhtp.sys windows server 2016
#2
(08-01-2018, 12:20 PM)Alain Wrote: I install my HTTP.sys application in standalone mode on my server, it works perfectly
TIWStartHSys.Execute (True);

When I install it as a service
TIWStartHSys.Execute (True);
The app does not respond

that's what I did:
MyApp.exe / Install
net start MyApp

I checked, the service runs, I opened port 8888

Windows Server 2016 Standard (64-bit)

merci


Hi,

you need to change to 

TIWStartHSys.Execute(False);

The boolean parameter indicates if you want to force a GUI application, which are not compatible with services. Remove it and you will be able to install it.

Remember to use a local admin account to install the service and set its security attributes accordingly.
Reply


Messages In This Thread
hhtp.sys windows server 2016 - by Alain - 08-01-2018, 12:20 PM
RE: hhtp.sys windows server 2016 - by Alexandre Machado - 08-01-2018, 10:19 PM
RE: hhtp.sys windows server 2016 - by Alain - 08-02-2018, 06:50 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)