| Thread | Last Post | Replies |
|
| Creating a URL still exists page/util | 28 Dec 2005 18:41 GMT | 1 |
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
|
| Sessions without Cookie | 21 Dec 2005 15:11 GMT | 2 |
Do you want manage ASP Sessions variables without Session Object and without Cookie ? A free sample code (GNU license) http://www.prioregroup.com thanks.
|
| MSXML2.ServerXMLHTTP yielding unrecognized response | 20 Dec 2005 21:02 GMT | 3 |
'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: ================================
|
| Passing parameters by reference to a VC COM Object | 16 Dec 2005 21:01 GMT | 1 |
I need to change a C++ COM Object so that it will correctly accept parameters by reference from an ASP/VBscript webapplication. 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.
|
| Problem instantiating COM object from custom ActiveX DLL | 16 Dec 2005 12:31 GMT | 1 |
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 ...
|
| global.asa and its engine ? | 08 Dec 2005 20:45 GMT | 1 |
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 ...
|
| Email program won't send in Windows 2003 - Queue_Manager | 08 Dec 2005 20:01 GMT | 1 |
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 ...
|