all groups > inetserver asp components > march 2004
Microsoft Office for Automation
Posted by torrelm NO[at]SPAM hotmail.com at 3/30/2004 12:04:01 PM
Environment:
- Windows 2000 Server
- Office XP Professional (Full installation)
- IIS 5.0 with ASP
I have a word document, which is my template (template.doc). In a
first moment, in a Web Page, I request the user identification
(login). He types his login and click Next button.
A... more >>
Sms sending
Posted by Tony at 3/28/2004 4:31:06 PM
hi group
I have been ask to make a web application that receive texts form a user then forward to other mobile phones in sms form
I would like this to be done by a server that connected a mobile,that is something like Microsoft Sms sender.Could any nice guy point me out that how to make a applicat... more >>
I've a problem..0x80010105 the server has threw an exception... when i call a funcion in a dll. Any help please?
Posted by Jordi López at 3/28/2004 11:58:33 AM
ASP 0126 Include file not found error
Posted by Adil Akram at 3/26/2004 2:41:09 AM
I'm using IIS 5.0 Win2K (SP3). IIS sometime reports ASP 0126 "Include file not found" error on several .asp pages. 've checked my ASP coding its alright and works lot of time but some time it generates the above mentioned error. I've searched MSDN, knowledge base articles and found 3 different artic... more >>
ASP Page Call DLL, which call COM+ get permission denied on 2003 server
Posted by pyan NO[at]SPAM allposters.com at 3/24/2004 3:14:36 PM
Hi,
server1 is running on win 2000, server2 are running on win 2003.
I have one webpage which installed on each server locally. this
webpage calls a dll which is installed on each server locally. This
dll try to instantiate a COM+.
server1 works fine, but server2 return permission denied ... more >>
Client authentication from ASP problem
Posted by Aleix at 3/24/2004 1:34:22 AM
Hi,
I've followed the Microsoft Knowledge Base Article 301429,
where it explains how to install a client certificate so
when using a ServerXMLHTTP request object and the server
asks for a valid certificate everythings goes as it should.
But I've found some problems.
- To install a cli... more >>
How to run a CLient Side Function for a <asp:button >
Posted by RSB at 3/18/2004 5:12:24 PM
Hi Every one,
Having tuff time to make this work ..
i want to have a button and on my form say Delete button. So once i click on
it i want to confirm "Are you sure?" on the Client Side and if client select
"Cancel" then i want to ignore the action and if "OK" selected then i want
to Execute a... more >>
Using Office Components on IIS 5.0
Posted by N. Graves at 3/18/2004 8:56:21 AM
I would like make a friendly challenge the experts out their and to
help me find a solution to a problem I have. PLEASE help me!
I need to call server.createObject("outlook.application") from an ASP
page on IIS 5.0. With that said I have been successful with making
this call from a server th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
IIS6 and OWA 2003
Posted by Steve Gear at 3/17/2004 2:03:34 PM
When attemtping to logon to Exchange via OWA 2003 (loaded
on Win2k3). I cannot simply enter my username in the
username field. I must enter my domain name\username.
If I do not enter this, it returns the prompt with
hostheader\username
Is there a setting that controls this? I have s... more >>
Time out error.
Posted by Tahir Khan at 3/16/2004 10:54:01 AM
I am running into a command time out error. I have to retrieve a lot of date
thru a complex query. For some reason, I can't change the commandtimeout to
more then 30 secs. And yes I have Connectiontime incr4eased to 90 seconds.
No luck. Is there some thing about ADO version that could help?
H... more >>
IIS 5.0 ASP ContentRotator Component
Posted by Todd McClintock at 3/12/2004 12:44:04 PM
I am trying to support an existing ASP/ASP.NET
Application. The application works on our development
server but I get an error when I run it on my Windows 2000
Professional PC with IIS 5.0. The error is:
Server object: 006~ASP 0177~Server.CreateObject
Failed~Invalid ProgID
The error ... more >>
ASP, COM+ and simultaneous pages
Posted by s.witage NO[at]SPAM talk21.com at 3/12/2004 7:14:12 AM
I have a web application that allows client browsers on an intranet
(using IE6 SP1) to use an ASP page hosted in IIS 5 (Windows 2000 SP2),
to connect to VB6 ActiveX DLL components hosted in COM+.
The entry web page uses client-side javascript to open up 4 more
browser windows simultaneously on... more >>
deleting files on server from ASP page
Posted by Dariusz Tomoñ at 3/11/2004 5:07:33 PM
Hi
How could I perform the task of deleting or renaming file on the server
where I have ISS via ASP page.
best ragards
Derek
... more >>
inet, ftp, asp and hardship
Posted by arvaco at 3/11/2004 11:42:42 AM
I need to send an updated file to a remote server via ftp whenever
someone loads an asp page. I can do this with VB but when I tried the code
in asp I get one of those 'cannot coerce type' errors. Here's what I have so
far:
Rfile = "traffic.htm"
Lfile = "C:\Inetpub\wwwroot\Traffic\traffic... more >>
Creating an ASP page from and ASP page
Posted by daly_jason NO[at]SPAM yahoo.com at 3/10/2004 9:19:07 PM
I'm trying to write an asp page line by line, as one would create a
text file, only my file will end in .asp.
One line simply writes a close ASP code tag, or
FILECONTENTS=FILECONTENTS & "%>"
When this line processed, an error occurs saying that the string was
never terminated because the as... more >>
mapping network drives through asp
Posted by dmalhotr2001 NO[at]SPAM yahoo.com at 3/10/2004 1:07:19 PM
Hi,
I was wondering is there a way to map a network drive a on persons
machine with a online gui interface?
Is there a way user 1 can map drives on THEIR computer using an online
interface?
Thanks
:DHRUV... more >>
Office Web Components in ASP
Posted by Surjit Madiwalar at 3/8/2004 12:53:32 PM
Hi
I want to use Office Web Components in ASP for displaying Charts on the
browser.
The charts should be, like in Excel
Any resource and/or information is higly appreciated.
Rgds
Surjit
... more >>
Parsing ASP or ASPX on clients?
Posted by Peter Kaptein at 3/7/2004 11:14:10 PM
Is there a way to locally parse ASP or ASPX pages on a machine running Win98
XP or Workstation?
An alternative I am considering is using calls to a DLL that basically
resolves what I otherwise would do in the .ASP scripts. (<A
HREF="c:\<appdir>\myDLL?<variables>">get Page</A>)
I need someth... more >>
Page Counter Problem
Posted by Apostolis K. at 3/6/2004 5:37:00 PM
I have an asp page and I want to display page hits of another page. I use
the following code but I always get 0 for result. I am not sure if i am
doing something wrong
Page that uses the Hit Counter (default.asp)
------------------------------------------
<%
Set objPageCounter=Server.CreateO... more >>
Page Counter
Posted by Apostolis K. at 3/6/2004 5:32:13 PM
I have an asp page and I want to display page hits of another page. I use
the following code but I always get 0 for result. I am not sure if i am
doing something wrong
<%
Set objPageCounter=Server.CreateObject("MSWC.PageCounter")Response.Write
objPageCounter.Hits("../default.asp")
%>
--... more >>
Creating ASP COM Component using VB.net
Posted by Maurice v/d Zwaan at 3/6/2004 10:53:17 AM
Hi,
does anyone know if it's possible and how to create a COM component using
VB.net which can be called from a classic asp page ?
Thanks,
Maurice
... more >>
VB Component Executes Twise from ASP pages
Posted by Satish A at 3/4/2004 12:50:59 PM
Hello,
I have a VB6.0 Dll component with few properties and a Save Method.
I am instantiating this component in ASP page as
Set obj = Server.CreateObject("MedMgmt.Inventory")
set obj.id = 1
saved = obj.save()
if saved = true then
response.redirect "next.asp"
response.end
else
... more >>
trouble shooting/debugging asp hang
Posted by Miloud Kabsh at 3/3/2004 9:28:20 PM
Hi there,
I have asp pages running from a hosting server. In there I open a bunch of
connection to an access database.
When we ported over to win2k3, the site started going down, or hanged (with
no response).
I am suspecting a set of possibilities: 1-we could have reached access max
db ... more >>
VBScript
Posted by Josaz at 3/2/2004 9:03:40 AM
Hello, All I am trying to use my vbscript files same way I use my JavaScript
within my html or asp file
explain in my html file
(This work well)
<html>
<head>
<title>this title</title>
<script language="JavaScript" src="jscripts/myscript.js"></script>
<body>
</body>
</head>
</html>
... more >>
Grabbing a signature in/from a web page
Posted by Maverick at 3/2/2004 5:38:19 AM
Hi all!
I am developing an Intranet application that requires a form to be
completed with a signature. Does anyone have any bright ideas as to how
I can capture the signature (I don't need anything fancy almost a simple
paint type space ;)) and store it either as an image or, as a binary
obje... more >>
http component
Posted by Dionísio Monteiro at 3/1/2004 7:55:31 PM
Hi there,
I'm integrating a e-payment mechanism on a web site and I'm having the
following problem:
I use an http component to programatically submit a form with the payment
details to
the on-line payment platform, but I need to submit a client certificate in
the process as well. Is there a ... more >>
http & 404
Posted by cowboy at 3/1/2004 5:26:09 PM
CDONTS.NewMail and SMTP on different servers?
Posted by kjackson NO[at]SPAM wispwest.net at 3/1/2004 1:58:23 PM
I am working on an ASP web based application that uses the
CDONTS.NewMail object for messaging. Is it possible to set up the SMTP
service on different server - not the web server for the app? If so,
can you tell me what would be required to do this?
TIA!... more >>
|