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.
我没有应用程序的源代码,但有已发布的版本。(所以我只有 .aspx 文件)我意识到这个应用程序的连接字符串在它发布之前就在一个 .vb 文件中。但是我们已经对数据库进行了更改,因此旧数据库不再存在。如何更正连接字符串?
您必须在 page 指令中为该特定页面更改该类,为此您必须重写该类的整个功能。并再次构建和发布