all groups > inetserver asp components > november 2003 > threads for november 22 - 28, 2003
Filter by week: 1 2 3 4 5
Compressing - Zipping files in vb or javascript in asp file
Posted by Arthur at 11/28/2003 7:33:48 PM
Does anyone know if the new Windows 2003 built-in .zip
compressor/decompressor is available to scripting? If so, can you kindly
point me in the right direction? I've searched and searched MSDN and can't
find a damn thing. TIA.
Arthur
... more >>
Passing variables from ASP to Javascript
Posted by Gung Ho at 11/28/2003 2:20:24 PM
I am using ASP to open a text file on the server and I want to pass
variables to Javascript.
Any suggestions?
For example - I have a text file on the server defining a set of pictures.
I open the text file to retrieve the list of files. I want to pass the list
of files to the Javascript wh... more >>
AspBinFile on IIS6?
Posted by Walter Zydhek at 11/28/2003 2:18:17 PM
I have been running a site for some time on IIS 5 using
the common "AspBinFile" component. I use the component to
display images and allow downloading of ZIP files from a
secure directory on my server.
I am upgrading to a Windows 2003 server with IIS 6 and
have discovered a problem.
The... more >>
What is the .NET equivilant of an ASP COM component?
Posted by Thomas H at 11/26/2003 6:33:15 PM
Hello all; I've been searching for this answer for a long time now;
hopefully someone here can help me?
I wrote a web application a year and a half ago. It used Javascript/ASP,
and interfaced to a database server. I didn't use ADO at all. I wrote a
component in Visual C++ 6.0, which used th... more >>
wsc component
Posted by cris manahan at 11/25/2003 8:36:01 AM
I have created a script component and registered it in my
windows 2000 advanced server with IISv5.0, when i tried to
access it from the network sometimes it works and
sometimes it displays ran out of memory or the resource is
in use, but when i restart IIS it's working again for
quite some... more >>
no neutral threading in win 2003?
Posted by TechChief NO[at]SPAM vinetglobal.com at 11/25/2003 6:57:02 AM
Hi All,
I have a COM component written in C++ which is inteneded
to be stored in the Application object.
This means of course that I had to write it as
threadingModel = Neutral.
Alas in Win 2003 server this somehow doesn't work and I
get the following annoying error message:
Application ob... more >>
some advice on dsofile.dll please...
Posted by s_m_b at 11/25/2003 3:48:24 AM
having got it to read the first file in the collection, even though the
page count comes back wrong, I get
'asp 0177:80030002 server.createobject failed'
when trying to read the second file.
this is the code:
set fso = CreateObject("Scripting.FileSystemObject")
set f = fso.getfolder("e:\... more >>
test
Posted by xxxx at 11/24/2003 1:01:48 PM
Don't see what you're looking for? Search DevelopmentNow.com.
Concatenation help
Posted by David P. Jessup at 11/24/2003 8:22:54 AM
Good day folks,
I finally broke down and wrote my first DLL to "secure" my asp code.
One of the classes I wrote in the object contains many string lines.
So I'm currently writing the code like this:
Function myClass(variables) as string
myString = myString & "......"
myString = myStr... more >>
how to retrieve page count from word?
Posted by s_m_b at 11/24/2003 7:38:04 AM
I'm trying to extract the number of pages in a word 2000 document, but
can't find either the property/method via application.word, or any other
way of doing it.
does the pagenumbers method get there, since it seems to refer to the
instance of page number in the header/footer?... more >>
Grab HTML
Posted by David Taylor at 11/23/2003 8:04:55 AM
I'm looking for a way to grab the HTML behind one of my pages and display it
to the user. The page I'm trying to get the HTML from is an ASP page, so
obviously I'm looking for the post-asp processing results. Basically I want
the same HTML that the user could get if they had done a "View Source... more >>
multiple activex components?
Posted by yabbadooGOAWAYSPAM NO[at]SPAM bigfoot.com at 11/23/2003 12:13:16 AM
I have created an activex component that works with a website/asp to do some
background ops.
Everything works well but when I try to open a 2nd instance of the activex
while the 1st instance is still running I get an error;
Server object, ASP 0177 (0x8007007E)
8007007e
Activex #2 is be... more >>
Image component with two dll
Posted by Etienne Descure at 11/22/2003 10:52:15 PM
Hi,
I've been told that there is a very efficient asp server - image component,
which has two dll files.
I can't achieve to find id.
Does someone know such a component ?
Thanks by advance
Etienne
... more >>
|