472,143 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

Using C# library in Classic ASP

1
Hi all. I have a question that may need a complicated answer.

I need to use a c# library (SharpZipLib) in an ASP classic enviroment. This is so that I can serve up zip files dyamically.

Alternatively if any of you know a good alternative to SharpZipLib, I'll be happy to use that instead.

Either way I need help on how to import dlls for use in asp classic.

- Munty
Mar 14 '07 #1
1 3886
dorinbogdan
839 Expert 512MB
The C# DLL must be registered as a COM dll using regasm.exe.
Then call it using Server.CreateObject()

For more details and exmaples see:
Tlbexp .exe and Regasm.exe and
How to call a Visual Basic .NET or Visual Basic 2005 assembly from Visual Basic 6.0 .
Mar 16 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

16 posts views Thread by Simon Wittber | last post: by
14 posts views Thread by Tony Johansson | last post: by
4 posts views Thread by Krzysztof | last post: by
2 posts views Thread by deepukutty | last post: by
5 posts views Thread by Ryan Ritten | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.