Enter Keywords:
1 - 10 of 61(0.016 seconds)
Sort By:
 
In our web app on W2K, we are using COM+ components to interact with the backend SQL database(v7).  The app works for the login screen where we are using the same component to get users list to val...
Zones: Misc OSDate Answered: 07/15/2002 Rating: 7.8 Views: 0
I have a web application which uses OWC to create graphs which are saved as .gif files. I've been trying to write a 'clean up' function to get rid of any gifs which are older than 10 minutes. My co...
Zones: ASPDate Answered: 06/16/2003 Rating: 8.8 Views: 4
hi all, i'm running windows server 2003, and i'm getting an error from an asp "microsoft VBscript runtime error '800a0046' " Permission denied /email_send.asp, line 19 LINE 19 IS AS...
Zones: ASPDate Answered: 10/23/2003 Rating: 7.8 Views: 0
Hello, In the scriptcenter of MS I found a little script to remove all files from a dir. It works perfect except when there are files in that dir that are in use. in that case the script crashes w...
Zones: VB ControlsDate Answered: 05/03/2006 Rating: 8.4 Views: 0
I'm making an admin screen so that the administrator can change the content of file remotely anywhere. But, I got the following error D:\WWW HOSTING\ABC\Mullin\test\adrot.txt Microsoft VBS...
Zones: ASPDate Answered: 01/11/2000 Rating: 7.6 Views: 0
I have an upload section, where I give the user a chance to remove the file. I do this with the FileSystemObject, as follows FilePath = ImageDir & strRecordID & "front.jpg" Set fso = CreateObj...
Zones: ASPDate Answered: 04/19/2000 Rating: 7.2 Views: 0
I am using ASP/IIS 4.0 on NT. When the following code is executed, ---------------------- Set objSendMail = CreateObject ( "CDONTS.NewMail" ) objSendMail.From= email objSendMail.To="neena.dodda...
Zones: ASPDate Answered: 04/28/2000 Rating: 7.6 Views: 0
I've written an ASP file that is supposed to get data from html forms and add it to a text file called assets.txt . The problem is that everytime I run it is does an error:     Microsoft VBScript...
Zones: ASPDate Answered: 02/25/2001 Rating: 4.6 Views: 0
Hi, I'm trying to send an email to all the people on my mailing list, but I get this error: ********************************************************* Microsoft VBScript runtime error '800a...
Zones: ASPDate Answered: 11/27/2001 Rating: 7.6 Views: 0