all groups > inetserver asp general > august 2003 > threads for thursday august 21
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
Windows 2000 IIS Session restricted?!
Posted by David Lozzi at 8/21/2003 1:16:30 PM
Session("UID") = 10
Session("Name") = "John Doe"
I have an ASP application loaded on a Win2k SP3 server in Anonymous
Authentication Mode. When I try to access the site, none of the session
variables work. I have to lower the security to Low in Internet Explorer for
the session variables to ru... more >>
Querystring Check
Posted by deepiceman NO[at]SPAM yahoo.com at 8/21/2003 12:07:41 PM
Hi all,
I am new to asp so bear with me. I want to write a page which will
load a default page for me with some links and all. lets say someone
clicks on the link, which not only points to the same page but also
passes a querystring. Looking at the querystring I will then display
data from a ... more >>
Browser details
Posted by www at 8/21/2003 10:00:48 AM
I have seen an example of a page that displays the users browser details
in a friendly manner like this:
Your operating system : Microsoft Windows NT
Your browser : Microsoft Internet Explorer 6.0
from a HTTP_User_Agent string like this: Mozilla/4.0 (compatible; MSIE 6.0;
Win... more >>
Writing form output to file
Posted by Ken at 8/21/2003 7:50:13 AM
Hi ,
I need to be able to write results from a form picklist to a file. I know I
can append the output at the end of the file but is there a way to add the
output to a certain place in the file. i.e
Form output = PM.
Here is file sample that needs to be written to.
Session("dbFields") = "*"
... more >>
Response.Status
Posted by Kevin Jackson at 8/21/2003 7:42:59 AM
If I have something like this...
if Count > 0
Response.Status = "400"
else
Response.Status = "200"
end if
The status is always set to 400 even if count is zero...
Am I missing something?
Thanks
... more >>
Shipping rates
Posted by Shawn at 8/21/2003 7:31:39 AM
I'm developing an e-commerc website and now that I am
working on the shipping portion, I wanted to know what is
the best way to get shipping rates so that they always
appear current on your website without using any
components.
Thanks... more >>
Am I good or am I bad?
Posted by andyza NO[at]SPAM webmail.co.za at 8/21/2003 3:54:50 AM
Apologies if this question is off-topic for this group.
During the course of developing my asp pages I often have to look up
how to do certain things and do a bit of research in my books or this
amazing forum. Does this mean that I'm a "bad" programmer?
Should I "know" how to do almost every... more >>
I'm a Newbie
Posted by Ronin at 8/21/2003 2:00:53 AM
Hi people,
Tonight I started writing my first program, a 'counter' ASP program, but hit
the error Microsoft VBScript runtime error '800a0046' Permission denied.
Here's my program, trimmed down to the bare essentials for your easy view.
<HTML>
<body>
<p>You are visitor <%
fp = Server.Map... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|