We are attempting to set up the C# Hello World within an ASP.net
website. Our project currently has ChargeCreditCard.cs imported from the
sample code, and an index.cshtml that calls ChargeCreditCard.Run as soon
as the page loads. When we test the pag...