all groups > inetserver asp general > august 2003 > threads for tuesday august 12
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
Password expire
Posted by Krish at 8/12/2003 5:24:35 PM
Whenever password is expired & force user to change NT password for the web
server, it seems to be assumption that asp application gives "interanal
server error". Is it true that forcing user to change password will generate
"internal server" error?
BTW..this is caused in our intranet site and... more >>
msgbox title
Posted by Peter Bassett at 8/12/2003 4:35:19 PM
In my ASP script I call Javascript for a msgbox after the user has
submitted the form of their resume information. I saw this example as a way
to get a msgbox onto the client from ASP since server side scripts can't
send a msgbox to a client.
<%
Const DQ = """"
Response.Write("<script lan... more >>
InStr, substr, Mid ???
Posted by J. Muenchbourg at 8/12/2003 4:32:59 PM
I have a field name "tracks" of string data type that has multiple names
in it (for example: calder delaware$ aqueduct ), and I want to check to
see if this certain field has "delaware$" in it. InStr or the Mid
functions return the numerical order of where that string starts inside
the strin... more >>
FileSystemObject.CreateTextFile Problem
Posted by spradl NO[at]SPAM hotmail.com at 8/12/2003 2:34:20 PM
Hi,
I am trying to create a dynamic CSV file via
FileSystemObject.CreateTextFile. I have no problem creating the CSV
file normally but I would like to insert comments and VBScript into
the coding.
Normally, the file would look something like this:
Set filesys = CreateObject("Scripting.FileSy... more >>
Authorization Problem
Posted by Andrew Davidson at 8/12/2003 1:57:34 PM
I have an asp page with just Integrated Windows authentication set.
It works fine if it is accessed with just the server name, but it prompts
the user to enter their credentials if it is accessed with the full domain
name.
Any suggestions on how to eliminate the login box? ( Without allowi... more >>
Very strange date problem
Posted by Willem-Jan Selen at 8/12/2003 1:17:56 PM
Hi everybody,
When I use the following to add a record to a database
rs.addNew
rs("ReplyTo") = ReplyToID
rs("mID") = Request.cookies("IsLogged")("mid")
rs("Topic") = Topic
rs("Message") = Message
rs("DateTime") = Now
rs("IP") = Request.ServerVariables("REMOTE_HOST")
rs.Update
... more >>
Permssion changed
Posted by Krish at 8/12/2003 10:28:58 AM
The Web Appliction folder settings changed from "Execute" permissions to
"Scripts only". This happend automatically without anybody changing. Anybody
got any idea how it happens in web server automatically.
Thanks!
Krish
... more >>
Using <form ... enctype="multipart/form-data">
Posted by David Lozzi at 8/12/2003 9:17:21 AM
I am using an upload util and I was told I need this option,
enctype="multipart/form-data", in my FORM tag. How do I reference the other
form fields within the form from ASP?
THanks,
--
David Lozzi
Associated Business & Technology Group
www.associatedbtg.com
I should've known that....b... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Fastest FSO loop question
Posted by David P. Jessup at 8/12/2003 8:38:54 AM
Well I have seen this posted before and haven't seen much in response.
My application has to browse through various folders and find file names.
Sometimes these folders can have thousands of files in them, and of course
looping through each file to find the right one can take a bit of time.
... more >>
Error Message
Posted by Danny.McCarthy NO[at]SPAM Akcm.Co.Uk at 8/12/2003 7:21:05 AM
I have put a chat site on the web that I have got off here a while
ago. It contains an access db. I am now getting this error ;
ADODB.Connection.1 error '800a0bb9'
The application is using arguments that are of the wrong type, are out
of acceptable range, or are in conflict with one another... more >>
|