all groups > inetserver asp general > october 2004 > threads for october 22 - 28, 2004
Filter by week: 1 2 3 4 5
syntax issues
Posted by shank at 10/28/2004 7:19:48 PM
I have the following. I've tried swapping the " and ' in and around and
can't get the right syntax.
<%
varA = "<a href=" & "article.asp?id=" & (rsHead.Fields.Item("ID").Value) &
">Article</a>"
%>
My end results are: Type mismatch: '[string: "<a href=article.asp?"]'
Can someone lend a ... more >>
Trimming filename and paramters from a URL (output from DB)
Posted by Simon at 10/28/2004 4:47:25 PM
Hi there.
I seem to be a flurry of questions here recently, thanks for you help all,
but ... got another question here.
I am storing URL in a database for a 'sort of' directory type website.
The <a href> is built from the recordset of URL's which is all working no
problem, easy stuff.
... more >>
pure asp way to get image width and height
Posted by Nancy Drew at 10/28/2004 3:51:37 PM
does anybody know of a way to get an image width and height without using a
custom dll? we have aspJPEG on the server, and there are methods to fetch
image width and height with that, but it only works with JPEG and i need to
get dimensions for gif and png, too.
tks
... more >>
CAN YOU RECOMMEND A COMPONENT LIBRARY I CAN PURCHASE
Posted by CyberSpider at 10/28/2004 3:26:19 PM
Hi;
My company is finally making the move to program in ASP.NET for our web
application stuff. We need to purchase a suite of components. Can anyne
recommend a very good component library. We are looking for things like
GRID, CHARTS, VALIDATION TOOLS, etc.
Thanks in advance for your help... more >>
Multiple Email Recipients depending on Value
Posted by dmiller23462 NO[at]SPAM yahoo.com at 10/28/2004 6:52:14 AM
So here's my problem.....I need to set up different email
distributions based on which option in the following Select form has
been chosen....For instance if "Putaway" is chosen it needs to email
User1@here.whatever and User4@here.whatever but if "Loaded" is chosen
it needs to email User2@here.w... more >>
Delete key\value pairs from a cookie
Posted by roxana.turcu NO[at]SPAM scop.ro at 10/28/2004 6:35:31 AM
If I have a cookie with 'key/value' pairs, how would I delete a
specific 'key/value' pair while preserving the remaining pairs? I
tried to do something like:
cookie(key)=""
but it didn't seem to work. I do not want to expire the cookie, just
to delete the specified key. I'm working in javasc... more >>
ASP sessions expiring prematurely
Posted by mail NO[at]SPAM jazzis.com at 10/28/2004 4:49:26 AM
I recently moved an application from W2K / IIS5 to W2K3 / IIS6.
In the new environment user sessions expire after 2-3 minutes? I can't
find any solution to this, although I found quite a few references to
this problem on the web. Help anybody?
Thanks in advance.
Adam... more >>
CDO.Message.1 (0x80040220) The "SendUsing" configuration value is invalid.
Posted by CK at 10/28/2004 12:50:06 AM
Hi All,
I have this problem when try to send a mail by Using
CDO.Message. I got the info from the web, said it may the problem where, the
IIS SMTP setup incorrectly.
My question is How i can know my SMTP was setup correctly? And
how to test it? I did see all the "mai... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Upload File / Component?
Posted by Alex at 10/27/2004 11:31:46 PM
Dear all,
I am now creating an Content Management System which support 3
languages (English, Tranditional Chinese and Simplified Chinese). Before I
use the component (aspSmartUpload) to help me uploading photo and files. It
works for English and Traditional data; for Simplified Chines... more >>
ASP + Dll
Posted by info NO[at]SPAM 1972.com.ar at 10/27/2004 4:50:10 PM
I have to make my own dll (a compiled class made in Visual Basic 6)
for my College, and I have no idea of how to do that.
The class (DLL) should do have methods for make a backup of an access
mdb file, and restore it too.
Then call this DLL from ASP, and use those methods (ex. thedll.backup
a... more >>
Export data to letters
Posted by Andrew at 10/27/2004 4:03:50 PM
Hi Experts,
I have a DB containing many records of customers' info. How can I pull these
data to the MS Word mail merge letters containing the header (name, address,
etc) and contents (description 1, 2, 3,...) page by page per record? Thanks
a lot.
Andrew
... more >>
List all employees
Posted by JP SIngh at 10/27/2004 2:51:14 PM
Hi All
I have a table which stores the employee details. The format of the table is
below
EmpNo _ Integer
FirstName - Text
Lastname - Text
ManagerNo - Integer
What I would like to do is to display in a tree structure all the employees
reporting to a particular employee.
For example... more >>
superimposing a pic on a pic when the data is dynamic
Posted by Astra at 10/27/2004 2:08:40 PM
Hi All
I know the subject may sound weird so hopefully the below will explain.
1) I'm creating an estate agent web site, which will display a 1 x jpg pic
and say 4 text descriptions for each property from a DB using ASP .
2) Another aspect of shall we say the property's properties is that ... more >>
Is there NO ONE that can help with this error?
Posted by gm at 10/27/2004 12:58:02 PM
This is a repost... starting to feel invisible here... does no one know?
How do you get a web app to not show the 'page has expired...' error and
refresh and requery when you hit the back button after submitting a form? I
just want the old data to still be displayed in the form so the user can... more >>
English Language CD
Posted by FloridaJoe at 10/27/2004 12:42:43 PM
My set of .NET 2003 CDs has 2 .net cds; 1 prerequisite cd; plus msdn. I get
to a certain point in the installation and it prompts me for the English
Lanaguage CD and I don't know what this is. I bought the set from someone
who didn't want them any more - did I not get one of the CDs?
Thanks in... more >>
session_OnEnd dans le global.asa never fired
Posted by Olivier SOW at 10/27/2004 11:40:36 AM
Hi,
I have this code in the global.asa file:
Sub Session_OnEnd()
Set oFso= CreateObject("Scripting.FileSystemObject")
Set oFileTxt= oFso.OpenTextFile("c:\debugS.txt", 8, true)
oFileTxt.WriteLine Now()&" SESSION END "&session.sessionId
Set oFso= nothing: Set oFileTxt= nothing
End Sub... more >>
cookie question
Posted by middletree at 10/27/2004 10:54:25 AM
I use a browser cookie on an Intranet application. On one certain page, it
checks to see what someone's network name is, then if they are in a certain
department, it redirects them to a particular page. If in other departments,
it redirects them to another page.
Here's the code:
===========... more >>
Server.Execute does not work on 2003
Posted by David C at 10/27/2004 10:32:07 AM
We moved an ASP application from Win 2000 server to Win 2003 server and now
the Server.Execute method does not work. It gives me ASP 0228 error. What
gives? Thanks.
David Chase
... more >>
Dynamic updates
Posted by Dev880 at 10/27/2004 9:47:02 AM
I need to know if I should use asp.net or Java for this. I would like to use
asp in general.
I need to have a function check to see if a variable is true or false and
update an icon. But I want it to either check when updated or every 3
seconds. I suppose it has to be somewhat client side ... more >>
Good Family Portal System?
Posted by kirk NO[at]SPAM mailinator.com at 10/27/2004 9:30:31 AM
Here's what I want:
1. Simplicity. I basically want to be able to post news on the front
page, similar to a blog.
2. Good Image Gallery. I would like something that is simple to
navigate and supports captions.
Bonuses:
1. Random picture module on home page
2. The ability for visitors ... more >>
Cache in old ASP
Posted by Jose Marciano at 10/27/2004 5:53:04 AM
Hello.
Could someone tell me the way(s) of doing cache in old ASP pages?
What i really wanted was to keep in cache for some time the HTML generated
by an ASP page (something like the "@OutputCache" directive of .NET).
Thank you in advance.
Jose Marciano
... more >>
Invoke Web Service from classic ASP
Posted by MK at 10/27/2004 3:01:11 AM
How can I invoke web service from a classic ASP page? As I
know I cannot use HTTPGet or HTTPPost protocal if the
service is built under .net framework 1.1 (security
issue).
Thanks in advance.... more >>
CSV Download
Posted by Simon Harris at 10/26/2004 10:58:59 PM
Hi All,
I have created a script which connects to a SQL DB, runs a query, writes the
results out to a file (Using FSO) then presents the user with a link to
download the CSV.
As the file contains sensitive data, I dont want to leave the file on the
server, and I dont want to rely on the us... more >>
Dowloading
Posted by Sten Larsson at 10/26/2004 8:53:52 PM
How can I allow downloading a file on the server to a different file name on
the client?
I already have uploading, and I use aspSmartUpload with no problems. To
avoid file name clashes, I rename the files when stored on the server. When
the user downloads, I want to restore the original file n... more >>
IIS ins't running
Posted by Dave Neve at 10/26/2004 8:53:09 PM
Hi
I have just installed IIS on my computer as I want to look at asp.dot
The CD provided by Microsoft at a trade fair says that if IIS is installed
correctly, then if I type in an explorer
http://myip
or
http://mycomputername,
then I should get two windows up on the screen.
But al... more >>
ASP to XMLSocket to Flash
Posted by shawn NO[at]SPAM rampagetechnology.com at 10/26/2004 7:05:29 PM
I have an XML Socket Server running and I can easily get Flash to send
from flash-to-xmlsocket-then-back-to-flash and vice-versa But what I
want is to have an ASP page to take a small chunk of XML and send it
to an XML Socket Server so the server can post the information to a
client running a fl... more >>
Align text in my drop down menu?
Posted by danieloconnor NO[at]SPAM dbt.net at 10/26/2004 2:35:16 PM
Hello all,
I am getting records from a db and displaying the records to the user
through a drop down menu in an asp page.
Each record has 6 fields and I need to display them all to the user in
the drop down.
The problem is that the fields contain values of all different lengths
and the col... more >>
Arguments are of the wrong type
Posted by Erica at 10/26/2004 1:03:06 PM
I'm getting the following error:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another.
/shop/results.asp, line 15
line 15 is the recordset open line. Can someone please help
if isnull(session("whois")) ... more >>
Parent Paths
Posted by news.microsoft.com at 10/26/2004 1:01:24 PM
If I've enabled Parent Paths (PP) in IIS, but have installed the URL Filter
and disallowed ".." and "../" within links, am I covered from the
vulnerabilities of PP's?
This allows me to use PP's in #Include statements, but doesn't allow
visitors to use PP's in their links to access directories ... more >>
Managing locations
Posted by Astra at 10/26/2004 12:18:34 PM
Hi All
I know this is a strange request, but I currently creating an estate agent
type site and I noticed on somebody else's (big company - not interested in
little old me!!) that they give the user the option to see property results
that are 2, 5, 10 miles, etc away from the location that I c... more >>
Response.Write drop 0. prefix
Posted by Shay at 10/26/2004 11:51:24 AM
Hello,
I am using MDB file with ASP.
When I getting a field value from the data base (type number/double)
whenever the value is less the 1 (0.001 - 0.999) I get only the numbers
after the dot (.001 - .999).
All I am doing is writing it to the screen by using
Response.Write(SQL_Response("N... more >>
Request.Servervariables("HTTP_REFERER") versus BACK button on browser
Posted by johna NO[at]SPAM cbmiweb.com at 10/26/2004 10:27:06 AM
When my webserver does not process a user's change because of an
invalid password, I inform the user and I want to present them a
button for a retry:
<TR id=continuebuttonrow>
<td width="05%"> </td>
<TD width="90%" align=center valign=middle colspan=2>
<BUTTON TYPE=BUTTON
ONC... more >>
Too Many Include Files causing IIS 500 Error
Posted by Chad Scharf at 10/26/2004 9:13:01 AM
I have a legacy ASP application running on IIS 6.0 (Windows Server 2003 Web
Edition) that is throwing an error when processesing a certain asp page that
has about 200 or so include directives.
We've checked the spelling, paths, include directives, and files
individually and all of them work... more >>
The call to Server.CreateObject failed while checking permissions.
Posted by Naveen at 10/26/2004 8:57:06 AM
Hi,
I just moved all my IIS and COM+ to windows 2003 server and its gioving this
permission error. I checked some articals and I am usin the basic
authentication in the IIS. So Where should grant access to the users.(for the
COM+ components) All users are Active directory users.
--
... more >>
ASP sessions expire prematurely?
Posted by mail NO[at]SPAM jazzis.com at 10/26/2004 7:30:11 AM
After moving my application from W2K / IIS5 to W2K3 / II6 the
application works pefrectly BUT the user session expire prematurely
(after about 2 mins) rendering the application unusable.
Help / suggestions anyone? Yhanx in advance
Adam... more >>
Coding Problem
Posted by Alex at 10/25/2004 11:49:27 PM
Dear all,
I am now creating a website which have 3 languages (English, Simplified
Chinese and Traditional Chinese). The server has installed English version
Window 2000 (Server Version, Default Codepage is Traditional Chinese) and
MSSQL 2000 (English). I have created a database which use t... more >>
UK Date Format Issue
Posted by CraigC at 10/25/2004 6:33:27 PM
Hi,
I'm hosting a site on Small Business Server 2003.
The site displays the dates in US format when I connect via the web but
correctly using 127.0.0.1.
I've set the LCID to 2057 for the UK but the proble, persists.
Any ideas ?
Thanks in advance
Craig
... more >>
Application Vars .vs. SQL Lookups
Posted by Jon Glazer at 10/25/2004 6:01:31 PM
I have an application that uses SQL extensively. However some of what it
uses SQL for (the results) are fairly static and change in the database very
rarely. Would it be more efficient to store this information in application
variables rather than doing SQL queries each time? Its a pretty h... more >>
perpetual client-side - server-side dilema
Posted by Support at 10/25/2004 4:12:00 PM
Hello:
I wrote a vb6 "client-side" ActiveX Component that will extract the user's
network login.
Now I want to be able to do some server-side work with this info, and it
would be great if I could put the user's network login into a session
variable but serverside-code is executed first ....
... more >>
programmatically visiting a URL without opening browser session
Posted by Ken Fine at 10/25/2004 3:12:01 PM
Using ASP, is there an easy way in code to "visit a URL", without opening a
browser session?
Explanation: I have a page caching class. The page caching class's behavior
can effectively be "programmed" via instructions that are sent through the
querystring. When members of our staff update arti... more >>
Warning: Page has expired...
Posted by mgm at 10/25/2004 3:06:55 PM
How do you get a web app to not show the 'page has expired...' error and
refresh and requery when you hit the back button after submitting a form? I
just want the old data to still be displayed in the form.
I checked knowledge base for this and I do not have "Do not save encrypted
pages to di... more >>
Date vaidation after form submission
Posted by Simon at 10/25/2004 3:03:41 PM
Hi there.
I have a form on which I have a date of expiry which is built from 3 select
fields to build the day, month and year, this all works OK and the data is
being built and added to the database no problem.
However, I want to validate this date to ensure it is in the future, the
followi... more >>
windows login info
Posted by dave at 10/25/2004 11:17:41 AM
This is a multi-part message in MIME format.
------=_NextPart_000_000A_01C4BA84.3E5C43E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi
I'm writing one asp page and developing application for intranet...
I just need to know when if anyone ex... more >>
Passing fields from one page to another
Posted by Patrick at 10/25/2004 11:11:19 AM
I have two ASP pages
payment.asp:
For customers to fill in payment/card details (pre-populating details if
details submitted were invalid and user had to re-fill in details)
confirmorder.asp:
Display the credit card details in hidden fields and also the order details
from Database
My ques... more >>
Form submit - hitting enter does not trigger Submit button
Posted by jason NO[at]SPAM catamaranco.com at 10/25/2004 10:34:21 AM
I have built a login and regsitration system which works wel.
However, one troubling occurs when a user does not click the 'logon' button
but presses 'Enter' on his keyboard....when this happens the logon submit
button is not triggered...does anyone know how to rectify this to cover both
condi... more >>
Multiple Queries on same asp page..
Posted by david NO[at]SPAM scene-double.co.uk at 10/25/2004 8:27:58 AM
Hi,
I have an ASP page which runs a select statement such as
QueryA = "SELECT............ ;"
Set RS_A = adoDataConn.Execute(QueryA)
(adoDataConn is set in a hidden include file).
If I run RS_A and pull out the records, I then want to run another
query on a seperate table but where o... more >>
Thick client connection works, VB/ASP doesn't!
Posted by UncleHarpoon at 10/25/2004 7:19:02 AM
An asp application is attempting to log on to a database using the
SqlDataAdapter ADO. For some reason, the same connection strings that work in
non-web applications are refused when the asp application attempts to connect
with the same connection string.
Sqlconnection.connectionstring = â€... more >>
Beginner asp tutorial required + dreamweaver or FP
Posted by ck1web NO[at]SPAM yahoo.co.uk at 10/25/2004 6:29:18 AM
Hi
I have reasonable experience with access. I am just about to start a
web based database project for my computer course.
I have very very limited experience of frontpage, VB & VB script, I
have no experience of ASP or dreamweaver.
I have office xp pro and am in the process of buying and... more >>
Offline Develop for CDO send mail.
Posted by CK at 10/24/2004 11:34:01 PM
Hi All,
Can i know that, is it possible for me to develop a website
offline, and using CDO. How i can know that, the script I wrote at offline
and run at localhost will work when I host it on the webserver. I try to
write a website which allow to send order form to email. Now I facing... more >>
CDONTS to send order form to emails.
Posted by CK at 10/24/2004 7:24:11 PM
Hi all,
I know this question is stupid. But i need some advice for this. I
am trying to develop a website, which will allow the user send to order form
to the admin email. I am planning to use the CDONTS component method.
Can I just to localhost server to test, whether the form ... more >>
off line web development
Posted by hugh welford at 10/24/2004 6:09:10 PM
Hi Currently using WIN 98 + PWS for off line web development
Will WIN 2000 PRO support PWS? or does it have IIS5 bundled with it, or does
it support no web server at all?
... more >>
Refresh and redirect
Posted by Hege at 10/24/2004 3:34:36 PM
Hi!
I have a framset and I want to refresh the bottom.asp whenever i do a change
in Input.asp so that bottom.asp reflect the changes made? How do I do
this???
I would also like to bee redirected back to where I came from. I use
ONCLICK="window.history.go(-1)" on a button in a form, but ho... more >>
Weird date/time problem
Posted by richardpstanton NO[at]SPAM yahoo.com at 10/24/2004 3:17:22 PM
Hello all
I have a simple asp script that pulls data from an ingres database and
displays it on screen.
It all works fine except for date/time fields where the date >=
24/10/2004 and <= 31/10/2004 where it takes 1 hour off the time ie
in the database I have 24/10/2004 08:00
the asp dis... more >>
2 questions about checkbox into form
Posted by Fred at 10/24/2004 11:34:54 AM
Hi,
I defined a form consisting of checkboxes like:
<form>
<input type="checkbox" name=ck id=ck onclick="check(this.form)"
<input type="checkbox" name=ck id=ck onclick="check(this.form)"
.....
<input type="checkbox" name=ck id=ck onclick="check(this.form)"
</form>
1) when this function i... more >>
how to pass an array of data with hidden fields or cookies?
Posted by Fred at 10/24/2004 9:57:17 AM
Hi,
i know how to pass a value from Javascript to ASP with a hidden field into a
form and submitting it, or with cookies, but here i have to pass a lot of
data in an array.
There is a list of product the visitor can order by clicking one or more
checkboxes. I made a form containing input wi... more >>
Complete ASP Portal Systems
Posted by cemal etikan at 10/24/2004 8:36:59 AM
Hello All,
I m pretty unsure if this is the right place to ask my question but since it
s a general group i decided to ask it here:
I m looking for a complete portal system as i stated in the topic in which
i m also gonna publish my college notes,lessons and may be some videos of
the same ki... more >>
IIS and session variables
Posted by jim at 10/24/2004 7:14:40 AM
I recently reformatted my PC and reinstalled ISS onto Windows 2000.
Since I have done that, my local sites don't work as they used to.
By that I mean, if I have a login page, such as this:
[CODE]pwd=(newstr(request("pwd")))
dim checkRS, checkSQL
checkSQL = "SELECT pwd FROM j_pwd WHERE p... more >>
Concatanation
Posted by Paul Smith at 10/24/2004 12:23:56 AM
I have having trouble building a strong which I want to be the body of an
Email. I have the code worked out which send the email but I cannot
understand why I cannot seem to concatenate a string to use as the body of
the message.
Body = "Subject"
Body2 = " Sub Subject"
Body3 = Body3 & ... more >>
sql server connection problem
Posted by Savas Ates at 10/23/2004 4:37:37 PM
"SQL Server does not exist or access denied"
sql server error:17
i cant connect sql Server 2000
why?
... more >>
default radio button in form
Posted by steve at 10/23/2004 12:47:49 PM
Hi all
If I use this code
<% If Request.Item("col")="firstcoll" Then Response.Write "Checked"%>
in .aspx page for example like that
<input type="radio" name="col" value="firstcoll" <% If
Request.Item("col")="firstcoll" Then Response.Write "Checked"%>>
it breaking the script and I'm ... more >>
ASP 3.0 Partial Page Execution
Posted by John Smith at 10/22/2004 11:40:45 PM
Hello. I have a web site I've recently moved to a new provider. It has
worked for years. On the new provider's servers ( Win2k Server .NET 1.1 )
my asp 3.0 pages often don't completely execute.
Here is what happens: Most of the page starts displaying in the browser,
then you see some HTML,... more >>
ASP & Stored Procedures!
Posted by Anthony Judd at 10/22/2004 9:37:06 PM
Hi all,
Just a quick question. I am using Sql Server 2000 and calling stored
procedures from asp.
At this stage i am forgoing using the ADO command object and am simply
create dynamic like sql statement for store procedure execution.
My question is, I find the code below quite messy... more >>
Audio files with ASP script
Posted by Benny at 10/22/2004 5:46:09 PM
Hi,
I have written recommend a friend script in ASP which can send a form
filled
details to around 5 Email Ids at a time.
I want people to use this with their custom voice message. Can they record
and attach with this recommendation form and send that to email.
What is the procedu... more >>
WAP and POP3
Posted by Robert Umpel at 10/22/2004 3:08:52 PM
does anybody know if there is somewhere ASP code available which enables me
to read my emails at my external provider via WAP?
Thanks in advance
... more >>
if else on type of interger
Posted by Simon at 10/22/2004 11:48:39 AM
Hi there
I know I should be able to do this, but I'm stuck!
I am trying to build a table that forms from cats being pulled from a DB.
The table will be 3 cols by x rows.
I have been doing an if else based on if int(Ident/3)= 1, 2, 3, 4 etc etc ,
but this is sloppy! :-(
What I need to... more >>
counting records in a recordset
Posted by mgm at 10/22/2004 11:20:12 AM
hello,
I have a query that is supposed to return only 1 record, however I recently
found that because of an error in the database it can return more than 1.
So what I need to do is capture if it is more than 1 record and alert the
user to contact the database administrator. How can I get the ... more >>
ASP rendering wierdness
Posted by Tek Boy at 10/22/2004 10:55:30 AM
I've been experiencing some (reproducable) wierdness when I try to generate
some very basic HTML using ASP. Check out the following (basic) ASP code:
===========================================
<% Option Explicit
Const STRING_1 = "/admin/UploadProgress2.asp"
Const STRING_A = "AXFFile... more >>
Connecting to an AS/400 - Connection Issue with code
Posted by Brian Piotrowski at 10/22/2004 10:53:45 AM
Hi All,
I almost have the connection working for my connection to the AS/400 from an
ASP page. However, I have an error appearing, and I'm not sure how to fix
it. The code I have for connecting to the AS/400 is this:
<%
Set adoCon = Server.CreateObject("ADODB.Connection")
adoCon.Open "... more >>
ASP/SQL Question
Posted by SyrOrange at 10/22/2004 10:19:58 AM
I have an SQL command and recordset using ASP
<%
strSQL = "SELECT Count(*) AS MonitorsDeployed FROM Monitors Where
Status='Deployed'"
rs.Open strSQL, conn, 3, 3
response.write(rs("MonitorsDeployed"))
%>
Is there a way to have create variables based on other criteria or do I need
a separa... more >>
Alternative of PHP "Unset" function is ASP
Posted by fasanay NO[at]SPAM yahoo.com at 10/22/2004 8:18:42 AM
Hi everybody I have got the following PHP code which I am trying to convert to
ASP any help will be appreciated...I have done most of it but I cant find a
replace function for Unset in asp which will discard the variable alltogether...
if ($categoryid == "all")
{
$sql = "SELECT * FROM ... more >>
HTTP 404 file not found error
Posted by GBud2004 at 10/22/2004 8:01:01 AM
Hi,
I am having a strange problem. I have certain ASP pages that are well
tested and working in many places. But there is one server (windows
2000) on which some of the asp pages do not work. I get a HTTP 404 file
not found error. I checked more than a few times and made sure the files
are there... more >>
|