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 > february 2004

CDONTS vs CDO
Posted by RIP at 2/28/2004 5:31:48 AM
OK, so obviously cdonts doesnt work with ii6. Why its depreciated, i dont know. What i need to know is how to just send a simple email, my old cold had the cdonts.to cdonts.subject ect ect, i cant find anywhere that explains the object enough to say how to send a simple email with the to...more >>

Read in and display a text file?
Posted by owen at 2/25/2004 10:38:40 AM
Hi, How can I read a .txt file and display it on my .asp page? Looking for a simple example please..! Thanks Owen ...more >>

ASP help required please
Posted by Stephen at 2/25/2004 3:56:05 AM
Hey Al I have a stored procedure in SQL server which when exectuated returns a table of results. I would like to be able to pass in the parameters from a form into the stored procedures and then view the table of results in a html table when the submit button is clicked. The parameters for my SQ...more >>

Problem: 'ASP 0177 : 80131700'
Posted by Jerry Gallagher at 2/25/2004 2:36:06 AM
What does this asp errorcode mean I'm trying to create a c# class through interop ...more >>

WSC CreateObject fails in ASP with 0177 error Ran Out of Memory
Posted by noonie at 2/23/2004 10:33:58 PM
Greetings, This seems to be the right group to ask this question however if anyone can suggest a more appropriate group then please do so. I have a script component that serves to proxy data from SQL Server which works fine under Windows XP and Windows 2000 Server when attached to an NT4...more >>

Interface question
Posted by Andy Ranoe at 2/23/2004 4:48:32 PM
I have just started playing about with interface inheritance using the 'Implements' thing All works fine in the VB proper because you go ... Dim xObj as ILib.IClass ...... ...... Set xObj = CreateObject("Lib.Class") and this makes the connections between the interface definitions and th...more >>

ASP Newbie
Posted by Johnny at 2/22/2004 8:28:58 AM
I am new to both ASP and DB design. I have been using FrontPage to design, mostly small sites, for four years and now need to learn how to schedule the content on various pages on my sites automatically based on a predetermined schedule. For example, a "daily special" for a restaurant or a "we...more >>

Can ASP components be run on Chillisoft ASP server?
Posted by Christian Perthen at 2/20/2004 3:27:25 PM
Client of mine suddenly wants to move a ASP app from W2K server to a Linux box running Chillisoft, or todays Sun ONE Active Server Pages 4.0.1. The apps contains several third-party components. Is this doable? Any insight in this is deeply appreciated Thanks in advance Christian ...more >>



Saving an ASP form to a text file.
Posted by Kevin Ingram at 2/19/2004 5:44:49 PM
Ok, this is probably a silly question but I just keep hitting a brick wall here. I usually develop my sites entirely in ASP and use a database for data storage, works great for me. I also sometimes save information to a text file on my server like c:\invoices\customername.txt for batch process...more >>

Accessing remote MS Access DB thru IIS App
Posted by Grant at 2/19/2004 8:16:08 AM
Hi I have a VB 6 IIS Application running as a compiled DLL under IIS 5.0 on Win2K. It uses the ADO 2.5 library to give users OLEDB and ODBC access from a browser, to various types of databases - mostly remote from the IIS server itself I've run into a problem that's referenced in an MSDN articl...more >>

CDONTS and Encryption
Posted by cts at 2/18/2004 2:21:08 PM
Running a W2K IIS 5 server. I have a form with sensitive data a user fills out that's in a SSL directory. When they click submit it returns to the same asp page. This asp page will take the data elements and via CDONTS send an email to a preprogrammed specific address. My question: How can I...more >>

Compliling ASP project into executable
Posted by David Lozzi at 2/18/2004 9:43:15 AM
Hello all, I am deploying many ASP apps and many of them are onto client internal servers. I was wondering if there was an option to compile my entire ASP project into an installation executable for easy deployment? Thanks, David Lozzi ...more >>

Problem with IIS 6 and MSWC.MyInfo
Posted by ccb NO[at]SPAM duke.edu at 2/17/2004 12:18:17 PM
For a page we're running (with databases and login), we're getting this error with Server 2003: Active Server Pages error 'ASP 0134' Invalid ProgID attribute /LM/W3SVC/1/ROOT/global.asa, line 2 The object has an invalid ProgID of 'MSWC.MyInfo'. I've been told MyInfo isn't ne...more >>

SMS Services
Posted by david at 2/17/2004 10:12:40 AM
Hi Group, I was wondering if anyone could explain to me how I would go about connecting web services to SMS texting. I have been ask by a client to build a web application that could receive texts from a user, database the text and fire of an automatic text to another user. The receiver would t...more >>

CDONTS is driving me crazy. Please help !!!
Posted by owen at 2/17/2004 8:51:44 AM
Hi, I am trying to create a web page in ASP where the user enters their name and email address, and when they submit the form, an email is automatically sent to them. I am using CDONTs to try and acheive this. Right now I'm just testing with my own email address in the "To" property. The ...more >>

apartmant thread safety
Posted by Serve Laurijssen at 2/16/2004 3:34:33 PM
I'm rather confused about this whole threading business of IIS, ASP and COM components. We have an apartment threaded component with a function that is very resource intensive. One call takes about three seconds and 10mb of memory. Consider the following code: STDMETHODIMP SomeTest::Test(BSTR...more >>

status of a COMponent
Posted by HernĂ¡n Castelo at 2/13/2004 10:55:38 AM
Hello i have a COM that is called inside an ASP page i DON'T SEE nothing in the Component Services console under "View Status", there are not statistic values my COM just make a connection and then a recordset, there is no transaction in the COM, its simple... should i see in the ComSvc Cons...more >>

Using class inside ASP
Posted by Utada P.W. SIU at 2/10/2004 6:29:39 PM
Hi all professional I would like to know how to using java class file inside ASP page I have placed the class file to C:\WINNT\java\trustlib also, I have compiled it to 1.1 version but it always prompt error '800401e5' No object for moniker How can I solve this problems?? thank~~ ...more >>

Scheduled tasks
Posted by Paul N at 2/10/2004 3:46:15 PM
Hi there, My web app needs to run a schduled task - every hour it needs to scan the DB, find any updates and - if there are updates - send an email to an address list, notifyling them of the change. I know how to scan the DB for chnages, how to send and SMTP mail to an address list...more >>

ADO Stream object
Posted by Pedro at 2/10/2004 6:55:31 AM
I'm trying to execute the piece of code below: Const adTypeBinary = 1 Dim BinaryStream Set BinaryStream = CreateObject("ADODB.Stream") 'Specify stream type - we want To get binary data. BinaryStream.Type = adTypeBinary 'Open the stream BinaryStream.Open URL=http://...more >>

ASP Component to ZIP and Upload a file
Posted by Y. Sivaram at 2/9/2004 5:47:04 PM
Hi, We are looking for a ASP component (ActiveX/Applet) that can zip a file from client side and upload it to the server. Currently we are evaluating ASP Upload(It does not have the zip feature) and AppletFile components. Any recommendations? Best Regards, Y. Sivaram ...more >>

Server object, ASP 0177 (0x800401F3)
Posted by john moore at 2/9/2004 3:05:18 PM
I am trying to re-configure our asp shopping cart for a new site. I have almost all of it configured until the very end, where I am trying to create an object. (This is all happening on my local machine's IIS) Here is the error: HTTP 500.100 - Internal Server Error - ASP error Internet...more >>

HELP: Can't retrieve guid using Scriptlet.TypeLib
Posted by tborn_news NO[at]SPAM hotmail.com at 2/8/2004 8:03:49 PM
Hi; I use following code in an ASP page to generate a GUID: <% dim obj Set obj = Server.CreateObject("Scriptlet.TypeLib") Response.Write(obj.guid) Set obj = nothing %> It worked fine on my WIN2000 computer running IIS. I recently bought a new computer with XP Pro and this page times o...more >>

Server object, ASP 0177 (0x8007000E) Ran out of memory
Posted by Umashankar at 2/6/2004 8:05:20 PM
Hello Gurus, I am creating an instance of MFC COM dll through ASP page. It is giving me the following error. Error Type: Server object, ASP 0177 (0x8007000E) Ran out of memory Hardware spec: p4, 256MB ram OS: 2000 professional IIS 5 Irrespective of the user under which virtual ...more >>

Problems Browsing Default Web Site and IISADMIN on IIS 5.0
Posted by John Caruthers at 2/6/2004 4:01:46 PM
HELP! This problem is driving me crazy. All other web sites that are being served out through this server are working, including sites and virtual directories that are under the Default Web Site, yet when I attempt to browse the Default Web Site I get this error: The page cannot be di...more >>

MSXML ServerXMLHTTP.4.0 questions
Posted by Mark at 2/6/2004 10:21:08 AM
Hi.. A few random questions about MSXML2.ServerXMLHTTP.4.0 I was wondering if there was any list of the error codes that ServerXMLHTTP can throw and their meanings somewhere? I haven't been able to find anything searching msdn. We use async fetches a lot and the component is kind of obtuse abo...more >>

Ran out of memory
Posted by Umashankar at 2/5/2004 8:33:08 PM
Hello Gurus, I am creating an instance of MFC COM dll through ASP page. It is giving me the following error. Error Type: Server object, ASP 0177 (0x8007000E) Ran out of memory help would be most appriciated. Thank you very much in advance, Umashankar. ...more >>

browser based content management in asp
Posted by jyoti at 2/5/2004 7:28:30 AM
Hi there, Our organization's web site requires a lot of content updates. I like to develop a browser based content management system in asp. I like to show my end users exactly live format of our web site into edit mode so that they can just go there and change the text, or text within a ...more >>

CDONTS - WebForms - Pls Help
Posted by Bjarni in Paradise at 2/5/2004 4:53:55 AM
I am hoping that someone can help me Here is what I want to do; I need to have a htm page that has text boxes that website visitors fill out (Form), I then want to have the results past on to this script, which then e-mails it. How do I capture the text written in the form and pass it on ...more >>

Problems with displaying ° character in an activex control
Posted by Kevin Shea at 2/4/2004 5:18:28 PM
When I try to display the following in a graphical activex control: Mean Temperature (°F) it displays as this instead: Mean Temperature (?F) Any ideas? Thanks, Kevin The JavaScript code is something like the following: MyComp.Text = "Mean Temperature (°F)"; ...more >>

HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'
Posted by mrwoopey NO[at]SPAM yahoo.com at 2/3/2004 1:54:58 PM
Hi, When I try to do Server.CreateObject on an activeX DLL, I receive the following message: ''''''''''''''''''''''' Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /MyDirectory/MyPage.asp, line 118 The call to Server.CreateObject failed while checking ...more >>


DevelopmentNow Blog