In the age of .NET managed code, it is very much painful to write code in Classic ASP. But you have to face such a situation for giving support in old classic ASP application where you cannot get .NET Framework facilities by default. In this post I want to explain how you get all .NET facilities in classic ASP pages. Here I will use C# as a .NET language.
Step for Get it Done
- Lets consider you are working on the directory E:\work\rd
- write a C#.NET application in the MyTest.cs file which will do a multiplication
- Now add the following namespace into your program file MyTest.cs
...[Read Full Story Here]