all groups > inetserver asp general > august 2003 > threads for friday august 1
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
Unable to set server into correct debugging state automatically
Posted by Andrew Chalk at 8/1/2003 11:02:45 PM
I get the above message in Visual Interdev 6.0 when I run an ASP project.
Does anyone know how to fix the problem?
Many thanks.
... more >>
how to use ASP for working .DBF files ?
Posted by viviane lima - * - * - at 8/1/2003 9:09:17 PM
Also idea ?
how to use ASP for working .DBF files ?
Please help me ..
thanks
Vivian
... more >>
Redirect to a file on the server (not in wwwroot)
Posted by Tim Stokes at 8/1/2003 4:41:05 PM
Hi all,
I want to do a similar action to response.redirect ("file.htm"). But the
file.htm contains some sensitive data. I have placed file.htm in a folder in
the InetPub (d:\inetpub\privateroot\file.htm) so that it is not accessible
by a simple HTTP request. An asp login script will be used, a... more >>
Error when passing text with apostorphies
Posted by billzimmerman NO[at]SPAM gospellight.com at 8/1/2003 2:41:37 PM
I have a string (holding a book title) that contains an apostrophe.
This is generating an error when I try to pass it through sql into a
table of orders.
I retrieve it from the form with
title=request.form("title")
I'm trying to pass it through with: '"&rs("title")&"'
This isn't worki... more >>
server.execute and frames
Posted by webmaster NO[at]SPAM databyggarna.com at 8/1/2003 1:43:56 PM
We have a webshop that has frames (content and "menu in two parts")
I'm experimenting with the general layout and have changed the
location of the link to the cart to be in the (upper) menu frame. The
cart is hidden unless you "call" it.
When something is added to the cart there is a redirect ba... more >>
IIS 5.0 localstart.asp error
Posted by Harvey at 8/1/2003 1:37:17 PM
I just installed Windows 2000 server with IIS 5.0. When
I check its web site remotely, it displays "Under
Construction" that is normal because it does not have
default.asp or .htm yet. However, when I start it
locally, it points to localstart.asp page, but it cannot
be displayed. The er... more >>
bidirectional interactive multi user webpage tutorial? like chatroom?
Posted by doltharz at 8/1/2003 1:01:39 PM
Someone can point me to some good tutorial on building realtime
multiuser interactive web pages?
I prefer ASP/HTML but if there is no way, i'm open to Flash Java and
Activex. By the way i prefer keeping it as mush "HTML" as possible.
Thanks in advance
I'm not a GURU nor an EXPERT or somet... more >>
Cannot use Request.Form
Posted by Christopher Brandsdal at 8/1/2003 1:00:07 PM
Hi!
I get an error when I run my code
Is there any other way to get te information from my form?
Heres the error I get and the code beneath.
Line 120 is market with ''''''''''''Line 120'''''''''''''''''''''
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Back Button
Posted by JJ at 8/1/2003 12:06:48 PM
Hi All,
I have a form that submits values to an asp page. If their is an error
on the asp page that is called and you go back to the
first page with the form. The values are not in the form. How can I set the
value back into form without the user having to retype them in? If I use
hidde... more >>
I need help. I am having trouble clearing a field in an Access database.
Posted by lansuprt2003 NO[at]SPAM yahoo.com at 8/1/2003 11:50:08 AM
I don't know what to use to clear a field in an MSAccess database. I
can update fields in the database and delete whole records but I have
not figured out how to clear a single field.
This is what I am using to update the database.
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.O... more >>
ok, here are my pages,
Posted by Raphael Gluck at 8/1/2003 11:07:59 AM
I am not sure how to go about publishing pages, so i am doing it as .txt
file,s but when i am ready for them to be real, they will be asp files.
http://www.tripakltd.com/aspbeta/product.txt
and
http://www.tripakltd.com/aspbeta/listing.txt
Both as i said are going to be .asp extensions, i ... more >>
VBScript classes, singletons and Class_Terminate
Posted by A Ratcliffe at 8/1/2003 11:03:55 AM
As you might have gathered from the Subject, I've been experimenting with
using VBScript classes in my ASP pages to tidy the script up. Generally
things are going well.
Since I come from a C++ background, I have long made use of singleton
objects, in various forms, and I can see an obvious use... more >>
Can the request length be more then 2088?
Posted by Konstantin Mironov at 8/1/2003 10:58:31 AM
Hi!
We have web site on IIS 5.0 for sending purchase-orders to database on MS
SQL through ASP and ADO. The purchase-order is being sending to .asp script
as web request, but the script recieves only the first 2088 characters of
request. Is it possible to increase this parameter somehow, or to ... more >>
XP Home won't open a remote page that XP Pro will
Posted by vool at 8/1/2003 10:49:10 AM
Hi all,
I've got a really wierd problem here.
When I access a remote web page that adds information to a database on a PC
running
XP Pro it works as it should.
When I access the same page from a PC running XP Home I get an ' Internal
server error - page cannot be displayed' message.
I... more >>
How can I pass user login for UNC path?
Posted by chris101 NO[at]SPAM jedlicka.net at 8/1/2003 10:25:41 AM
I am trying to write a script that will access files on another
computer on the network but in a seperate domain. In order to access
the files, I need to first authenticate to the other domain as a
different user.
When I access files on another domain via explorer, it prompts for a
username/... more >>
Transition Page
Posted by Roger Cantillo at 8/1/2003 10:01:48 AM
Anyone know what I can do to build a transition page while ASP code runs in
the background? Looking for something to say "Please wait while
loading....."
... more >>
Web server/site basics.
Posted by switter NO[at]SPAM medamicus.com at 8/1/2003 9:34:58 AM
I have a number of general questions that I can't seems to find
answers to on the internet. Some are very basic questions and if
someone can help me I would be really appreciative . I have been
designing an intranet using asp's. The web server is set up on my pc
as opposed to a server. I am ... more >>
Creating Clean URLs
Posted by Creative Acceleration at 8/1/2003 9:32:53 AM
Hi all,
I need to convert the Query Strings into Clean URLs, Found some articles on
PHP and Apache server.. How do we it them with ASP ??
Thanks
Kart
... more >>
Showing an HTML file in part of a Webform
Posted by Tor Inge Rislaa at 8/1/2003 9:19:52 AM
Showing an HTML file in part of a Webform
Hi I have a Webform with some buttons on the left side of the form. What I
want when clicking one of the buttons is to show an HTML document in a part
of the Webform (as if it was a Frame page). Any suggestions?
(I am an VB programmer)
T.I.Rislaa
... more >>
AD error '8000500c'
Posted by Lynn at 8/1/2003 9:18:00 AM
I receive the following error when trying to GET field
values from an AD User object:
Active Directory error '8000500c'
The Active Directory datatype cannot be converted to/from
a native DS datatype
The error occurs on the second line of the following code:
Set oEntry = GetObject(oPath... more >>
passing variables from first page to third
Posted by LittleTrish NO[at]SPAM juno.com at 8/1/2003 9:09:22 AM
I am new to the world of ASP, and at the same time VBscript (also a
firt time poster).
I am currently creating a multiple page form where the information on
the first page needs to be validated. To do this, I have an asp page
between the 1st and second pages of the form. However, I need to p... more >>
ASP comparison question...
Posted by K at 8/1/2003 8:38:34 AM
hi guys,
I am doing this here:
dim i
dim j
i = 10
j = 10
If i = j then
But it is giving me a false result...
Any ways to do this comparison so it gives me the proprer result?
Thanx.
... more >>
Session Variable gets truncated and drives me crazy
Posted by doltharz at 8/1/2003 5:04:40 AM
Please Help me
i'm doing something i though was to be REALLY EASY but it drives me
crazy
The complete code is at the end of the email
(i mean newsgroup article),
i always use Option Explicit
and Response.Expires=-1,
there is NO INCLUDE at all,
no side effect from any other asp page... more >>
CDONTS and hyphen
Posted by irobot8 NO[at]SPAM hotmail.com at 8/1/2003 4:07:42 AM
Hi all
Has anyone experienced problems sending mail to an address with a
hyphen in the domain, especially using CDONTS.NewMail.
In particular, the following .to string works on the development
machine:
- "<individual@domain" & "Chr(45)" & "name.com>"
.... but not on the live server.
Any help ... more >>
Working with a Memo Field
Posted by David Lozzi at 8/1/2003 3:23:38 AM
Here is what I am trying to do
filecont = objRS("contents")
filecont = replace(filecont,vbLF,",")
if i use the objRS instead of the filecont in the replace function i get the
same issue. If I do anything with this field (use InStr, or other menial
functions) I get no records can be displa... more >>
|