Downloading web page from secure ASP web site.
Sat, 05 Jul 2008 12:44:51 -0400
I work for a large chain coporation. My schedule is posted on their
secure web site which I have a user name and a password for.
I want to create a URL string that can be sent (using VBA inside of
Outlook) which contain my username and passsword and allow me access
to my schedule information.
I tried:
IE.Nav ...
|
Manipulating the Dreamweaver Login Behaviour
Fri, 4 Jul 2008 04:21:00 -0700
Hi Guys,
I'm using dreamweavers login behaviour to log people in, I've managed to
manipulate it a little as I have many sites using the same database, but I'd
like to manipulate it a little more, the behaviour so far is -
<%
' *** Validate request to log in to this site.
MM_LoginAction = Request.ServerVa ...
|
Export very large excel hang IIS
Thu, 3 Jul 2008 22:16:01 -0700
Here's the long story short.
At work we have to real-time generate a report(excel format) which involves
a number of table joining. So to export into excel contentType
'application/vnd.ms-excel' is used, and data are written as table, looping
each row of recordset data as table row.
Problem is when user hi ...
|
Adodb.Stream - Problem download big files
Thu, 3 Jul 2008 06:00:01 -0700
Hi!
I want to use ASP to download big files using ADODB.STREAM. It works very
fine with files smaller than 80 MB.
On the Webserver I can see that memory allocation and the process w3wp is
running. After some time (more or less 2 minutes) I get a response timeout.
Here is the code:
Server.ScriptTi ...
|
Recent round of SQL injection attacks
Wed, 2 Jul 2008 14:24:58 -0500
We log hundreds of SQL injection attempts per day -- the type with
CAST(0x44004500... AS VARCHAR(4000)). It amuses me that the last thing the
attack does is DEALLOCATE its cursor. My SQL Server DBA tells me this makes
no difference. So...
Are these hackers cargo cultists? Or am I missing something?
...
|
ADOBD execute problem
Wed, 2 Jul 2008 02:36:01 -0700
Hi,
using ADODB in ASP pages we have this strange problem.
If we create an ADODB connection specifying the DNS server name instead of
IP server address, then sometimes, during call to Execute method we get this
error:
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or
access denie ...
|
Re: How the injection worked...
Wed, 02 Jul 2008 02:11:22 -0700
I have the solution to this problem...
I work at a news channal. Recently we launch our news websit and it was
DAILY ATTACKED this script. as a result, we used to restore the privous
database backup to avoid this problem. But after research, i have
written a script for every table effected. Now that the webs ...
|
|
|
How to install Enterprise Library June 2005 on server
Tue, 1 Jul 2008 17:52:06 -0700
Hi,
How does one install the June 2005 Enterprise library (for .NET 1.1) on a
production windows 2003 Internet server?
My web project works in my dev environment as all installs properly there
and am able to run Install Services. I've read that this is because my dev
environ has vs.net. My problem is ...
|
select query data type mismatch
Tue, 1 Jul 2008 12:57:47 -0700 (PDT)
this works
sSQL = "SELECT *" & _
" FROM Expenses2008" & _
" WHERE Amount Like '%" & Request.Form("searchItem") & "%'"
set rs = Connect.Execute(sSQL)
however if I enter an amount of 99 it not only gives me all entries
with 99.00 in the Amount collum but 199.00, 1991.72...anything with
two 9s togeth ...
|
Serer Side Include Recordsets
Tue, 1 Jul 2008 06:33:01 -0700
Is it possible to put all recordsets in external files, reference the
recordset through a server Side Include and then use the reordset to display
data for instance, I have a search page that will post a value of x
A search results page where the results of x are displayed, but the
recordset is held on record ...
|