How to Start/Stop a Windows Service from an ASP.NET app - Security issues

前端 未结 6 1310
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 18:33

Here\'s my Windows/.NET security stack:

  • A Windows Service running as LocalSystem on a Windows Server 2003 box.
  • A .NET 3.5 Website running on the same
6条回答
  •  温柔的废话
    2020-12-04 19:19

    Just a hunch, but it does not appear to me the error is necessarily related to security. Did you give the service the same name on the production server?

提交回复
热议问题