all groups > inetserver asp general > september 2003 > threads for saturday september 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Testing a URL...
Posted by Graham Mattingley at 9/6/2003 4:25:21 PM
Hi,
I have been running a site where people add there sites, so it is like a
database of URLS. Is there any way of testing if the URL is still active..
I think if the Domain list dont exist, then the page says "The page cannot
be displayed"
and if the folder dont exist the server may return... more >>
Image Anti-Leech
Posted by John Smith at 9/6/2003 3:25:47 PM
Hi,
I've been trying to play around with a simple script to stop people stealing
images (and bandwidth) but without much success :
strFolder="imageshidden"
strServer = lcase(Request.ServerVariables("server_name"))
If strServer="www.joebloggs.com" Then
strPic = strFolder & Request.QueryS... more >>
IIS 6 / ASP Cache will not refresh
Posted by Bite My Bubbles at 9/6/2003 1:34:40 PM
I found the answer!
It is a IIS 6 /ASP problem
http://support.microsoft.com/default.aspx?scid=kb;en-us;332075
... more >>
Running executables from ASP page
Posted by Doug Partridge at 9/6/2003 12:53:01 PM
Hi,
I was wondering if it's possible to run an .exe or other command line
utility form an .asp page? What I am trying to do is have a report request
page where the user would supply a few details, and then submit. At this
point I am hoping to pass the data to an .exe. This .exe will write i... more >>
Session variables start disappearing after DAYS of working fine!
Posted by Larry Woods at 9/6/2003 11:06:47 AM
I have a site that works fine for days, then suddenly, I start getting ASP
0115 errors with an indication that session variables IN SEPARATE SESSIONS
have disappeared!
First, for background information, I have a customized 500-100 page that
sends the value of various session variables via emai... more >>
ASP JavaScript versus ASP VBScript
Posted by John Davis at 9/6/2003 10:17:15 AM
When I create new documents in Dreamweaver, there are several choices for
ASP creation:
ASP JavaScript: run at client side??
ASP VBScript: run at server side??
ASP.NET C#
ASP.NET VB
I don't understand the differences between ASP JavaScript and ASP VBScript??
Because JavaScript is client-sid... more >>
Session Variables Dropped at Random
Posted by Jason Kichline at 9/6/2003 6:42:48 AM
I have an web application framework that uses sessions to
maintain a userID and some other variables. If a userID
is not present in the session collection, it redirects the
user to a login page, assuming their session expired.
However, this has been happening seemingly at random on
some ... more >>
best practice permanent redirect
Posted by William Tasso at 9/6/2003 12:42:27 AM
Greetings one and all
I've just taken over a site and I'm changing the files from .htm to .asp.
What's considered the best practice method of indicating the source of the
new document?
Cheers
--
William Tasso - http://WilliamTasso.com
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|