all groups > inetserver asp components > august 2003 > threads for august 15 - 21, 2003
Filter by week: 1 2 3 4 5
Need help with AspExec and xcopy...
Posted by Jorgen Gustafsson at 8/21/2003 4:05:55 PM
Hello,
im trying to xcopy files from one client to another using the AspExec component (desktop-shortcuts for a specific user....)
<%
client1 = request.form("client1")
client2 = request.form("client2")
signature = request.form("signature")
Set Executor = Server.CreateObject("ASPExec.Execute... more >>
Component very slow the first time...
Posted by vivek at 8/21/2003 1:34:55 PM
Hi all,
I have developed a component in VB which basically interacts with Acrobat
and saves the stuff into the database and loads up the form with the
existing data. I designed this to be a COM+ application, but everytime the
user acceses this application for the first time(this is happening eve... more >>
Windows 2000 IIS Session restricted?!
Posted by David Lozzi at 8/21/2003 1:16:30 PM
Session("UID") = 10
Session("Name") = "John Doe"
I have an ASP application loaded on a Win2k SP3 server in Anonymous
Authentication Mode. When I try to access the site, none of the session
variables work. I have to lower the security to Low in Internet Explorer for
the session variables to ru... more >>
Accessing VJ++ COM DLL From ASP Page gives error
Posted by Surya at 8/18/2003 10:05:10 PM
Hi Friends,
I had written a VJ++ COM DLL which uses some jar files.I tried to
access the DLL from a VB Standard Exe
and it worked fine.But,when i did the same with a ASP Page it gave an error
No Class Def Found.The Jar Files
which the COM DLL needs where in the proper classpath when the ... more >>
debugging ASP.NET , not enough storage space error
Posted by JohnHurt NO[at]SPAM hotmail.com at 8/18/2003 5:09:48 PM
Hi,
after I got my IIS server to wor and making a few projects.
out of the blue, no changes made I get this error when trying to debug
an ASP.NET page;
'error while trying to debug on webserver, [then the errormessage is
in dutch, my OS language] because there is not sufficient storage
... more >>
DCOM call from an ASP page.
Posted by Tapasvi Mehta at 8/18/2003 12:24:39 PM
I have a COM component running on another Windows 2000
server. I want to call that component from the IIS server,
which is on another Windows 2000 server. How can i do that
from an ASP page ?
... more >>
DLLHOST looping at 50%! What does this tell me?
Posted by Larry Woods at 8/18/2003 9:19:19 AM
I have a bug somewhere and I don't know how to find it. I was told by
someone that they thought that one of my ASP pages might be looping. Well,
I set up a test and (1) a tight loop buries the CPU; DLLHOST=100%, not 50%,
and (2) when the page timed out, the page was closed and the DLLHOST proce... more >>
Example of a ASP 3.0 Agile Server Component developed in VC++/ATL
Posted by Paul Fallon at 8/18/2003 12:48:43 AM
Hi,
I was wondering does anyone know where I could get my hands on a good
sample of an ASP 3.0 agile server component developed in VC++/ATL.
Ideally, I am looking for a cache/dictionary/lookup object that can be
assigned to the ASP application object, therefore the object is going to
have... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Threading model to 'Any Apartment'
Posted by vivek at 8/15/2003 5:40:15 PM
Hey guys,
i am relatively new to this COM+ thing, i am trying to figure out where do i
set the threading model for my application as 'any apartment'. Do i do this
when i develop my dll? if so which setting in the vb project, or if not
where do i do it. Thanks in advance.
Vivek
... more >>
Question to all ASP GURUS
Posted by MFA at 8/15/2003 4:15:09 PM
Hi all
Is there any way I can copy one folder from one place to another place over
the internet....
Kind regards
... more >>
|