Re: Calling a C# component from Classic ASP



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


.



Relevant Pages

  • Prepare IIS for .NET Framework 2.0
    ... I am running IIS 6.0 on a Windows 2003 Server. ... meet the requirements for running applications on .NET Framework 2.0 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Object reference not set to an instance of an object
    ... I already know my code fails on the server. ... Does the Web Matrix tell you HOW to make the changes? ... you can also ask your AT&T ISP whether they can support ASP.NET ... AT&T - does not have .Net Framework 2.0 installed. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Configuration Error under Windows Server 2003 R2
    ... After I finished replacing the beta version of the .NET Framework v2.0 ... website on the new Windows Server 2003 R2 test server, ... This <customErrors> tag should then have its ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: 2008 TS Gets "Access Denied" When Printing to Redirected Printer
    ... The clients need not just .NET Framework 3.0, ... MCSE, CCEA, Microsoft MVP - Terminal Server ... The clients can connect to the server and run their app -- they ... Easy print driver is, indeed, the one Windows will try and use. ...
    (microsoft.public.windows.terminal_services)
  • Ive broken Sharepoint V2.0 by running aspnet_regiis.exe -i
    ... Had an issue last few days after turning on GFI Mailsecurity notifications ... attempts to open a webpage on my server with a close button on it. ... However I had a number of choices re which net framework directory to run ... This didn't resolve my GFI issue but did break my sharepoint. ...
    (microsoft.public.windows.server.sbs)

Loading