Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑运行 Windows 服务,我可以让那部分运行良好。问题是我在哪里存储启动数据。诸如服务器路径和用户名之类的东西,我在想注册表,但是它不区分大小写。我目前可以收集到的典型配置文件将不起作用。存储这些数据的最佳位置和位置是什么。
Windows 服务可以像任何其他 exe 一样拥有 App.config 文件。