all groups > inetserver asp components > december 2005
Creating a URL still exists page/util
Posted by Laphan at 12/28/2005 5:14:33 PM
Hi All
Quite familiar with ASP and JavaScript and wondered if there is a method out
there that allows me to create a web page util to see if URL links are still
valid.
In other words I've created a system whereby a user can add their own
links/urls page, but they want to periodically check ... more >>
MSXML2.ServerXMLHTTP yielding unrecognized response
Posted by deathtospam NO[at]SPAM gmail.com at 12/20/2005 6:45:38 AM
'm using a VBScript/ASP page to submit a request to a (JSP) page on a
remote server, using "MSXML2.ServerXMLHTTP". Here's the main code I'm
using:
================================
....
Set oXmlServerHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")
Call oXmlServerHttp.SetTimeouts(100... more >>
Passing parameters by reference to a VC COM Object
Posted by Marja Ribbers-de Vroed at 12/16/2005 2:14:37 PM
I need to change a C++ COM Object so that it will correctly accept =
parameters by reference from an ASP/VBscript webapplication.=20
I'm working from the article found here: =
http://support.microsoft.com/kb/197957/EN-US/, as this article descibes =
my problem with the COM Object exactly.
The... more >>
Problem instantiating COM object from custom ActiveX DLL
Posted by Marja Ribbers-de Vroed at 12/16/2005 11:04:32 AM
I've been provided with a custom ActiveX DLL (written in C++) that reads =
a certiifcate to generate a signature for a passed XML string, and I'm =
having trouble instantiating it.
The DLL is registered succesfully on my computer and I've explicitly =
granted IUSR_<machinename> to use it.
The... more >>
Sessions without Cookie
Posted by prioregroup.com at 12/13/2005 1:04:20 AM
Do you want manage ASP Sessions variables without Session Object and without
Cookie ?
A free sample code (GNU license) http://www.prioregroup.com
thanks.
... more >>
global.asa and its engine ?
Posted by tolgay at 12/9/2005 12:00:00 AM
When a global.asa is changed does its engine need to restart or is it
restarting itself or so? I mean for example there is a web site which
contains asp pages and of course its global.asa file I wonder if there is an
engine each websites, does need the site's engine restart in that case or It ... more >>
Email program won't send in Windows 2003 - Queue_Manager
Posted by Jozef at 12/8/2005 6:59:08 PM
Hello,
I have a client that just switched to Windows 2003 server. Their website
has always run fine under Windows 2000, using an email program
queue_manager.exe to send order and support emails (sending a receipt to the
sender). This seems to work under Windows 2003, but won't send the email... more >>
|