.Net programming notes
<appSettings> <add key="SSRS" value="http://localhost/Reports/Pages/Report.aspx" /> <add key="FTPServer" value="ftp.myftp.com" /></appSettings>
string strSSRS = ConfigurationManager.AppSettings["SSRS"];
No comments:
Post a Comment