Accessing .NET DLL(s) from Classic ASP
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 A ...
|
.NET returning ADODB.Connection to ASP
Tue, 18 Mar 2008 08:21:04 -0700
Could someone tell me if I were to return a ADODB.Connection from a .NET dll
to ASP, should I be able to use that connection?
My .net dll determines a connection based on a number of parameters and then
returns that string to the ASP application to fill a recordset and display
various data. At this time I c ...
|
Trading Forex
Sun, 16 Mar 2008 23:19:18 -0700
WHO WE ARE?
We are a partnership based in India and USA. We have a collective FOREX
trading experience of 4 years.We decided to start this venture with the
intent of helping people in India and other countries take advantage of
immense potential profits from the FOREX markets. We act as Liasons
between o ...
|
Accessing .NET dll from ASP
Fri, 14 Mar 2008 08:24:01 -0700
I hope this is the right forum to ask this question.
I'm having a problem with accessing a dll I have created with vb.NET 2.0
with ASP. (no problems with ASP.NET)
I access the object as follows:
dlltest = Server.CreateObject ("mydll.Class1") ' where mydll is the dll
name, and Class1 is the class I am acc ...
|
Sending a CDO.Message with high importance?
Wed, 5 Mar 2008 09:37:07 -0800
Okay... Thought I'd try to move away from CDONTS to CDOSYS. The one thing
that's still a puzzle is how to send a CDO.Message so that it shows up with a
high importance/priority flag. I've been googling all morning and have tried
a couple dozen different things that various pages say it the right way, but
...
|
cdonts.dll on x64
Tue, 4 Mar 2008 08:04:05 -0800
Hi...
I know I'm probably going to take a lot of grief over this, but we have a
pile of legacy code still using CDONTS on 32-bit systems. We're trying to
get x64 compatible, so I was wondering if there was an x64 version of CDONTS
floating around somewhere. I understand that it's long deprecated and that ...
|
COM+ app does not shut down when idle if created from an ASP page
Mon, 3 Mar 2008 05:29:00 -0800
Our web application is layered broadly as follows:
- Classic ASP pages: accept HTTP requests, forward them on to the Web App
COM+ components and output the response.
- Web App COM+ components: processes requests forwarded onto them by ASP
pages, invoke the relevant business rule and data access methods, gene ...
|
|
|
Windows XP Remote Desktop support within Windows Server 2008
Thu, 21 Feb 2008 10:17:00 -0800
I have found that for some reason I cannot connect to a server running
Windows Server 2008 using Remote Desktop from a Windows XP machine. This
does work from Windows Vista? Is there a way to do this with Windows XP?
Please advise.
Thank you for the help.
John Litchfield ...
|
Maintaining multiple Web Server Route Directories
Thu, 21 Feb 2008 10:12:03 -0800
Is there a way to create a root (home) directory for multiple websites on the
same machine (with IIS)?
For instance, I would like to use this address for one website:
http://1stWebsite/index.asp
And then Iâ??d like to use this address for another website:
http://2ndWebsite/index.asp
Iâ??d like to imple ...
|
ASPIMAGE and VISTA
Sat, 16 Feb 2008 09:14:42 -0800 (PST)
Hi All,
I am trying to make the ASPIMAGE component Work on IIS and Windows
VISTA
Seems there is some compatibility issue, ASPIMAGE Seems unable to work
with vista, the simple line
set im = server.CreateObject("AspImage.Image")
gives an error like unable to create object
Works fine with Windows 2000 ...
|