FileSystemObject: how to get a file's title
Tue, 9 Sep 2008 21:03:44 -0500
I am using the FileSystemObject to display the content of a directory/folder
in a browser.
I am wondering if there is a way for me to get/show the file's title (this
is the one in the property of the file, in the "Summary" tab, not the name
of the file).
I do not see the property in the file object to get th ...
|
Better debugging of classic ASP with Visual Studio 2008 SP1
Tue, 9 Sep 2008 17:02:13 -0700
VS 2008 initially didn't debug classic ASP.
SP1 fixes this in some ways. You can debug if you select the debug option
to "Start Without Debugging, then either attach the debugger manually or
place a stop directive in the code which ends up doing the same thing.
The problem with this is that you can't debug br ...
|
Log in and security with classic asp
Tue, 9 Sep 2008 22:26:17 +0200
I wonder if anybody know a web site that has a good tutorial on this
subject.
What I want to do, is make a log in Page, and make sure that all my
pages is validating that the user is loged in until he or she logs out.
May be someone would like to give an example in this news group too?
Thank you for any he ...
|
ASP format of received xml
Tue, 9 Sep 2008 04:08:00 -0700
I have a client who is using an asp page to receive xml files from my company.
When the client views the xml through a browser it is formatted correctly
i.e. indented properly etc.
However, the client also uses wordpad to view the xml and when using wordpad
the xml appears on one line.
Is it possible to chang ...
|
NT4 index server asp error 0177 for ixsso.dll
Sun, 7 Sep 2008 21:45:37 +0100
Im attempting to test an old NT4 server with IIS and IS . All the standard
IIS services work
fineand even the IS app seems to be indexing without generating any event
log errors.
The real problem seems to be the IE query interface to ASP
Has any body had a problem running index server query.asp?
I k ...
|
IF Statement - HELP !!
Sun, 7 Sep 2008 09:21:55 -0700 (PDT)
IPADDRESS = Request.ServerVariables("remote_addr")
response.write IPADDRESS
Can someone advise how I do this
If IPADDRESS is not one of 3 addrress then response.redirect
"notallowed.html"
I had thought
if IPADDRESS <> "xxx.xxx.xxx.xxx" OR IPADDRESS <> "yyy.yyy.yyy.yyy" OR
IPADDRESS "aaa.aaa.aaa.aaa" t ...
|
file size limit in Response.binarywrite
Sun, 7 Sep 2008 18:12:41 +0530
I am using the following code to hide the download url of files on my website. The code uses Response.Binarywrite to send file to the client.
Kindly indicate the maximum size of the file that can be downloaded using this method.
I am hosting this site on a public server, so I will not be able to change anything on th ...
|
|
|
file size limit for downloading using Response.binarywrite
Sun, 7 Sep 2008 18:09:50 +0530
I am using the following code to hide the download url of files on my website. The code uses Response.Binarywrite to send file to the client.
Kindly indicate the maximum size of the file that can be downloaded using this method.
I am hosting this site on a public server, so I will not be able to change anything on th ...
|
Date formatting to iCal Standard.
Fri, 5 Sep 2008 16:53:12 -0700 (PDT)
Hi
My DB has 2 fields, one which has the date the other has the time.
The date field is called Appt_Date and has values like 12/03/2008 (DD/
MM/YYYY)
The time field is called Appt_Time and has values like 10:30 (am)
I can retrieve both of these fields from the DB and present them on
screen, but I need ...
|
Operation not Allowed
Fri, 5 Sep 2008 13:14:34 -0700
I recently moved my ASP application from W2K SP4 to W2K3 Web Edition SP2.
Previously, everything worked fine. Now I get the following error from a
couple of pages that read in and process a XML document:
Event Type: Error
Event Source: Active Server Pages
Event Category: None
Event ID: 5
Date: 9/4/2008
...
|