ASP » Application("varName")
ASP.NET » ConfigurationManager.AppSettings("varName")
Add to web.config: <configuration> <appSettings> <add key="varName" value="100" /> </appSettings> </configuration>
Advertisement
ASP » Application("varName")
ASP.NET » ConfigurationManager.AppSettings("varName")
Add to web.config: <configuration> <appSettings> <add key="varName" value="100" /> </appSettings> </configuration>
No comments yet.
RSS feed for comments on this post. TrackBack URI