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.
有没有办法在 ASP.NET 应用程序的 web.config 中设置默认用户/密码,仅当它在 localhost 中运行时?我做了一些研究,发现了一些标签,比如“凭证”,但最终没有结果。
感谢:D
如果您利用发布选项和 web.release.config 文件,您可以在根配置中拥有凭据,并在发布模式下发布时编写转换以将其从 Web 配置远程。