Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
Re: Use .NET class from within classic ASP
You can put a COM wrapper around your .NET code and use it from old ASP.
However, like all things COM, it will need to be registered on the server so
a simple copy will not be sufficient.
Here's more info:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ConvertToASPNET.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Pavils Jurjans" <pavils@mailbox.riga.lv> wrote in message
news:OqjFRMSRDHA.2148@TK2MSFTNGP11.phx.gbl...of> Hallo,
>
> I have ongoning project in classic ASP(3), and while it is a planned
> development in future, currently there is no time to convert all the code
> for ASP.NET. However, I'd like to start the conversion by rewriting some..NET.> my performance-critical classes (currently in server-side JScript) to> I'd like to know, what would be the best way to do this.
>
> I'd guess that there's some easy way to write COM component in .NET, and
> interface with it in my classic ASP application. Or maybe there is some
> better way? Maybe some way that doesn't require administrator to install
> stuff on the server, so that just copying some DLL over FTP is sufficient?
>
> Thanks,
>
> -- Pavils
>
>
Steve C. Orr, MCSD Guest
-
#25580 [WFx]: set_error_handler to a class/method resets class properties when error occurs
ID: 25580 Updated by: sniper@php.net Reported By: paul dot liversidge at recycledpixels dot com Status: Wont... -
#25580 [Opn->WFx]: set_error_handler to a class/method resets class properties when error occurs
ID: 25580 Updated by: sniper@php.net Reported By: paul dot liversidge at recycledpixels dot com -Status: Open... -
#25580 [Opn]: set_error_handler to a class/method resets class properties when error occurs
ID: 25580 User updated by: paul.liversidge@recycledpixels.com Reported By: paul dot liversidge at recycledpixels dot com... -
#25580 [NEW]: set_error_handler to a class/method resets class properties when error occurs
From: paul dot liversidge at recycledpixels dot com Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: ... -
Can't find class java.lang.NoClassDefFoundError. (Wrong class path?)
While creating JVM, I am getting the following error: Can't find class java.lang.NoClassDefFoundError. (Wrong class path?) I gave all the... -
Teemu Keiski #2
Re: Use .NET class from within classic ASP
See this article:
Call .NET component from COM component
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/callnetfrcom.asp[/url]
--
Teemu Keiski
MCP,Designer/Developer
Mansoft tietotekniikka Oy
[url]http://www.mansoft.fi[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
Email:
[email]joteke@aspalliance.com[/email]
"Pavils Jurjans" <pavils@mailbox.riga.lv> kirjoitti viestissä
news:OqjFRMSRDHA.2148@TK2MSFTNGP11.phx.gbl...of> Hallo,
>
> I have ongoning project in classic ASP(3), and while it is a planned
> development in future, currently there is no time to convert all the code
> for ASP.NET. However, I'd like to start the conversion by rewriting some..NET.> my performance-critical classes (currently in server-side JScript) to> I'd like to know, what would be the best way to do this.
>
> I'd guess that there's some easy way to write COM component in .NET, and
> interface with it in my classic ASP application. Or maybe there is some
> better way? Maybe some way that doesn't require administrator to install
> stuff on the server, so that just copying some DLL over FTP is sufficient?
>
> Thanks,
>
> -- Pavils
>
>
Teemu Keiski Guest



Reply With Quote

