Accessing .NET DLL(s) from Classic ASP
- From: "Shamshad Ali" <sww@xxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Mar 2008 12:50:11 +0500
Hi,
I have similar question that i saw yesterday (Calling .NET DLL from Classic
ASP), but we have achieved some good results and we can't go back but not
sure that approach is perfect or need more efforts or any better is
available?
here is some details:
We have production website running on Classic ASP (Windows Server 2003 E.Ed
+ IIS and SQL Server 2000 SP-4). we are tracking hits of students on their
courses and other stuff in database. This is done by COM wirtten in C# 2.0.
there is no error and run fine until there is much traffic on site. We faced
following error:
Server object error 'ASP 0177 : 80131509'
Server.CreateObject Failed
/includes/trk_SessionEndTime_Cookie.asp, line 32
I tried to find out any solution or details about this error on Microsoft
site but nothing found. the only solution is to re-start IIS. Our site is
providing credit to students and doing re-start is not solving our problem
and we lost online users credit for that period. The reason we wrote this
DLL was due to site performance issue with classic ASP code, so we used .NET
2.0 DLL. that produced better results in performance.
This is not at all, further we have to send some users/students information
to their respective colleges (they have provided us web services), calling
web service via ASP is done by creating another DLL written in 1.1, 2.0 and
3.5 version of .NET and all are tested on local system, that may update
users results online to their specific colleges/universities.
The is question is, is this a right way to do? (calling DLLs written in
different .NET version from classic ASP) is there any better solution
available? Right now we can't migration our whole classic ASP website to
..NET
Shamshad Ali.
.
- Follow-Ups:
- RE: Accessing .NET DLL(s) from Classic ASP
- From: "Steven Cheng"
- RE: Accessing .NET DLL(s) from Classic ASP
- Prev by Date: RE: Sending a CDO.Message with high importance?
- Next by Date: RE: Accessing .NET DLL(s) from Classic ASP
- Previous by thread: Re: Handling HTML element events using AxWebBrowser
- Next by thread: RE: Accessing .NET DLL(s) from Classic ASP
- Index(es):
Relevant Pages
|