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
I would like to run the OwinSelfhostSample project as a Windows Service.
I have successfully installed the service using the command sc create MyService binPath=....
The service fails to start and Event Viewer shows error event ID 7009 and 7000, "A timeout was reached (30000) milliseconds) while waiting for ..." and "The service did not respond to the start or control...".
Any ideas? Thanks.
The text was updated successfully, but these errors were encountered:
I would like to run the OwinSelfhostSample project as a Windows Service.
I have successfully installed the service using the command
sc create MyService binPath=...
.The service fails to start and Event Viewer shows error event ID 7009 and 7000, "A timeout was reached (30000) milliseconds) while waiting for ..." and "The service did not respond to the start or control...".
Any ideas? Thanks.
The text was updated successfully, but these errors were encountered: