Legacy ASP calling C# assembly

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
 
G

Gilgamesh

Can you elaborate? How do I use ComVisibleAttribute in C# to access the
Servervariables?
-G
 
A

Alexander Vasilevsky

1. you make c# class com visible.
2. invoke c# class from old asp and pass servervariables to this class

http://www.alvas.net - Audio tools for C# and VB.Net developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top