Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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

Filter by week: 1 2 3 4 5

Pass Param to SQL Query
Posted by rikesh at 1/29/2004 11:53:41 AM
Hi I'm sure this is very trivial, but I simple don't know how to it? I've got a SQL query but I wish to pass a 'WHERE' clause to it, to filter the recordset. I've got a textbox on the form, and I hoping tot take the string from the user and pass it to the SQL string. Any help would be mu...more >>


ServerVariables
Posted by Scott at 1/28/2004 4:21:41 PM
I just loaded IIS 5.1 on my machine at home to do local ASP webpage development. One part of my ASP code is a simple Request.ServerVariables("URL")to retrieve the path on the currently executed page. Unfortunately, this does not seem to work. I use this all the time at work, but here at ho...more >>

Need way to submit Screen Shot Images and upload files via the Web
Posted by Scott Townsend at 1/27/2004 12:09:08 PM
I'm creating a Helpdesk Web app and want the users to be able to send me Screen Shots of their PC via a Web Form. I also want them to be able to upload files. What is the preferred method to do this? I'm using Win2003 IIS 6. We can use .Net if its better/easier... Thanks, Scott<- ...more >>

Directives position
Posted by Chris Leffer at 1/27/2004 4:59:10 AM
Sorry for the dumb question... Have read some posts instructing to put the response.buffer as the first line of an asp page. But the first lines shouldn't be the @ directives? Just to confirm, response.buffer must be the first line of code after the @ directives? Regards, Chris Leffer ...more >>

multiple COM+ applications on 1 machine
Posted by Michelle at 1/26/2004 2:03:40 PM
I have 2 virtual directories defined under IIS <default web site> for two different websites. Each website needs to use a different COM+ application. However, some of the objects for these 2 COM+ applications are named the same and contain most of teh same code(except for a db_connect st...more >>

IIS 5.0 CPU 100% utilization problem
Posted by ben.jessel NO[at]SPAM morpheme.co.uk at 1/26/2004 4:38:56 AM
Hi, I have an IIS 5.0 problem where my CPU utilization is at 100%. My specs are: Two 4Gb, 4 CPU machines ( with 70 users shared across both of them to my .asp / COM site ). The .asp and COM parts are a for the most part, black box, so I am interested what I can do, despite this, in orde...more >>

ASP DATE between NOW and 24 HOURS earlier.
Posted by Darren at 1/26/2004 1:39:19 AM
Hello, How would I write in SQL or ASP the following?: Count number of Database Records between NOW and 24 HOURS EARLIER? I know how to retrieve recordsets etc - its just the date thing I cant grasp. I am stuck getting the 24 hours earlier data capture. Thanks! Gary. PS - Sorry for th...more >>

need to run .dll in IIS
Posted by Srini at 1/24/2004 1:21:04 AM
hi everyone. I want to create a component that directly runs on IIS. for example http://www.domain.com/mycomp.dl how is this possibl thanks in advanc srini...more >>



Reading values from Excel Sheet
Posted by C at 1/23/2004 6:16:07 AM
Hi I read some values from Excel I read values like this myVal = myWorkSheet.Cells.Range("TEST_VALUE").Valu Does anyone know how I check to see that the cell named "TEST_VALUE" exists? It falls over it it does not exist. I need to check if it exists and indicate to the user that it does not ...more >>

src=".asp"
Posted by Serve Laurijssen at 1/22/2004 4:58:04 PM
It looks like the <script src="file.asp"> does not work on some systems. <script language="JavaScript" type="text/javascript" src="somefile.asp> The asp file does some processing based on a selected language, but on some systems (both IE6) the language does not change. Is there another solut...more >>

Session Variable in IIS 5
Posted by Sarevalo at 1/21/2004 8:57:55 PM
Hi, i can't use a Session variable in IIS 5, when i try to assign a value send to me next erro messages "Microsoft VBScript runtime (0x800A000D) Type mismatch: 'Session' This is in win2k, but in XP work perfect Can someone help me please???...more >>

I can't figure it out! (CDO.Message.1 error '80070005' )
Posted by Josh Saiz at 1/21/2004 1:28:41 PM
I'm at my wits end! There are a ton of people out there that are receiving the following error: "CDO.Message.1 error '80070005'" and a number of solutions have been suggested by MS and by others but nothing is working for me. Can somebody guide me on how to fix this? Here's my envi...more >>

Component problem
Posted by Andy Ranoe at 1/19/2004 6:58:19 PM
I must be doing something really stupid & basic here I have a number of n tier projects (Access DB; database handler dll; process dll; Front end exe) all VB Some time ago I wrote some ASP pages to front end one of these systems - just did - Dim XObj Dim rs Set XObj = Server.CreateObjec...more >>

SoftArtisans FileManager
Posted by daly_jason NO[at]SPAM yahoo.com at 1/19/2004 6:36:32 PM
Can someone help? What am I supposed to do for proper syntax to generate this code from fileSystemObject to SoftArtisans object code: //------------------------------------------------------------ Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Dim objFolder Set objFolde...more >>

Using ASP to determine different window resolution.
Posted by Iceman© at 1/19/2004 12:08:34 AM
I am trying to use ASP to determine the window resolution so that what ever the clients pc is on different resolution they will able to view the page probably... ...more >>

3-tier
Posted by M at 1/16/2004 3:57:00 PM
Hello, Can I create a web server uning the 3-tier technology???...more >>

SNMP access using ASP
Posted by Kevin Ingram at 1/16/2004 1:43:34 PM
Is it possible to connect to devices and read SNMP data with ASP? I did a search and all I could find was utilities for sale to do it, wondered if it can be done using straight ASP. We are using InterDev 6, IIS5 on W2KServer. Thanks! ...more >>

error '800c0005' with Microsoft.XMLHTTP
Posted by Edu at 1/16/2004 5:51:12 AM
Hi all, I have the next error when I uses the objXML.Send method. Can you help me? I show you the code and the resutl Code ------- Dim objXML , strURL , strQuote 'create an instance of the XMLHTTP component Set objXML = Server.CreateObject("MSXML2.XMLHTTP") 'build up the url and s...more >>

File /iisHelp/common/500-100.asp Line 0 Out of memory. Unable to allocate requir
Posted by Loganathan at 1/15/2004 11:32:34 AM
I could see this error in my event logs "File /iisHelp/common/500-100.asp Line 0 Out of memory. Unable to allocate required memory.. " what is cause and how to fix it..? pl. help thanx LOgs ...more >>

DLLHost.exe problems
Posted by Bill MacIntyre at 1/15/2004 2:11:30 AM
Heres my dilema. Hope someone can help. Windows 2003 Server (EV1Servers.com) Ensim Web Appliance for online site admin ASP Site (My own Content Management System) VB 6 Com component for my business rules in Com+ package The site works very well but every now and then, it starts timing out a...more >>

Impersonate a user
Posted by Yu at 1/14/2004 4:45:05 PM
Hi guys, I am working for an asp app with the use of sql 2000, COM+ and iis 5.0. In part of the solution, some files (lotus notes related) will put in a folder that need a higher security and so I only granted the right for certain NT auth. user to access. I need a method to let the user ...more >>

Invalid ProgID
Posted by Frick at 1/14/2004 1:55:09 PM
I program projects in Visual Interdev 6, I start a new project and works ok on muy localhost, but... when I publish it on a web server it displays the next error: Error Type: Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please vi...more >>

Creating dynamic images in ASP
Posted by Surjit Madiwalar at 1/14/2004 11:33:54 AM
Hi, How do we create dynamic images(values read from database) in ASP. I just googled and came to know abt MSChart...but there are no examples using MSChart in ASP. Is there any other components which I can use for creating images in ASP??? Your suggestions/inputs are much appreciated. ...more >>

error message msxml3.dll (0x800C0005)
Posted by shubha at 1/14/2004 5:32:26 AM
Good Evening, I am using vb component in asp to get the google results. By running asp file i am getting error as Error Type: msxml3.dll (0x800C0005) The system cannot locate the resource specified. /asp/xmld.asp, line 14 So Please help me.... i have tried 1 month ......................more >>

Call The Page_load Event
Posted by Artur at 1/14/2004 5:01:54 AM
Hi Dears I want to call the Page_load Event every 5 sec, how can I do that? I have no Ideia what I should do. I put in my web form the Timer obj. but I could not call the Page_load. Thanks for yours help Artur...more >>

Permissions for newly created files by FSO
Posted by Rik Hoeflaak at 1/13/2004 11:57:04 AM
Hi there, I'm struggling with this problem: in a website I developed, XML files are created by users of the site to describe. The creation is OK, the (new) file is present, but it can not be read by any website visitor. How can the default permission become at least readable? Thanks i...more >>

Be able to view Access Forms Via Web
Posted by KG at 1/12/2004 9:44:58 AM
Is it possible to link Access forms to web? Will it cause any problems for multiple users? How can it be done? Thank you, KG...more >>

IIS 5.0 ASP Engine Failure
Posted by knox at 1/12/2004 7:45:29 AM
I have a problem in IIS 5.0 on W2k server SP3. intermitantly the ASP engine seems to stop respond to page request (500 errrors are generated). HTML pages still display ok. If you try to stop IIS serveice, it fails to stop the service. Goes to stopping on the service and stays there. If you...more >>

asp pages fail but htm is OK?
Posted by Rick Lemons at 1/9/2004 6:52:21 PM
Anyone know why I would get the following error trying to display a .asp page from my IIS 5.0 Win2K Server? If I change the extension to .htm and request the page it works OK. There is nothing but html on the page "<p>Test</p>". Something is screwed up in the asp processing but I can't figure ou...more >>

Cannot use the generic Request collection after calling BinaryRead
Posted by Sanjeev at 1/9/2004 10:34:15 AM
hI, Task is to save the contents of an image ie .jpg/.gif file to the SQL Server. To accomplish this I open the file and save the contents using Set oSt = Server.CreateObject ("ADODB.Stream") in an ASP, having doing that successfully when I try to update the SQL Server using ADODB.RecordSe...more >>

ASP Error
Posted by craig hillyard at 1/8/2004 12:37:35 PM
I'm getting the following error after installing SUS on a IIS running on a W2K server. HTTP 500.100 - Internal Server Error - ASP error Internet Information Services ----------------------------------------------------------- --------------------- Technical Information (for support pers...more >>

Unload component when user closes browser window
Posted by Markus Jahn at 1/8/2004 10:39:59 AM
Hi there, I developed an asp component (not com+) in visulabasic. From the webbrowser (only IE is used) the user can select various functions which are sometimes very time consuming. The problem that occurs is that if one user closes the browser window the DLL is still executing in the backgro...more >>

Web Services Stopped Unexpectedly with Event ID 7031
Posted by Beer at 1/6/2004 9:01:16 AM
Hello Everyone, We have been getting the EventID 7031 errors ever since we installed SP 3. We have been searching for any possible solution, but not much luck. We are running Windows 2000 server with IIS 5.0 (No indexing services installed), and SP4. Every now and then, we have the 7...more >>

IIS Error
Posted by manny at 1/5/2004 2:22:38 PM
I know this post is not in the right topics but I could not find any newsgroups for IIS 4.0. My problem is that We just built a new NT 4.0 Server about 3-4 months ago. For some reason we keep getting this same error over and over and I have no idea on how to solve or get rid of it. T...more >>

BYTE-SERVING
Posted by Sonal Jain at 1/5/2004 9:12:59 AM
I would like to know how to enable Byte-Serving on IIS. We have some PDF files on our intranet which cannot be opened with Adobe reader 6. But these files can be read with Adobe 5.0 reader. So the Adobe technician has asked us to enable Byte-serving on the IIS. We use Windows 2000 Server. T...more >>

midl\oleaut32.dll : error MIDL2020 : error generating type library : LayOut failed : IXMLDOMNode
Posted by johnboy1973 NO[at]SPAM hotmail.com at 1/5/2004 8:59:23 AM
Hi there Im new to C++ and have inherited a C++ dll that wont compile. Its coplaing about the following midl\oleaut32.dll : error MIDL2020 : error generating type library : LayOut failed : IXMLDOMNode Error executing midl.exe. Im using the latest SDK. And other apps/dlls will compile,...more >>

CDONTS
Posted by Darren at 1/4/2004 1:59:42 PM
I am using ASP code to send mail via CDONTS. My question is on formatting the body of the e-mail. I want to use HTML to put the form fields submiited in my form into tables! An example of what I have is this: " FP_SavedFields('name1')" &_ When the email comes it is ...more >>

Mail via ASP
Posted by Bram at 1/3/2004 10:17:07 PM
Ik ben nog niet zo op de hoogte op het gebied van ASP, maar laatst heb ik geprobeerd een script te schrijven om een e-mail vanaf een asp-pagina te verzenden. Dit is me echten niet gelukt. Het enige dat er op m'n pagina verscheen was: CDO.Message.1 error '80040220' The "SendUsing" configuratio...more >>

Jmail professional
Posted by paomanci NO[at]SPAM yahoo.it at 1/3/2004 7:04:23 AM
Hi guys, I'm developing a web site with email capabilities: I have tried the free version of Jmail, now I need Jmail Professional but still don't want to buy it before having the chance to try it. Can someone email it to me please?? I do want to buy it and I will, but after trying it. Th...more >>


DevelopmentNow Blog