1
值如何讀取我的web.config如何閱讀從web.config中
<appSettings>
<add key="serviceRefPath" value="http://localhost/TempWS/MachineHistoryWS.asmx"/>
</appSettings>
應用程序鍵serviceRefPath鑰匙插進我的.aspx頁面中
<asp:ScriptManager ID="sm" runat="server">
<Services>
<asp:ServiceReference Path="serviceRefPath here" />
</Services>
</asp:ScriptManager>
是否有可能訪問密鑰?先謝謝你。