I would like to know whether I can warn the user about the expired session or application timeout, by displaying an "inactivity" page. As You know, the user...
hi stefano, I have read your message and i don't know what do you mean by your question "if there a strategy to let the session be aware of the timeout", but...
The only way to do such a thing is let a user log in somewhere on your site then check if the log in data is still present if not --> other page ... From:...
Hi Stefano, I think your script is going in the rght direction, just make sure that the timelimit for the variable is less than the time limit set for session...
Hi all, I'm building a site which will contain a number of PDF and/or Word documents which I would ideally like to index so as to make them searchable from the...
Alistair- Have you looked at http://www.isysusa.com/aboutus/index.html ??? -Martin ... From: Alastair Moore To: 'AspClassicAnyQuestionIsOk@yahoogroups.com' ...
Martin Gainty
mgainty@...
Jun 7, 2004 12:26 pm
4710
In ASP.NET, when I am writing a testing code, I want to upload file to null device. Assuming 'fileUpload' is the name of the Html file upload control. I do...
Why? What specifically are you trying to do? If you are testing code the test will be flawed if the code is supposed to upload a file and you don't actually...
I still use asp classic as I don't get the new asp.net. I don't know a good site or book that will start you off in the beginning and work your way up to pro....
System-Administrator-...
System-Administrator-...
Jun 10, 2004 2:44 pm
4713
Anyone out there know of a photo gallery script. I have a website that I would like for members to be able to upload photos to show to the public. Sorta like...
System Administrator
System-Administrator-...
Jun 13, 2004 5:12 am
4714
I'll try and make this brief. We have a certificate for our site and we could view pages over a secure connection. Today, for some reason, that stopped...
wow this list must be thining out. There was a time you would post something like this and along cam tons of responses and very fast ones. ... From: "System...
System Administrator
System-Administrator-...
Jun 14, 2004 10:29 pm
4716
Do a google on "ASP upload images" There are some free components that should work for you. ... From: System Administrator ...
In the Internet Information Service MMC look at the Directiory Security Tab for your web site and click on the Edit button and make sure 'Require 128-bit' and...
Hi all I have created on the fly pdf file using the fdf toolkit from adobe. I am wondering if there is a way to force the download of these pdf's so when a...
To Tune IIS caching HKLM\System\CurrentControlSet\Services\Tcpip\Parameters --MemCacheSize=2000, maximum amount of memory IIS will use for its file cache in...
Martin Gainty
mgainty@...
Jun 15, 2004 11:27 am
4720
I Don't quite understand what your trying to say here Martin. I am running a 2003 web server I can do whatever i need to it. When people logon to this site...
i am looking for uploading files a free components.... any suggestion will be use fall. thanks... Bob Filipiak <bobfilipiak@...> wrote: Do a google on...
What type of photo gallery are you looking for ... From: firass aborajab To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Tuesday, June 15, 2004 4:10 PM ...
If you're speaking of faster download with dialup..in that case I'm certain you already know the answer Good Luck, Martin ... From: pfrenchy To:...
Martin Gainty
mgainty@...
Jun 15, 2004 11:24 pm
4724
Hi all, Got a bizarre problem here.. sSQL = "SELECT c.*, a.* " sSQL = sSQL & "FROM tbl_Content_Page AS c LEFT JOIN tbl_Asset AS a ON c.p_asset_id = a.asst_id "...
I am looking for one as well. If you have seen msn type were members can uplaod personal photos in an album. That type wold be cool. They log in and upload...
System-Administrator-...
System-Administrator-...
Jun 16, 2004 12:04 pm
4726
Thank you Bob for the reply. That was the problem. ... make ... site ... some ... url ... page ... with ... connection?...
My Server is hooked up to gigabyte high speed connection. It is some of my customers who are running older OS and still on dialup. What I was thinking is if I...
Like putting out a forest fire with a garden hose Unfortunately you cant touch the client's box to update cache until the file (pdf) is completely downloaded...
Martin Gainty
mgainty@...
Jun 16, 2004 3:35 pm
4729
Check out this website for how to make a connection to your database.http://www.aspsimply.com/admin/dbconfig.asp or do a search for ADODB.Connection there are...
Remember the web is stateless and the server doesn't know about a client browser until the client 'requests' something from the server. Bob Filipiak A question...
Not that I am aware of. The Web is a client-server pull system, i.e. the client initiates a pull from the server. The web server doesn't push. Bob Filipiak A...