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
October 2007
November 2007


all groups > inetserver asp general > august 2004

Filter by week: 1 2 3 4 5

Help with Object A1ASP.SQS
Posted by John Smith at 8/31/2004 10:18:47 PM
Over a year ago, I found, downloaded, and installed an object called "A1ASP.SQS", which lets you encrypt querystrings, form parameters, etc. However, it seems that the author, Alex Popkov, is no longer supporting this object, and the website (http://a1lab.com) no longer exists. Over the month...more >>

IIS5 SSL enable
Posted by Hugh Welford at 8/31/2004 8:11:46 PM
Can anyone tell me how to enable SSL in IIS5? Thanks Hugh ...more >>

ADSI Alternate Credentials Not Working...
Posted by Joe User at 8/31/2004 7:16:03 PM
I have a set of web pages on an AD-authenticated web site that are supposed to allow users to modify their own AD account attributes, limited of course to things like their email address, URL, etc. I was hoping to connect to LDAP using secure authentication as described on a few tech web pages,...more >>

ASP Error HTTP 500-Internal Server Error
Posted by errorQuest at 8/31/2004 6:54:00 PM
Hi There, I have a problem with the IIS running. Whenever I try to ru http://localhost/aaa.asp i got this error "HTTP 500-Internal Serve Error". I use very simple code in aaa.asp. I try to look for the Sho Friendly http error messages, but it doesn't give me another othe error beside "HTTP ...more >>

How to send and process data?
Posted by GTS at 8/31/2004 6:29:50 PM
Hello, How to send data through winhttpd and process the data in the target page? Any suggestions? GTS ...more >>

winhttp passing values
Posted by GTS at 8/31/2004 6:05:36 PM
Hello, I have the following structure, Form page My Server 2nd server html ---------->My.asp------->2server.asp User can submit the form in html to myasp. In my.asp I am using winhttp to send the form values and some additional values to the other server's asp page without...more >>

ASP http request
Posted by thomas parquier at 8/31/2004 4:19:41 PM
Hello Can someone give the snippet to send a post http request in order to send a soap request ? I have the complete http request but I don't know how to send it. TIA ...more >>

cretae ASP page to validate username with AD
Posted by Joeri KUMBRUCK at 8/31/2004 11:25:42 AM
Hello, I'm trying to create an ASP page where users can type in a username and password, and these credential should be checked with active directory. If username and password are correct, the script will continue to run otherwise it will stop. Below you will find my code I've programmed unti...more >>



display problem when query is empty!?
Posted by Jerome at 8/31/2004 11:17:10 AM
Hi, I've got the following problem: I want my ASP page to display a certain number (based on a COUNT query), it works fine if the result is at least 1! If there are no records to be counted (= the query is empty), I get errors. What I've tried is this: if rsNP_MB_Site.BOF = true or r...more >>

WinHTTP Passing values asp to asp
Posted by GTS at 8/31/2004 11:13:12 AM
Hello, I have the following structure, Form page My Server 2nd server html ---------->My.asp------->2server.asp User can submit the form in html to myasp. In my.asp I am using winhttp to send the form values and some additional values to the other server's asp page without...more >>

One form, two "actions" - HTML or ASP?
Posted by salamahl NO[at]SPAM aecl.ca at 8/31/2004 10:24:37 AM
Hello, I'm pretty sure that this can be done, but I am unable to find documentation on it. Presently I have a plain HTML survey form where users check multiple checkboxes, then submit. The results are sent via email to the administrator. What I also want to happen is a new confirmation...more >>

SSL connection
Posted by Hugh Welford at 8/31/2004 10:12:45 AM
Hi, Need to implement an online payment facility, which requires SSL encryption. I have bought the keys and they are installed on the server (IIS5) Can anyone point me in the right direction for help in activating the SSL encryption using asp - tutorials or sample scripts etc? Thanks in ad...more >>

ASp Code in javascript (in Head section)
Posted by TNGgroup at 8/31/2004 8:23:58 AM
Hi, I'd like to put some SQL values in my Javascript which is defined in de Head section If I put it in there like <%objrs=("field")%>, the script does not seem to run ? Any Idea Thx TNGgroup ...more >>

Schedule in ASP
Posted by mustafa at 8/31/2004 5:47:37 AM
Dear Sir, I want to send the bulk MAil to the user at a schedule task.I am using ASP and Sql server 2000. i want to schedule the Date & time like in SQL Server 2000 there is feature to schedule jobs. I had an asp page where i am having Taskname Date time field when i enter it sh...more >>

Parsing Data in ASP
Posted by peashoe NO[at]SPAM yahoo.com at 8/31/2004 5:45:08 AM
I have a select statement that gives me the following results (for example) "test documentation/software product version document.doc" I need to parse the data to only grab everything between the "/" and ".". So, in other words, "software product version document" - I have absolutley no idea how...more >>

ASP.NET Problems
Posted by Jim Lu at 8/31/2004 2:42:07 AM
Hi, I've just started writing in ASP.NET. I'm a bit new to this, so forgive me for any newbie mistakes. I have a few questions. I'm trying to create a logfile of people that visit my site, storing some info like IP, username, and time. I'm trying to use streams in the code-behind page t...more >>

Form Name Capture
Posted by NewGuy at 8/30/2004 6:56:02 PM
Is there a way to capture the name of a form on the receiving page. The Request.form collection only has the names of the objects in the form (as far as I can see), not the name of the form itself? TIA for any help....more >>

request for ***enctype="multipart/form-data"***
Posted by Savas Ates at 8/30/2004 6:32:05 PM
<form method=post enctype="multipart/form-data" action="xx.asp"> <input type=file name=YourFile> <input type="text" name="xx"> </form> how can i learn xx input value i tried request("xx") it returned NULL i tried Request.BinaryRead("xx") it returned error how can i solve it... ...more >>

Track specific visitors who click on banner
Posted by jason NO[at]SPAM catamaranco.com at 8/30/2004 5:18:21 PM
(subject included - apologies) <jason@catamaranco.com> wrote in message news:... > Is there a simple way to track users leaving our site to vendors whose wares > we have advertised as a banner on our site.....? > > Some of the vendors we deal with may not have sophisticated tracking devices...more >>

JET error in interdev debug only (DCOM error?)
Posted by SÁRINGER Zoltán at 8/30/2004 3:56:19 PM
hi, When I open the connection to a JET database, I get 80004005 "unknown error". I know, it's usually permission problem, but I added all users to the db directory, and have this error only if I debug the application: (environment: "celan" w2000prof, interdev server, all patches.) here are...more >>

asp
Posted by Jim at 8/30/2004 2:43:07 PM
I'm running Windows 2000, IIS 5.0 and I'm trying to view some .asp pages. What is causing the error - see below. I'm getting the error: **************************************************************** The page cannot be displayed There is a problem with the page you are trying to reach...more >>

ASP page to authenticate username and password with active directory
Posted by Joeri KUMBRUCK at 8/30/2004 2:39:22 PM
Hello, I'm trying to create an ASP page where users can type in a username and password, and these credential should be checked with active directory. If username and password are correct, the script will continue to run otherwise it will stop. Below you will find my code I've programmed unti...more >>

ASP page can't post to IIS 5.0 Server
Posted by Hunter Pieper at 8/30/2004 2:07:37 PM
Hello, We are trying to get an .asp page to post to an access database. the page is viewable, and the form boxes can be filled in. Upon submission of the data a confirmation page is then to show. What happens is the data is inserted into the page, but upon submission an HTTP 500 Inte...more >>

Strange Problem - ASP Page failing to display
Posted by gwood80 NO[at]SPAM hotmail.com at 8/30/2004 9:05:12 AM
I have an ASP page hosted on a windows 2003 server. This page was working fine until Saturday. Now, the server doesn't serve it and gives a 404 page not found error. The file DEFINITELY exists in the correct folder (it worked fine previous to now). I have tested the page on our in house serv...more >>

'Mass-mailing' with ASP?
Posted by test174_8 NO[at]SPAM hotmail.com at 8/30/2004 2:25:47 AM
Hi, I just took over maintaining an ASP codebase for sending out newsletters by mail, as well as basic subscriber maintenance. Thing is working ok today, with ~200 subscribers, but there are plans on selling this 'solution' to clients with substantially higher demands; at least in the lo...more >>

Web Reporting using Crystal Reports 10
Posted by samik_tanik at 8/29/2004 11:13:03 PM
I want to use the Crystal Report to display and allow the clients to create the .rpt files in the browser at runtime and allow them to drill down and use cross-tabs. To check out the possibilities I have downloaded the evaluation versions of Crystal Report 10 (CR10AdvDevEn.exe) and CE 10 (CE1...more >>

server control
Posted by gladiator at 8/29/2004 9:11:02 PM
Hello everyone: recently I am building a web application, i want to know what is the difference between web server control and web html control,what feachers do they provide? resource and document will be more appreciated.Thanks A lot!!...more >>

ASP debugging with the Script Debugger
Posted by Steve Anderson at 8/29/2004 7:29:11 AM
Please excuse my ignorance as I'm fairly new to ASP. We have IIS running on Win2000 and serving out an ASP application. I installed the script debugger tonight. IE6 on the machine has Disable Script Debugging unchecked. I set the server side debugging for the www in question. I have a Stop sta...more >>

asp permission error
Posted by Joe at 8/29/2004 7:12:35 AM
Hello everyone, I have just installed the aspsmartupload component and I am getting this error Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /scripts/aspSmartUpload/Sample1.asp, line 15 The call to Server.CreateObject failed while checking permiss...more >>

One SQL, two conns
Posted by Stuart Palmer at 8/29/2004 6:04:42 AM
Hi There, I'm writing an ASP cart and hit a problem. I have 2 db's, one is products, one is cart contents. Cart contents holds the unique ID from products when you do your 'basket'. When I display the basket, I want to display the products name from the products DB based on the ID stated ...more >>

Cannot update
Posted by revolnip at 8/29/2004 3:43:11 AM
As attached is the code : <% Option Explicit dim lngTimer lngTimer = Timer %> <!--#include file="Connect.asp" --> <!--#include file="Settings.asp" --> <!--#include file="Common.asp" --> <% Dim profile, rsUsers, pdon, apos, elen, postContent, postSubject topic, avatar, abortUpdate, im...more >>

update multiple rows
Posted by shank at 8/28/2004 4:52:36 PM
Visually, the page will look somewhat like a spreadsheet. It could have hundreds of records (rows) displayed. I want to enable the user to edit any one or any number of records and any fields, then click a save button to UPDATE the SQL table. I'd like to use stored procedures if possible. How is ...more >>

Replacing span tags
Posted by David Henderson at 8/28/2004 3:38:36 PM
Hi There... I'm struggling with a problem: I have a string (coming from a rich text editor) which contains a variety of span tags that need to be replaced with corresponding formatting tags. e.g. <span style="font-weight: bold;">line 2</span> needs to become <b>line 2</b> So... with ...more >>

paging problem
Posted by Savas Ates at 8/28/2004 2:52:36 PM
Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype. my connection string Set baglantim=Server.Createobject("ADODB.Connection") Outpost="PROVIDER=SQLOledb;Initial Catalog=friends;User Id=sa ;password=;Data Source=localhost" (it ...more >>

Response Buffer Limit Exceeded
Posted by Steve Bywaters at 8/28/2004 2:43:27 PM
I have the following error on a page ... I can fix it by making a large-ish block of text (almostr 4k) a little smaller. But what is ASP actually complaining about? Steve Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /lsm/TemplateKb2.asp, line 0 Exec...more >>

Searching a ASP database
Posted by donald at 8/28/2004 12:55:56 PM
Hi all, I have a website running asp (about to move to asp.net soon though) which has a list of DVD's I have the various pages I want, last 10, listing, full listing ect, but the one page i can't figure out is a search page. I have read various books, but none have given any tips on how t...more >>

Get a file using XMLHTTP
Posted by serge at 8/28/2004 10:48:27 AM
Is this the correct newsgroup for this posting? I have a problem when using these lines of code: Dim xmlhttp as Object set xmlhttp = CreateObject("Microsoft.XMLHTTP") Call xmlhttp.Open("GET", Application.Profiles.ActiveProfile.Server & "/Test.abc", False): Call xmlhttp.send(""); when ...more >>

Depoying VB.NET WEB Application to IP Site (NEWBIE)
Posted by NEWBIE in ABQ at 8/28/2004 9:51:03 AM
I have developed a WEB Applicaiton using Visual Studio VB.NET and it runs well on my developement computer. I would like to run it from my personal WEB Page provider by my Internet Provider. I have used the MS WEB Publishing Tool to move the files and directorys to the site, but when I start...more >>

ASP problem
Posted by Faisal at 8/28/2004 4:25:16 AM
when running an asp page, after i do any change in the content. it not reflect when i referesh the page. it is windows 2000 and IIS 5.0 pls assist. ...more >>

A future in Web Services
Posted by Radith Silva at 8/28/2004 3:11:02 AM
Hi all; I'm currently a student comparing my study options for the future. Currently I have (Certified) experience in Java and Web Development. My strong-hold I'd say is web-development but am willing to look at other things depending on the size of the industry and obviously the pay. My cu...more >>

Error installing MSDE
Posted by João_Portela at 8/27/2004 5:22:52 PM
As i try to install MSDE (Microsoft SQL Server Desktop Engine), i get = this error message : "A strong SA password is required for security reasons. Please use SAPWD switch to suply the same. Setup will now exit" How do i solve this?...more >>

FrontPage error
Posted by cathedr NO[at]SPAM wa.state.gov at 8/27/2004 4:43:08 PM
Does anyone have any idea what secret location I would look in to eliminate this error. I received the error when trying to publish the website from one server to another. Server error: The folder that would hold URL 'agency/rgn/r2/_overlay/region2.htm_nav_sumipntg010_hbtn.gif' does not e...more >>

think outside the box
Posted by Pauline Parrot at 8/27/2004 4:41:31 PM
Hi, All my arrows missed the target . I guess I am "thinking outside the box." Maybe I hit the underlying issues, or I've concentrated on strategic high-level thinking. Maybe my arrows simply outperformed expectations. Oh well. It's out of my hands. ...more >>

OnClick Question
Posted by SyrU at 8/27/2004 3:58:52 PM
I have the below code. I am trying to send information to a subroutine, I am getting an Object Required Error. <input type="button" name="pSearch" value="Search" onclick="DisplayRecords()"> Then in my ASP page I have this Sub DisplayRecords() dim conn dim strsql dim mycount .... ...more >>

ASP / SQL Question
Posted by NetZeroUser at 8/27/2004 2:44:23 PM
Quick question for the NG. I have the following on my ASP page. SchPN is actually grabbed from a text box, but here is what I am entering schPN = "PRT" strsql = "select PrinterModel, UserName, PrinterName, PrinterType, IP_Address from Printers where (PrinterName LIKE '%schPN%')" I would...more >>

localhost 404 error
Posted by Jackness at 8/27/2004 2:33:21 PM
I get the 404 file not found error message when I try http://localhost/xxxx.asp I've created a virtual directory and pointed it to the asp file and the error message appears. I've tried creating a new directory and received the same error message when I pointed it to the new asp file. I ...more >>

Migrated website, now ASP that access Foxpro data doesn't work
Posted by Colin Colin at 8/27/2004 2:11:46 PM
We migrated our intranet site from IIS4 NT4 (\\GHCNT8) to a Windows 2003 server with IIS6 (\\NT58) using the IIS Migration Tools. I have a few ASP pages that access Foxpro data on a different server. I downloaded the Visual Foxpro ODBC Driver from MSDN. I exported (from the registry) the ODB...more >>

Select Case Syntax Error
Posted by Kevin at 8/27/2004 2:04:39 PM
Hi, I am getting a syntax error Microsoft VBScript compilation error '800a03ea' Syntax error On the code below. The error references the "End Select" line Can anyone help me with what I am doing wrong? Thanks -======================================== <% SELECT CASE iChoice Dim...more >>

uploading huge files.
Posted by msnews.microsoft.com at 8/27/2004 12:52:49 PM
Hi, Is there any SCRIPT that I can upload 50MB files? The one I have written do only <2MB, We have no way to use vb com. Benny ...more >>

generating a secure email....
Posted by Brad Pears at 8/27/2004 11:30:51 AM
On our website, a user can order products from us. When they "submit" the order, the website designer has written some ASP code to auto send an email to our Exchagne 2000 server. Due to the contents of the email, we need to secure it... How can we send a "secured" email from ASp script or would ...more >>


DevelopmentNow Blog