all groups > inetserver asp general > november 2003 > threads for thursday november 13
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Basic CDONTS question
Posted by Steve at 11/13/2003 9:14:11 PM
objNewMail = Server.CreateObject("CDONTS.NewMail")
How do I know whether the "Send" command from a CDONTS object actually was
sent?
Is there a status variable that can be checked? Or a log file that can be
written to?
Thanks in advance!
Steve
... more >>
Caching data
Posted by David Gagné at 11/13/2003 6:55:23 PM
Hi,
I'm using ASP on Windows 2K. I'm NOT using ASP.Net. I have static data in an
XML file that I would like to cache. Based on my idea explained below, is it
an approach that should scale correctly? Considering that the cache will be
used extensively, will this create a bottleneck?
My idea is... more >>
ASP.NET vs ASP
Posted by shank at 11/13/2003 2:21:14 PM
If this forum is not for ASP.NET questions, please excuse and direct me to
the correct forum.
Questions for programmers that have migrated from ASP to ASP.NET....
Are you happy you've made the commitment to migrate? Did you happen to
migrate for a specific reason? Did you migrate just becaus... more >>
Sending email both as html and plain text
Posted by Irishmaninusa at 11/13/2003 2:17:43 PM
Hi Everyone,
Is it possible to send email both as plain text and html in the same email
using asp?,,,if so...how do you do it and what do you need to set up to do
it.
JD
... more >>
Component Services
Posted by Roger Cantillo at 11/13/2003 1:18:30 PM
Hi:
I created a vb dll and registered the component via a call to regsvr32. I
later updated the object and unregistered the old one, but then
re-registered on IIS server via component services as a new object.
When I tried to call the object via Server.CreateObject call in ASP, i got
an error.... more >>
Session Problem on AOL Browser
Posted by Jonathan Chong at 11/13/2003 12:23:30 PM
I have problem with AOL browser (IE and Netscape are OK) accessing my Web
site after putting up a load balancer that will go to W1 or W2.
The problem does not happen when there is only Web server and no load
balancer installed.
The problem is on the checking of the session timeout function. ... more >>
free IDE for ASP
Posted by Grey at 11/13/2003 12:15:08 PM
Hi all
Is there any free of charge IDE for developing ASP?
Regards
Eric Yum
... more >>
online dairy
Posted by raj chahal at 11/13/2003 11:04:57 AM
hi there
could someone direct me to code for an asp dairy please.
thank
raj
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with Visual InterDev 6.0
Posted by CM at 11/13/2003 10:20:47 AM
Hi, I am trying using Visual InterDev 6.0 to create an ASP web application,
but got the following problem:
Start Visual InterDev 6 -> Select New Web Project -> Change(or remain the
default name) -> then click Open -> When asked to select a Server, I input
the computer name -> then an error... more >>
CDONTS problem
Posted by Gonzosez at 11/13/2003 9:45:06 AM
I have been using CDONTS for a while.
Now I get the message
Microsoft VBScript runtime error '800a0046'
Permission denied
anyideas?
... more >>
Get the number of sessions going on now.
Posted by Jeff Clark at 11/13/2003 9:18:11 AM
Hiya!
How would i get this number? thanks!
... more >>
A question about shared db connections
Posted by William at 11/13/2003 6:15:33 AM
Hi and Thanks in advance for taking a look at my question.
I am using an "include" page with a sub to open a db connection for multiple
Recordsets. My problem is that in some cases I need to use set connection
parameters such as adOpenDynamic, adLockPessimistic, adCmdText.
Is there a way to... more >>
Disable button after first click
Posted by Sinity at 11/13/2003 1:07:50 AM
Anyone knows the method/codes to disable the clicked button after first
click by using .aspx-- to prevent people to click many time when waiting for
the server response.
I tried to do this by adding a java script for the button. But, useless..
Please help!
... more >>
Use asp to trigger a 2nd asp???
Posted by yabbadooGOAWAYSPAM NO[at]SPAM bigfoot.com at 11/13/2003 1:05:02 AM
I want to use a asp page to trigger a 2nd asp file. and return immediately.
#2 does not have any user interface, it simply manipulates some data and
writes a report to a log.
I want #2 to run in the background while I continue with other operations.
Any ideas how to do this?
TIA
... more >>
|