all groups > inetserver asp components > october 2003
Filter by week: 1 2 3 4 5
Upload Files to Database with own Component
Posted by Robin Walter at 10/31/2003 11:32:23 AM
Hello,
i would like Upload Files with ASP over my own Component to a Database, but
I don´t like to use external Components (persists, simpleupload etc.)
Can ypu help me ?
Thx
Robin
... more >>
ASP not working
Posted by Alan at 10/31/2003 6:29:40 AM
New to IIS, Why won't IIS 5.0 serve up my ASP web pages?
I get an error on my IE "HTTP 500 Internal Server
Error". Do I need to configure IIS someway to serve up
ASP web pages? Can't find anything in setup concerning
this and cannot view help because it is an ASP page. ... more >>
IE6 does not render ASP-generated HTML
Posted by Serve Laurijssen at 10/30/2003 4:10:04 PM
Hi all,
I am struggling with the following problem: I have an ASP application which
generates HTML. However the HTML does not always render on IE6. When
requesting new pages from the ASP application before the current one has
fully loaded and rendered the following problem occurs:
only the va... more >>
Getting GetLastError=0x00000485 when tryin to install AspSmartUpload
Posted by nonoisemfdesign NO[at]SPAM fr.stnonoise at 10/30/2003 3:56:18 PM
Hello dudes,
I'm getting this error that's driving me mad :-/
LoadLibrary("aspSmartUpload") failed
GetLastError returns 0x00000485
My Os is Win98 SE and the server is PWS.
Has anyone ever met that problem, and is there a solution ? I guess
that some £$µ@% dlls are missing, but which on... more >>
Crystal Report and Active Server Page
Posted by Pramodu. C. P at 10/29/2003 11:20:31 PM
Hi All,
Hope some one can help me.
I am new to the world of ASP. Yes, I have created some asp
pages, for our organization. My Server configuration:
Windows NT 4 SP6, IIS Installed. Now, i want to link my
asp pages to one of my crystal report which i have
designed using CR9. I have searc... more >>
Collaborative Data Object for Windows XP
Posted by Mike at 10/29/2003 9:58:57 PM
How do i get Collaborative Data Object installed on a
Windows XP PRO computer?
i keep getting "Invalid class string" errors when i try to
have the results of a form emailed to me
please help.
... more >>
ok to cache objects?
Posted by Serve Lau at 10/29/2003 8:39:41 PM
Is it ok to take advantage of the fact that an inprocess dll keeps loaded in
an asp application?
I mean, create some expensive global objects once instead of recreating them
every time?
--
Looking for a C(99) compiler for windows?
Download lccwin32.
http://www.cs.virginia.edu/~lcc-win32/
... more >>
Sending Attachement using APS Cdonts
Posted by Sandeep P at 10/29/2003 2:37:15 AM
Hi
I have a program which is used to send a mail with a
attachment using cdonts when i attach a word file and send
it ,i have the following problem while recieving the mail
i find that the attachment is open in the body and it show
all junk characters i want the attached file not to be
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP 0178
Posted by Cyril Porseland at 10/29/2003 1:22:12 AM
Hi,
I try to use one test ActiveX DLL with Server.CreateObject
("xxxx.xxx") in a Server 2003. This works fine in Server
2000.
The error message are:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking
permissions. Access is denied to this object.
... more >>
Server.CreateObject error
Posted by sam_desh NO[at]SPAM yahoo.com at 10/28/2003 12:50:25 PM
I am getting an error while executing the line, Server.CreateObject.
The error is
Server object, ASP 0177 (0x800AEA5F)
I am using IIS5, Windows 2000 Server.
I have made sure that the dll is registered. I could not find any help
for the 800aea5f.
Any help will be highly appreciated!!!... more >>
Page Number and Page Breaks
Posted by AV at 10/28/2003 7:24:09 AM
Hello all,
Can anyone please let me know how to insert page numbers
and page breaks in ASP ???
Early response is appericiated.
Thanks
... more >>
The elusive ChiliReports 2.0 installation files
Posted by Greg at 10/28/2003 7:08:36 AM
Does anyone have a copy or know where I can get an
installation executable for chiliReports 2.0 from chili!
soft. The copy I'm working for bough a copy several years
ago, then moved their datacenter and lost the
installation in the process. I have the registration e-
mail that was sent to th... more >>
Using ASP to determine the OS
Posted by Nathan Sokalski at 10/27/2003 7:37:43 PM
I want to determine the operating system using ASP (or VBScript inside of
ASP). I tried to get it using the Request.
ServerVariables(EnvironmentVariable) method. On the web page about ASP in
which I found this method, it gave a list of possible values for the
EnvironmentVariable parameter. One o... more >>
Please help with .bat script
Posted by Lucas Cowald at 10/27/2003 12:46:50 PM
+++++++++++++++++++++++++++++++++++++++++++++++++
REY, please don't reply to this post. I need someone to help me with this.
+++++++++++++++++++++++++++++++++++++++++++++++++
Hi,
I have no idea how to write .bat scripts, can you help me write one?
Here is a pseudo code of what I would like th... more >>
REPOST: Deploying an ActiveX component in a CAB file, problem
Posted by Chris Dunaway at 10/27/2003 11:32:04 AM
Can no one assist me with this problem?
I have created an .OCX in VB6 for use on a web page. I created a .cab file
and placed this file on the web server and updated the web page with the
<OBJECT> tag with the correct guid, etc.
When I hit the web page, it prompts me and asks if I want ... more >>
I need help with .bat script
Posted by Lucas Cowald at 10/27/2003 2:03:11 AM
Hi, I have no idea how to write .bat scripts, can you help me write one?
Here is a pseudo code of what I would like the .bat script do.
For intFolder = 1 to 100
For intFileNumber = 1 to 20
IF k:\o\intFolder\intFileNumber.wmv file does not exist, THEN exit
loop.
sse45.ex... more >>
Creating COM object from asp
Posted by Yaroslav Nizhnik at 10/24/2003 7:10:17 PM
I have a problem.
I've implemented Out-proc COM object - 'obj' in server - 'serv.exe'. If I
create this object from VB script, or C++ client, It works correctly.
But if I start my server (run serv.exe, or create 'obj' from client), and
try to create it from asp - it works fine, but new process ... more >>
Out of stack space
Posted by Cédric at 10/24/2003 2:18:27 AM
Hello,
I'm using iis 5 on windows 2000 Pro. I have a recursive=20
function. If the recursion is too big, I get a "Out of=20
stack space" error. On a windows 2000 Server, with exactly=20
the same data, i have no error.
How is it possible to increase the stack size ?
Thank you
C=E9dric ... more >>
marshalling C++
Posted by Serve Laurijssen at 10/23/2003 4:55:41 PM
I have a function with the following signature
HRESULT func([in]BSTR id, [out, retval] VARIANT *retval);
The variant gets filled with a SAFEARRAY of IDispatch pointers, but COM
doesn't know that until after the function is run of course.
When I installed the components in the COM+ catalog it... more >>
BLOB Image from Interbase in ASP
Posted by Daniel Olivares at 10/23/2003 11:54:10 AM
Hi. I'm trying to retreive a Image in ASP from a Interbase Database stored
in a Blob, the image format is a JPEG, any idea?
--
Lic. Daniel Olivares
... more >>
N-Tier Design Question (COM+, VB, ASP, XML)
Posted by Phil at 10/23/2003 10:50:26 AM
I am developing a 3 tiered web application in the
following manner. Oracle back-end on Unix box, stateless
vb com+ data access components running on win 2000 server
which processes incoming XML and returns XML to caller via
MSXML2 over http, and then the front end asp application
which ma... more >>
Deploying an ActiveX component in a CAB file, problem
Posted by Chris Dunaway at 10/23/2003 8:38:43 AM
I have created an .OCX in VB6 for use on a web page. I created a .cab file
and placed this file on the web server and updated the web page with the
<OBJECT> tag with the correct guid, etc.
When I hit the web page, it prompts me and asks if I want to download and
install the component. I cl... more >>
My Script to run a Command-Line from ASP does not work.
Posted by Lucas Cowald at 10/22/2003 11:47:06 PM
Hi,
My Script to run a Command-Line from ASP does not work. No errors are
returned either.
It is on IIS. The directory where the script exists is on Drive I:, The
executable .exe is on Drive D:
Do you see any problems with the script below? Can you help me modify it?
<%
Dim objWSS
... more >>
The requested properties cannot be supported.
Posted by KeeblerElf at 10/22/2003 7:18:01 PM
I am not sure if this is the right place or not but here goes. I am
new to ASP and I have inherited an ASP site. We are in the process of
converting the Access database to an SQL 2000 one. I am getting the
following error when we connect to the SQL database, but it works fine
in Access. Can some... more >>
Session Variables and IIS
Posted by Kevin Parkinson at 10/22/2003 3:02:35 PM
Hello Everyone:
In my ASP application that I am currently working on, using IIS
5.0 on Windows 2000 Pro, I am having problems with my session variables. My
code is all fine, because it has been run on someone else's computer, and
also up on Brinkster. If I say:
Session("UserName") =... more >>
ASP Classes vs COM
Posted by CJM at 10/22/2003 1:58:05 PM
For the majority of my work, I just use plain ASP. On the rare occasion that
I am doing something intensive that does require user interaction I might
create a COM component (ie where performance gain outweighs the overhead of
COM).
A simple Rule-of-Thumb. I imagine this is fairly common pract... more >>
trying to render outlook calendar on the web
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 10/22/2003 12:34:05 PM
Used to have this feature on NT and Exchange 5.5
When all pages were migrated to Win2000 server it
says:"The information store could not be opened. [MAPI
1.0 - [MAPI_E_LOGON_FAILED(80040111)]]" Outlook web Access
is installedon the IIS server.
Any I deas on what is happening?
Set objSes... more >>
Re: Active Server Pages error 'ASP 0113'
Posted by Vikas at 10/22/2003 8:26:39 AM
I got this error and researched that this can be fixed by
going into the Internet Services Manager and then changing
the property for the time specified.
I am a user and am not being able to find the "Internet
Services Manager". Is that something that's unavailable to
a general user? If so,... more >>
RUN/execute a Command-Line command from an ASP page.
Posted by Lucas Cowald at 10/22/2003 4:16:40 AM
Hi,
I need to RUN/execute a Command-Line command from an ASP page.
This is the command:
sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2 -p
Can you show me a code how to run this command from an ASP page? I need to
run it from an ASP/VBscript?
Thank you very much for your help!
... more >>
ASP PAGES WONT WORK
Posted by Fredin A at 10/21/2003 11:41:53 PM
We have a 2000 server running IIS 5.0. and it seems that
no asp pages are working. it gives an error server
application error.
please help.... more >>
Activate scanner from webpages
Posted by taja at 10/21/2003 3:31:04 PM
Hi,
Anyone around with an solution to activate a scanner from a webpages and
upload the result ?
Thanks,
... more >>
Connection failure inside ActivieX components in ASP
Posted by st946tbf NO[at]SPAM drexel.edu at 10/21/2003 12:42:17 PM
I have a very strange problem that I hope some of the experiences out
there maybe able to help.
I developed an ActiveX (using C++) component which open a TCP ip
connection to another server (call A). Things works fine in both VB
and ASP the 1st time. If I stop and start the server A, the act... more >>
Server.CreateObject
Posted by JohnWayne at 10/20/2003 6:11:53 PM
Hello All,
I need some help with Server.CreateObject. I have developed some ActiveX
dlls in VB6 to be used on a Win2K machine to encapsulate business logic.
Anyways, when I am debugging the dll, I can create the object and the ASP
pages runs fine. However when I compile the component into th... more >>
Recordset doesn't return @@identity field
Posted by A_X_L_V at 10/20/2003 3:44:20 PM
May not be the right group to post, but...
Here's a situation. ASP code creates Connection and Recordset objects, and
uses .AddNew function to add a record to the table. No matter what Recordset
parameters I specify, I cannot get @@identity field back.
Micr$oft claims it works in this articl... more >>
IIS and Active server pages
Posted by max at 10/19/2003 4:50:44 PM
Hi,
Where can I download the latest IIS with active server
pages for NT 4.0? Thanks.
Max... more >>
after redirect back, session is lost
Posted by alex at 10/19/2003 7:34:46 AM
Thank you in advance.
My ASP page 1 redirect user to third party's website,
after the process at third party is finished, in 3rd
party's page, there is one link to route user back to my
website: ASP page2.
As the user do all of these actions in the same browser, I
expect the user's se... more >>
Executable
Posted by Ozzie at 10/18/2003 10:28:48 AM
I would like to create a link that will open an executable file (.exe or
..cmd). The application will open outside the browser but I want to link it
from within a browser. Recommendations? Thanks.
Ozzie
... more >>
Listing Permissions on a Folder
Posted by Gary Contois at 10/17/2003 11:14:46 AM
Hi All.
I was wondering if there is anything out there which would allow me to list
permissions on a selected folder of my web site.
This would be used so that the 'web team' would easily be able to go to a
web page and see who has what permissions on a particular folder.
Anyone???
Thanks ... more >>
Using Multiple Versions of the dlls for the app
Posted by ack at 10/17/2003 10:03:07 AM
Hii all,
I have a this internal use portal i am working on deployed on a server.
My app uses some dlls that are instantiated from the asp pages using
server.createobject
Now I want to deploy the new versions of the web app on the same machine for
testing thus making production and staging mac... more >>
ASP files won't run
Posted by David Kuok at 10/17/2003 9:34:30 AM
Dear Experts,
We have a 2000 server running IIS 5.0. We hit a 404-page
not found error whenever an ASP file is requested. Static
pages are ok. We tried to rename a .htm file to .asp which
contains no ASP code at all. But we hit the same error
when requesting the renamed ASP file. My impre... more >>
ASP speed problems
Posted by pbabich NO[at]SPAM tqe.com at 10/16/2003 2:35:22 PM
I am running IIS 5 on Win 2000. While troubleshooting a problem, I
created a simple ASP page that uses the GraphicServer COM object to
draw a graph. When I put my test page in a virtual folder that was
created by a VB6, WebClass application, the page is displayed in less
than a second. If I ta... more >>
invoke a command line program in ASP
Posted by Srichand at 10/16/2003 5:11:58 AM
<%
Dim oShell
Dim iRreturn
Set oShell = GetObject("","Wscript.Shell")
If oshell is nothing Then
Set oShell = Server.CreateObject("Wscript.Shell")
End If
oShell.Run "notepad.exe",3, iRreturn
Set oShell = Nothing
%>
When I run the above code no error message is displayed
but notepad.exe i... more >>
How do I clean a web form
Posted by Angel at 10/15/2003 11:17:50 AM
Hi,
I am using .NET ASP/C#. I would like to know if there
is a function call (API) to clear the input fields when
the user clicks "Clear" Pushbutton. Thanks for your help.
Angel... more >>
Login Page for ASP
Posted by Pramodu. C. P at 10/15/2003 9:23:12 AM
Hi every one,
I need some help.
I am new to ASP, I have developed some applications using
VB6 & SQL 2000. Recently, I decided to test some thing on
ASP, it is still a gray area for me. I don't know how to
start.
I have installed NT4 with IIS, where i have created some
test pages (te... more >>
Browscap.dll
Posted by Calle at 10/15/2003 3:35:40 AM
Hi all!
I'm having problems with instanciating MSWC.BrowserType in
my VB6 component, i do like this.
Declaration:
Private objBC As BrowserType.BrowserCap
In my public sub:
Set objBC = Server.CreateObject("MSWC.BrowserType")
bcBrowser = objBC.browser
Generates error:
006~ASP 0177~Se... more >>
How to convert JPEG image into a binary data?
Posted by Lucas Cowald at 10/15/2003 1:53:46 AM
Hi,
Using ASP and VBScript. How to convert JPEG image into a binary data? Is it
possible with a command from ASP / VBScript without having to put it into a
database first?
I want to take the JPEG image from a folder, convert it into a binary data,
and stream it to the browser. How can I do ... more >>
problem with OLE DB
Posted by laila at 10/14/2003 5:37:35 PM
I am trying to connect to my oracle data base with my asp
page, but it keeps giving an error message
"Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Specified driver could not be loaded due to system error
5".
I even went to the registry to grant full permission to
all users, bu... more >>
Problem with %
Posted by webfox at 10/14/2003 12:17:34 AM
Hello!
I have a SELECT comand passed trhough ASP like This:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
""%Efectuar%"" ORDER BY PK_A_MSGID
and when i pass it it gives me:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
"ïectuar"... more >>
Problem with % in ASP
Posted by webfox at 10/14/2003 12:16:29 AM
Hello!
I have a SELECT comand passed trhough ASP like This:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
""%Efectuar%"" ORDER BY PK_A_MSGID
and when i pass it it gives me:
SELECT PK_A_MSGID, C3_MSG, C3_MSGPT, C3_MSGEN FROM S_MSGS WHERE C3_MSG LIKE
"ïectuar"... more >>
Create and show an Excel pie chart in an ASP page
Posted by Dan Williams at 10/13/2003 8:26:19 PM
Does anyone know if its possible to create and show an Excel 3D pie chart in
an ASP page using VBScript? I would like to be able to generate the pie
chart using data taken from an SQL Server database.
Preferably would like a free component without any slogans or advertising.
Many thanks
D... more >>
|