all groups > inetserver asp general > august 2003 > threads for wednesday august 13
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 31
IIS wrongly reports 'Permission Denied'
Posted by richardshea NO[at]SPAM fastmail.fm at 8/13/2003 5:37:03 PM
Hi - I have an ASP script which does numerous writes via FSO using ...
Function LogActivity(strText)
Dim fso, f
Dim strTime
strTime = ABCNOW()
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.OpenTextFile((ABC_OS_ROOT_PATH & "ABCMAINLOG.txt"), 8,
True)
f.W... more >>
"Joining" an ASP Session
Posted by Alex Maghen at 8/13/2003 5:07:22 PM
Is there any way, having a SessionID in hand, for an ASP
page to "join" an existant Session and have access to its
values without writing everything to SQL server and all
that?
Alex... more >>
LOGON_USER / NT Security
Posted by Maria at 8/13/2003 3:53:19 PM
I'm trying to get the NT login id of a user on a web page without making the
user type it into a login box. I'm using the LOGON_USER server variable.
The problem is, if the web page allows anonymous access, LOGON_USER returns
nothing. If the page is set to Basic Security, the NT login popup box... more >>
session
Posted by David B at 8/13/2003 3:15:35 PM
Hi,
Could somebody please tell me how I check whether a session is dead based
soley on the Session.SessionID.
At present the timeout is set to 20 minutes in IIS, I am aware that I can
reset this on the page. However after 22 minutes, or some interval longer
than the session timeout, the Se... more >>
Error: Invalid class string
Posted by Gary at 8/13/2003 2:06:45 PM
I am facing a problem with MAPI.SESSION for server.createobject in a ASP
page. I am getting a message as "Invalid class string".
I checked up the registry and found no entry for the same. So I used
regsvr32 and registered the cdonts.dll file. But even then there is no entry
in the registry and... more >>
VB error Expected 'Wend'
Posted by Raphael Gluck at 8/13/2003 1:02:46 PM
Hi
I've been trying to hand code my pages, after failing in a WSYWYG editor and
giving up.
I'm almost done with the page checking, it's just i'm having a Wend error
Microsoft VBScript compilation error '800a03fa'
Expected 'Wend'
/listing.asp, line 269
on my page, www.tripak.me.uk/l... more >>
Entering data, spreadsheet-style
Posted by Marco Alting at 8/13/2003 1:00:22 PM
Hi
I would like to know if and how it would be possible to create an
entry-screen that allows the user to enter data in a database, using a
spreadsheet/table-like entry screen. The screen would start of having
headers for each column/field and an empty row underneath. When each column
in the ... more >>
Cannot pass Request object to VB COM DLL (cross post)
Posted by Gerhard Pretorius at 8/13/2003 12:06:51 PM
ON Win 2003 IIS6,
Since yesterday, (12 Aug 2003) for some strange reason, (after installing
WindowsServer2003-KB823980-x86-ENU.exe)
I cannot pass the
Request object to to VB COM DLL.
I have a funciton inVB DLL
Function BuildSqlWhereFromHTML(ByRef AspReq As ASPTypeLibrary.Request, _
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VB compilation error in ASP page
Posted by Raphael Gluck at 8/13/2003 10:49:34 AM
Hi everyone
I'm currently testing out my beta site
www.tripak.me.uk
Which has a database in the center of the page, taking you thru four pages
of my database.
On my final page listing.asp I had to create two different SQL's becuase
depending on what the user selects on the previous page, pr... more >>
Session cookie in HTTP header
Posted by andrew.parish NO[at]SPAM usa.net at 8/13/2003 9:50:02 AM
I'm writing an application to authenticate a user using a challenge
response mechanism. The client and server components of the
application talk over HTTP.
I would like to use an ASP session object to hold a random number on
the server. The code to store the number is written as part of a VB... more >>
output double qoute using asp
Posted by LamP at 8/13/2003 9:36:51 AM
Hi,
I need to output a string with double qoute ex. "$5.24"
using asp and vb script. Greatly appreciate for any
assistant.
Lam... more >>
Design guidance needed: traversing links in ASP
Posted by Ken Fine at 8/13/2003 9:34:08 AM
I would like some guidance regarding a "content scanner" I'm trying to
build. This ASP widget will automatically scan remote web sites for certain
kinds of content using a screen scraping component and simple pattern
matching. The widget will generate reports about what it found and where.
Ide... more >>
pulling stuff from comma-delimited field
Posted by middletree at 8/13/2003 9:09:15 AM
I have a page where I allow the user to select one or more names of
employees to send an email to, which is sent automatically when the form is
submitted. I have a field called EmailSentTo, and if you sent it to Joe
Smith, then it stores the employee's number, 200, which is the PK of the
Employe... more >>
search library system in asp
Posted by amoona18 NO[at]SPAM hotmail.com at 8/13/2003 1:33:32 AM
Hi…
I’m doing a search page form my work for their library. Since
this is the first time I work with ASP I’m facing some problems.
Each library item has different search data, I was able to build but
I’m stuck at when the user chooses books for e.g it refreshes
the ... more >>
|