Programing with .Net C# Using Visual Studio
- Chris Speed
- Mar 28, 2017
- 1 min read
Global.asa
file of storing global variables.
to store a value: Application["strName"] = "Christopher Budhead";
to retrieve a value: sting UserName = (String)Application["strName"];
WCF Services -> Http Activation needs to be enabled on the Windows Roles and Features
.cs file and .aspx file are need.
Comments