all groups > inetserver asp components > july 2005
COM components mixing data
Posted by Jona Gold at 7/29/2005 11:15:40 AM
I have an ASP application which calls a custom COM object.
This object parses a document template and fills it with data
from database. Sometimes on concurrent requests data gets
mixed - user gets half of his document and half from somebody
else.
I had a similar problem once, it was caused by... more >>
I want to code upload functionality
Posted by Tash at 7/29/2005 9:06:05 AM
Now I have it. Where I am using
<INPUT id="fWaiver" style="FONT-SIZE: x-small; FONT-FAMILY: Verdana"
type="file" name="File2" runat="server"><br>
<INPUT id="bWaiverUpload" style="FONT-SIZE: x-small; FONT-FAMILY: Verdana"
type="submit" value="Upload" name="bWaiverUpload" runat="server">
... more >>
DropDownList
Posted by Wojtek at 7/27/2005 9:47:16 AM
Hello
I have to dropdownlists on my page: one containing project names, second
containing project versions. I would like to refresh the contents of the
second dropdownlist right after the selected item in the first
dropdownlist is changed. I tried the SelectedIndexChanged event but it
d... more >>
error "ASP 0178 (0x80070005)" beim Debuggen
Posted by Georg Bauer at 7/27/2005 12:29:02 AM
Ich möchte eine ASP-Seite debuggen, in der mit
set obj = Server.CreateObject("myDLL.myCÂlass")
mein COM-Server instanziiert wird.
Die Seite läuft einwandfrei, bis ich im VisualStudio6.0 in den
Debug-Modus schalte.
Dann erhalte ich im Browser folgende Fehlermeldung:
Fehlertyp... more >>
debugging ASP/DLL/IIS
Posted by Georg Bauer at 7/22/2005 1:15:03 AM
I work with VS6 on WinXPpro
I developed an ActiveX-DLL for using in ASP-documents. It works fine, but
now I want to debug the DLL because an error occurs.
I unregistered the DLL, started VS6, set breakpoints, press F8
Then I start my Web-Application, but Debugger does not start, but I get an
... more >>
How to Send Request to IIS Server after the Page Displayed
Posted by Prabhat Nath at 7/22/2005 12:00:00 AM
Hi All,
Is that possible that I can send request to IIS Server after a .ASP page is
displayed?
My Requirement is:
Clinet will Fill the Details in one Request Form after the details are
filled then the Request Files will be shown to the user as Link in Another
page. (Currently before Send... more >>
SMTPsvg.Mailer
Posted by Prabhat Nath at 7/22/2005 12:00:00 AM
Hi All,
I know that the SMTPsvg.Mailer component is used to send mails from ASP
Page.
Can any body tell me where can I get the Component for download or Do I need
to purchase the component?
Is this Component is better than CDO ?
Thanks
Prabhat
... more >>
ASP IIS Request queue
Posted by Lucy Clarke at 7/21/2005 5:31:06 AM
We have recently found that our ASP application located on a virtual
directory on IIS6 Windows Server 2003 is only processing one page at a time,
the rest are being queued. I have increased the number of worker process
threads for the relevant application pool and that number are being process... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DCOM Errors on 2003 Ent, Event ID:10016
Posted by Glockman at 7/20/2005 12:37:14 PM
Everyone,
Really pulling my hair out on this one and hope somone can help.
Built a new 2003 Advanced Server, SP1 and copied our web site from our
existing IIS 5 server to this new 2003 server.
Ok, our developers have created about 35 custom COM+ packages, so I
copy over all the dll'... more >>
How do I ensure ActiveX object is cleaned up when stored in ASP session?
Posted by Steve Franks at 7/14/2005 12:00:00 AM
I have an ATL based ActiveX component (MyLib) that is used from within
classic ASP pages (created via Server.CreateObject).
Inside MyLib there is a custom class (MyCustomClass) that basically just
consists of several member variables that hold primitive data types (ints
and bools) along wit... more >>
Relative path in "foldexists" method
Posted by Guojun Zhu at 7/11/2005 5:10:24 PM
I tried to check whether the folder exist before writing a file. I tried to
use the relative path for easier transfer to other server. I set up the IIS
in my local machine. The asp page is c:\site\upload.asp. I have folder
c:\site\image\ for creating the files in. I write the statement in
... more >>
calling a com object
Posted by Wendy Elizabeth at 7/6/2005 11:31:07 AM
I have an application that is written in classic ASP (VBscript). The
classic asp program calls a Visual Basic.NET version 1.1 COM object to
obtain information from the mainframe. Most of the time the call from
the classic asp program works.
The call looks like the following:
"If L... more >>
Issue using CDO and ASP when hosted from a Windows Server 2003 box
Posted by Sydem at 7/6/2005 10:01:04 AM
Hello. I have a function, code below, that I use to send email in ASP via
the CDO object. The username and password to the SMTP server are commented
out because the SMTP server is behind a firewall and doesn't require
authentication. (Just wanted to point out that I know that isn't the issu... more >>
|