Re: Calling a C# component from Classic ASP
- From: "slim_naldy" <slim_naldy@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 3 May 2005 20:46:58 -0700
Create a COM callable wrapper to your C# Component and register it via VS.Net
or regasm
"Bob Powell [MVP]" wrote:
> In addition to Dave's helpful comments remember that the server must be
> running IIS and the .NET framework in order to host your .NET DLL.
>
> You cannot for example put your DLL onto an ASP server running a non windows
> OS or without IIS and the framework.
>
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Find great Windows Forms articles in Windows Forms Tips and Tricks
> http://www.bobpowell.net/tipstricks.htm
>
> Answer those GDI+ questions with the GDI+ FAQ
> http://www.bobpowell.net/faqmain.htm
>
> All new articles provide code in C# and VB.NET.
> Subscribe to the RSS feeds provided and never miss a new article.
>
>
>
>
>
> "Ben O via DotNetMonster.com" <forum@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in
> message news:91217291dbe549ca8ad3d35a9a9323d4@xxxxxxxxxxxxxxxxxxxx
> > Hi Gang,
> >
> > I've created a C# .NET component which transforms a .TIF file into a .JPEG
> > file. I have a classic ASP website in which I wish to call this C#
> > component from my classic ASP.
> >
> > Can anyone point me in the right direction as to how this may be done. I'm
> > hungry for some guidance as I can't go forward until this is sorted.
> >
> > Thanks heaps everyone.
> >
> >
> > Ben O
>
>
>
.
- Prev by Date: Re: virtual and override methods
- Next by Date: Math expression validator?
- Previous by thread: Set form on the fly?
- Next by thread: Math expression validator?
- Index(es):
Relevant Pages
|