Legacy ASP calling C# assembly

  • Thread starter Thread starter Gilgamesh
  • Start date Start date
G

Gilgamesh

We've got a legacy ASP application which needs to call a method in a C#
assembly. How can I capture the Request object in C#? I need to get
Servervariables from Request object.

Thanks,
Gilgamesh
 
Can you elaborate? How do I use ComVisibleAttribute in C# to access the
Servervariables?
-G
 
Back
Top