Actually i had the same problem before, but it was doing only one of my
servers and not on the other ones. why would it do it different - its the
exact same code???
Vivek
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:umPCIvOXDHA.652@tk2msftngp13.phx.gbl...[color=blue]
> No, it's not a bug. It's returning the server variable TEMP. When you[/color]
call[color=blue]
> Request(something), the server doesn't know if you mean, request.form,
> cookies, certificates, etc., so it looks through ALL the collections in[/color]
this[color=blue]
> order:
>
> QueryString
> Form
> Cookies
> ClientCertificate
> ServerVariables
>
> Always specify what you mean if you want expected results.
>
>[/color]
http://msdn.microsoft.com/library/de...us/iisref/htm/
ref_vbom_reqo.asp[color=blue]
>
> Ray at work
>
> "Lei Wu" <marathoner@sina.com> wrote in message
> news:5929ac79.0308070552.44aaf92a@posting.google.c om...[color=green]
> > The following ASP script will display "C:\WINNT\TEMP" on my server:
> >
> > <%=Request("temp")%>
> >
> > Is is a bug, or something by design?
> >
> > The server is a Windows 2000 SP4 running IIS5.
> >
> > Thanks in advance.
> >
> > Lei[/color]
>
>[/color]