| Thread | Last Post | Replies |
|
| Common Files DAO, ADO, System32 | 23 Oct 2004 16:52 GMT | 1 |
What's the recommended way to determine if a file is installed and registered? I've tried to use Server.MapPath but that doesn't search the system path, it only looks through the one specific
|
| How to post data to a different domain and recieve a response | 22 Oct 2004 19:35 GMT | 7 |
I have a web application running inside an organization and I need to post some data to an asp page sitting outside the organization How do I get failure or success error from the outside page? currently I am using IFrame,but I wonder if I get 404(server down) how do I
|
| A question about activeX control... | 19 Oct 2004 17:26 GMT | 2 |
I have an .htm file which references an activeX control. The control itself is inside the .cab file. In addition there is also a file with .mso file extension. According to the developer this .mso file was created by MS word and contains the graphic displayed by the activeX ...
|
| Server.CreateObject("MSWC.Tools") fails in Windows 2003 server? | 19 Oct 2004 05:07 GMT | 7 |
I hope you all are fine and doing well. I'm finding this error when i do Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already installed IIS resource kit and window 2003 server resource kit but the problem persists. Please tell me how to get rid of this.
|
| Error Createobject() | 19 Oct 2004 03:31 GMT | 1 |
Muchas gracias antes de nada El problema que tengo es que necesito desde una pagina web en asp ejecutar al aplicaci?n Word en el cliente. Para ello uso este codigo en vbscript <SCRIPT LANGUAGE=VBScript>
|
| How do I use CDONTS.new to send an email with attachment? | 17 Oct 2004 22:09 GMT | 1 |
Can someone give me some sample code to use CDONTS.new to send email with an attachment? I've got sample code from the following website; http://msdn.microsoft.com/library/en-us/cdo/html/_denali_newmail_object_cdonts_l ibrary_.asp?frame=true
|
| CDO.Message ???????? | 17 Oct 2004 11:09 GMT | 3 |
using... set cdo = createObject("CDO.Message") cdo.To = "email@domain.com" cdo.From = "name <anotheremail@domain.com>"
|
| .NET DLL running in ASP | 15 Oct 2004 04:31 GMT | 1 |
We have the following test VB.NET class file Public Class create_cls Public Function multiple(ByVal x As Int16, ByVal y As Int16) As Int16
|
| Checkbox - Data | 13 Oct 2004 18:44 GMT | 1 |
I am having real difficulty using Checkboxes. I have SQL db which has several fields defined as bit datatypes and I am trying to view the data in these fields in checkboxes with an ASP webform. I also would like to be able to update the data in the bit field from the
|
| Type Mismatch When Set VB Com Property to Request Form Numeric Var | 13 Oct 2004 02:59 GMT | 1 |
We are moving existing, production ASP 2 and VB6 code from NT4/IIS4 to Windows 2003/IIS6. We get a Type Mismatch error when we try to assign a numeric sub-type Variant value to a VB6 component property.
|
| open a web page with passed values | 12 Oct 2004 18:52 GMT | 1 |
Via ASP, I want to open a web page from a commercial site, and populate some field values (name, address, etc.) on the page. Is this possible? Thanks in advance.
|
| Where do I start writing components for COM+ ? | 10 Oct 2004 12:11 GMT | 4 |
I have had loads of experience writing COM components for ASP using NT4 and IIS4, but haven't done it for some time. I have recently upgraded my server to Windows 2003, and am now getting some error messages apparently related to my components.
|
| ASP Question | 09 Oct 2004 13:04 GMT | 3 |
hi! What's is required to setup a ASP web server? and what software is needed to do that?
|
| CDONTS sends internally but not externally | 08 Oct 2004 12:17 GMT | 1 |
We are connecting to a windows 2000 exchange server and using it to relay emails sent from an ASP page. The IIS server which hosts the ASP page is using its own SMTP virtual server to relay the email to our exchange server via it being specified as the smart host. The
|
| big, BIG problem with CDONTS (not hiding BCC entries) | 02 Oct 2004 17:51 GMT | 1 |
I've just been trying to explain to my client how, despite the fact that I used the BCC property of the Newmail CDONTS object to specify the recipients, everyone received an email clearly showing a (partial) list of their fellow recipients! Normally that might just be
|