Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
all groups > inetserver asp components > april 2004

Filter by week: 1 2 3 4 5

asp components and installation
Posted by Lee at 4/30/2004 12:31:40 PM
Hello, all. I'm looking for printed or web resources that include all necessary components that need to be installed (as well as configuration information or examples) for Active Server Pages to function in Windows NT 4.0 (SP6) IIS 4.0. Nothing I've tried yet has worked, so I know I must...more >>


Object Oriented Web Design
Posted by christiancooper77 NO[at]SPAM hotmail.com at 4/30/2004 6:47:08 AM
Hi all, I am looking at using Jscript classes and COM objects written in Java to implement OOD on the web. I was wondering if anyone knows of any good resources to outline the best way to ultilize these technologies. We use IIS 5 on windows 2000. We currently use ASP scripts written in Perl...more >>

Adobe PDF files generator
Posted by Ed at 4/29/2004 2:13:50 PM
Is there any free PDF generator component out there? Must be compatible with ASP, of course. Thanks. ...more >>

ASP Treeview SQL Server - URGENT NEED!
Posted by dpaskiet NO[at]SPAM comcast.net at 4/29/2004 5:30:07 AM
Hello. I am trying to find a NON .NET answer to using a treeview control with ASP. I am able to use this contror without issue in VB but ASP presents an entirely different set of isssues. I can get the treeview to populate based upon my recorset pulled from the SQL Server but cannot get the ...more >>

Classes defined in ASP pages -- desirable?
Posted by Me at 4/28/2004 1:36:03 PM
Is this ever desirable? I always thought it was a bad idea because the class isn't compiled, you can't use MTS/ COM+ etc. But the guy who developed the app I am taking over says it should be this way so the objects will run in the ASP process and it will prevent threading problems. While I conten...more >>

JMail.SMTPMail and utf8
Posted by i_bichara NO[at]SPAM hotmail.com at 4/27/2004 8:45:29 AM
Hello, Does the JMail.SMTPMail supports sending arabic emails? If so, please tell me how to make it, cause i got Rabish when trying it. thanks...more >>

CDONTS.NewMail and utf8
Posted by i_bichara NO[at]SPAM hotmail.com at 4/27/2004 8:43:39 AM
Hi, Does anyone know how to send arabic mails using CDONTS.NewMail? I tried inserting "<meta http-equiv=Content-Type content="text/html; charset=UTF-8", in the message body and also BodyFormat=0, but it didn't work. Can any one help? thanks a lot...more >>

JMail.SMTPMail and utf8
Posted by i_bichara NO[at]SPAM hotmail.com at 4/27/2004 8:40:35 AM
Hello, Does the JMail.SMTPMail supports sending arabic emails? If so, please tell me how to make it, cause i got Rabish when trying it. thanks...more >>



ASP CDONTS error
Posted by *** JB at 4/26/2004 1:10:12 PM
Hi, I have been building a shopping cart & the final page will email the order to an address given however I get the following error message using my ASP localhost server. Microsoft VBScript runtime (0x800A01AD) ActiveX component can't create object: 'CDONTS.NewMail' /webshop_v1.5/post.asp, ...more >>

Working with IIS and windows xp pro
Posted by Luis at 4/26/2004 10:06:03 AM
Hi and thanks for your time, I just set up a personal web server using IIS, now I want to make sure other users are able to browse my webpage files and downlad without any problems, but there is an issue, how do you confire IIS to let anonymous access to my shared files from the web, without asking ...more >>

communication between iis and unix
Posted by koushik at 4/25/2004 9:51:30 PM
Hai all, my question is: How to communicate BUSINESSOBJECTS reports those are generated on UNIX system from ASP.NET application. ...more >>

FileSystemObject.OpenTextFile Hangs
Posted by TheToeJoe at 4/25/2004 7:31:01 AM
Const ForWriting = ... Set oLogger = Server.CreateObject("Scripting.FileSystemObject" Set oFile = oLogger.OpenTextFile(Server.MapPath("RateRequest.xml"), ForWriting, True oFile.Write strDat oFile.Clos Any clue why OpenTextFile never returns? ...more >>

asp component call
Posted by Amico at 4/23/2004 5:36:06 AM
I am new I recompiled empty project with vc++ 7.1 atl project. have inside asp component (empty too this dll is in wwwroot . and cann not call from iis can you give eny exemple ...more >>

Problem on the ASP using the Excel.Application Object
Posted by David Huang at 4/23/2004 12:36:24 AM
Hi, All: I want to use excel component in the ASP. My code is that ----------------------------------------------------------- Dim oExcel As Object Dim oBook As Object Dim oSheet As Object 'Start a new workbook in Excel Set oExcel = CreateObject("Excel.Application...more >>

vb equivelent to vbscripts execute?
Posted by [ + 2 0 r p 3 ] at 4/22/2004 8:31:43 AM
i have written this function in vbscript Public Function parse(str) Dim pairs, items, tmp, x, y pairs = Split(str, "&") For x = 0 To UBound(pairs) items = Split(pairs(x), "=") For y = 0 To UBound(items) Step 2 tmp = items(y) & " = """ & items(y + 1) & """" execute...more >>

Problem with the component created in VB for ASP
Posted by vallury NO[at]SPAM vallury.com at 4/19/2004 4:29:50 AM
Hello friends! I just created a component in VB which when a user enters username and password when clicked will validate and redirect him to a page. I am getting an error: This is my asp page "Object variable or with block variable not set" <% dim obj set obj=server.createObject("tpr...more >>

HTTP Error 404 when try to run asp
Posted by WhatEver at 4/17/2004 7:10:20 AM
Hello all, when i try to run asp page i get this error "HTTP Error 404", am runing IIS6 on Windows server 2003. thanks ...more >>

Request object, ASP 0207 (0x80004005)
Posted by mahmoad ahmad at 4/17/2004 1:05:52 AM
Hi I had this error when I tried to upload files to my web server: Request object, ASP 0207 (0x80004005) Cannot use Request.Form collection after calling BinaryRead Can any one help? ...more >>

Request object, ASP 0207 (0x80004005)
Posted by m7moad ahmad at 4/17/2004 1:04:03 AM
Hi I'm trying to uplaod files to my web server but I got this error: Request object, ASP 0207 (0x80004005) Cannot use Request.Form collection after calling BinaryRead Can any one help?...more >>

asp problem in IIS5.1
Posted by vamsi at 4/15/2004 8:04:19 PM
Hi All, I have windows XP with IIS 5.1. My IIS is working fine with HTML Pages.but it is not working with ASP pages. if i select a .html file as initial document it is working fine. but if i select a .asp file as inistial document it not working. I am getting the following error. ...more >>

KB828741 problem
Posted by Tony Ser at 4/15/2004 5:16:02 PM
We have an COM component used in ASP pages Recently, after installing the security update KB828741 the COM stop to work IIS actually crash when the COM try to create a window using CWnd::CreateEx Trace down to the fact that SetWindowsHookEx failed (Access Denied) and a memory exception is thrown...more >>

HELP!! Sudden problems in IIS, Component Services & even Explorer!
Posted by Rali Panchanatham at 4/15/2004 4:13:13 PM
Hi, HELP !!! We ran into a major problem suddenly. Here is our configuration: Windows 2000 Server , SP4, IIS 5, ISA Within the past 1-2 hrs all these happened: - Component Services stopped working suddenly. Cannot bring it up.=20 - ISA cache got filled quickly. ISA gives this error: ...more >>

High Isolation/COM+/Idle Shutdown
Posted by Kirk Potter at 4/15/2004 12:06:06 PM
Hi, We have a COM+ component called from ASP. The application is set to High Isolation, it appears by default under COM+ that Server Process Shutdown is set to "Leave running when idle". Is there any special precautions we need to take if we change this to "Minutes until idle shutdown"? ...more >>

Nice textBox w/built in validation problem
Posted by Chad at 4/15/2004 12:21:30 AM
Attached is an article on how to create a textbox control with built in = validation. See = http://www.codeproject.com/aspnet/SelfValidatingTextBox2.asp?df=3D100&for= umid=3D33309&select=3D792375 Check it out. Any help would be greatly appreciated. You might even = value the control discussed...more >>

active directory
Posted by DionĂ­sio Monteiro at 4/13/2004 6:50:12 PM
Hi there, Does anybody know if there are any ASP components to communicate with Active Directory. We need to develop an intranet web site that displays information based on the user permissions on Active Directory. Thank you, Dio ...more >>

IIS 5 XML Permission Problem
Posted by Neil at 4/13/2004 2:42:40 PM
Hi, Has anybody had a problem with IIS permissions where it successfully uses a third-party DLL (developed in VB6) called from ASP, successfully accesses ADO in that DLL but fails with "Permission Denied" when creating a XML DomDocument? It seems odd to me that ADO is OK and XML is not. ...more >>

CDO erorr on 2003 web
Posted by gortex_78NOS NO[at]SPAM PAMhotmail.com at 4/13/2004 2:27:37 PM
hello when I run a script on my server i get a error messeage... Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object: 'CDOSYS.NewMail' /register.asp, line 178 (line 178 follows below) Set objCDOMail = CreateObject("CDOSYS.NewMail") subj =...more >>

CDOSYS vs CDONTS
Posted by gortex_78NOS NO[at]SPAM PAMhotmail.com at 4/13/2004 1:15:13 PM
hello i have resently installed win 2003 web. me and my clients are used to use CDONTS and have meny asp pages configured fore it BUT 2003 uses CDOSYS. my questions are 1) is there gona be a problem if I install CDONTS on the server that alredy has CDOSYS installed on it. 2)Is ther...more >>

Looping Through Controls in ASP NOT(ASP.NET)
Posted by David A. Beck at 4/12/2004 9:18:35 AM
I found a great article and use the techniques to loop through a form = and get all the controls in ASP.NET "Looping Through Controls in = ASP.NET" = http://www.extremeexperts.com/Net/Articles/LoopingthroughControls.aspx I want to do the same thing in a VB COM control for classic ASP. Can = a...more >>

not sure where to post this but here goes nothing
Posted by Woody at 4/12/2004 7:57:38 AM
ok, asp page, click on button a do modeless dialog, in the dialog i have embedded window media player, and the idea is that it would load a song from the server and play. so far that only works in testing and not when ive actually installed everything on teh server. any suggestions would be...more >>

Problem with insert
Posted by ASP MS Access insert issue at 4/12/2004 6:41:03 AM
I have the following code in an ASP page that is processing a form to create a new user. I keep getting the following error Microsoft JET Database Engine (0x80040E14 Syntax error in INSERT INTO statement The database is MS Access, the latest, I am able to perform select statements on it and do...more >>

CDO
Posted by Jon Pankhurst at 4/12/2004 1:54:28 AM
Hello, I'm trying to add a stored procedure to my server <% sch = "http://schemas.microsoft.com/cdo/configuration/" Set cdoConfig = CreateObject("CDO.Configuration") With cdoConfig.Fields .Item(sch & "sendusing") = 2 ' cdoSendUsingPort .Item(sch & "smtpserver"...more >>

Connecting to Access 2002 on local computer
Posted by Steve at 4/11/2004 5:06:03 PM
I don't know if I'm in the right newsgroup... but here goes. Here's the code I'm trying to use; basic ASP code and it just reads the records in the database: I want to use it on my local computer where this file "ReadRecords.asp" and the "calgarywebconcepts.mdb" file are both in the Inventory ...more >>

MD5DLL: Anyone?
Posted by Antonio Ooi at 4/11/2004 3:26:35 AM
Hi, Refer to the following code: <% set oMD5 = Server.CreateObject("MD5DLL.Crypt") Response.Write oMD5.EnCrypt("1") %> If you replace "1" with "2", the result will be the same, that is empty!! In this case, how can I store the encrypted password in my database?? How to perform comparison...more >>

can i modify the content in the buffer of response(not response.buffer prep)
Posted by xingye at 4/11/2004 1:04:31 AM

asp login
Posted by Detournay Kerckhaert at 4/9/2004 3:17:23 PM
I'm trying to create a website login page/form that has a simple UserName/Password feature. The page/form checks MS SQL Database Table to see if the UserName/Password exists. If it exists, it sends the user to the page depending on what UserName/Password they entered. I have a 'URL' field in the...more >>

having problems getting FP forms processing to serve my asp confirmation page
Posted by Larry at 4/7/2004 12:19:20 PM
The problem I'm having in a nutshell is that I've set up a frontpage form to save user input, the form submission also sends the user's inputs to an email, as well as saves the data in a text file(csv). For the response page I have created an ASP page that has some script in it to create and send...more >>

ASPEmail error
Posted by Mike at 4/7/2004 7:51:52 AM
I'm receiveing an error: An error occurred: 452 4.2.2 Mailbox full When I use the ASPEmail from Persits. Has anyone ever experienced anything similiar? Thank you for your help. ...more >>

ScriptX 5.0.4.184 upgrade
Posted by schouwla NO[at]SPAM yahoo.com at 4/6/2004 11:43:48 PM
I have some questions to ScriptX. At the moment we have a Windows NT server that is running an scriptX installation using IIS. We want to update that to Windows 2003 standard server and IIS 6. Does ScriptX version 5.0.4.184 run in this environment or do I have to upgrade my ScriptX version? ...more >>

Howto get the current file path with SSI
Posted by Eranga Udesh at 4/5/2004 9:06:27 AM
Hi All, In my ASP file, located at the "/test" directory of the website, I include another ASP file as below. <!--#include file="../templates/_header.asp"--> Inside the _header.asp file, how can I get the current file (_header.asp) directory? I need to get the web relative/absolute direct...more >>

Server object error 'ASP 0178 : 80070005'
Posted by Fredrik Nilsson at 4/3/2004 1:00:16 AM
Get this Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /SendZipFiles.asp, line 40 The call to Server.CreateObject failed while checking permissions. Access is denied to this object. on my win2003 iis6 asp page when component is registered in COM+ service. How ...more >>

AspHTTP.DLL and Windows 2003 Server???
Posted by zaygar1 NO[at]SPAM aol.com at 4/2/2004 11:43:59 AM
We're using AspHTTP.DLL from Server Objects on our Windows 2000 boxes used for e-learnng courses and AICC communication. Our corporate IT group wants to update the boxes to Windows 2003 Server. So we're trying to find out out if AspHTTP.DLL is compatible with Windows Server 2003. Anyone know...more >>

CDOSYS NNTP
Posted by Roland Hall at 4/1/2004 3:20:03 PM
Is it possible to send/receive nntp messages via CDOSYS without a 3rd party news component? The NNTP links I have found appear to be related to MS Exchange 2K. My goal is to write an ASP interface as a customized news reader. Roland ...more >>


DevelopmentNow Blog