Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Is there a maximum number of emails CDONTS can handle in an asp script
Hugo Lefebvre - 20 Oct 2007 1:39 PM - 4 messages
Is there a maximum number of emails CDONTS can handle in an asp script? I have different questions about this. Question1:     example1:     set objSendMail = createobject("CDONTS.NewMail")     ......     objSendMail.To = emailto ...
Score chunked post to ASP page
letisoft - 20 Oct 2007 6:14 AM - 3 messages
Hello, I am sorry but I am not ASP developer, anyhow I have problems communicating with ASP pages so I am trying to help the developer of the page. The problem is with posting chunked data. According to HTTP 1.1 ...
Score netobj.GetSystemInfo()
Anil Gupte - 20 Oct 2007 4:49 AM - 4 messages
In Javascript there is this function netobj.GetSystemInfo() Is there an equivalent in ASP? ...
Score Cannot run old ASP files in Windows 2003 Server R2 64 Bit
BuddyWork - 19 Oct 2007 3:26 PM - 3 messages
I have old ASP pages that runs on Windows 2003 Server 32 Bit. I now am trying to run them on Windows 2003 Server 64 bit. I get the error HTTP/1.1 500 Server Error IIS is setup for 32 bit ...
Score Method not allowed(Error code = 80070005)
Michael Bender - 19 Oct 2007 1:52 PM - 4 messages
Hello everybody, after reinstalling Windows XP (incl. IIS) it is not possible to create new webs on the local IIS in the likeweise reinstalled Visual Interdev 6.0. After typing in the name of the desired webserver (machine name or ...
Score Permission denied creating Singleton in GLOBAL.ASA
Tony Proctor - 19 Oct 2007 12:48 PM - 10 messages
I need to create a process Singleton object for an ASP application, but I'm having some odd issues In my GLOBAL.ASA, I have an <OBJECT> element specifying the relevant ProgID with RUNAT=Server and SCOPE=Application ...
Score internet explorer cannot read post data from form
JohnathanKong - 18 Oct 2007 6:55 PM - 1 message
Hello, I hope this is the right place to post, but anyways, here goes. I current have a forum, snitz, in place, but am having an IE specific problem. Basically what happens is, I have a page that drops a cookie which logs in ...
Score Help Parsing RFC822 Formatted Date
VUNETdotUS - 17 Oct 2007 2:57 AM - 4 messages
How can I parse RFC822 date format Sat, 13 Oct 2007 22:09:03 PDT to MM/ DD/YYYY? Any reference you can recommend? Thanks ...
Score passwords in the source?
jp2code - 16 Oct 2007 8:02 PM - 7 messages
I've got some files that are not very sensitive. Mostly history files from email sessions using our contact forms. I'd like to password protect these files so that if someone happened to get a link to it, they couldn't start passing it all around for anyone to read, ...
Score CDONTSing from home computer vs antispam filters
aa - 16 Oct 2007 7:05 AM - 6 messages
I work from home and would like to automate sending out newsletters to my customers from my home computer using ASP CDONTS and Access where my customers are stored. I was advised however, that emails originated like that from a private ...
Score variable asp include
j.woodcock - 15 Oct 2007 4:18 PM - 7 messages
is there a way of having a file that's name is a variable (eg dependant on the user name) act like a include. i know that you cant define the file for an include asp tag using a variable and that reading the file using "Response.Write ...
Score How to play .vox file in asp page
Jawahar - 15 Oct 2007 10:45 AM - 7 messages
I need to play .vox files using ASP. Can anyone help me out. ...
Score write a file to as subfolder of a InetServer location
Thanh-Nhan Le - 15 Oct 2007 8:15 AM - 7 messages
Hello, I have an ASP application on IIS server: http://localhost/myApp I use ASP and a my own VB activex DLL to create a pdf file and write this file to a subfolder of the Application folder: http://localhost/myApp/pdfs ...
Score FSO Error
Miguel Orrego - 14 Oct 2007 5:38 AM - 2 messages
Hi, I'm getting a permission denied error on a win2k server using fso.deletefile. I have given the IUSR and IWAM full control permissions to the directory and the files are not read-only. Any ideas? Thanks. ...
Next »