Response Headers ...
Mon, 21 Jul 2008 00:03:00 -0700
Hallo,
I Can't get reed of http response headers .
Thow I used :
Response.ClearHeaders
witch MSDN say's it should clear up all http headers
I'm on VS 2005 - windows xp IIS
Thank you
...
|
Shorten url strings in ASP?
Thu, 17 Jul 2008 12:38:08 -0700 (PDT)
I am not a developer but my site has long URL strings that have
problem getting crawled. I understand Google now will crawl past the +
but does not like the long strings. I tried URL rewrite and it did not
work for me. Seem like there would be command in the asp to tell ti
to shorten the string here is one of m ...
|
save a flat export data file as an excel file
Wed, 16 Jul 2008 20:24:01 -0700
Hi all,
I have a question for you.
I have a .csv file which has many lines of data.
Each line has many data fields which are delimited by ",".
Now I need to extract part of data from this file but save it as an excel
file.
The data in this excel file will be imported into an Access database. The
reaso ...
|
TCP socket connection from ASP page
Wed, 16 Jul 2008 19:07:16 -0500
I want to have an asp page that can connect to a TCP listener and send some
data to it.
I have done some coding and was able to send data to the listener but for
one time only.
As soon as a transmission is over a status of the listener goes into
close_wait and at the next page submit it's not getting connect ...
|
AccessCheckException
Wed, 16 Jul 2008 09:50:05 -0700
I'm getting a new error when deploying my website to the server. This works
fine locally and has worked fine up until today. Any suggestions? The error
is-
AccessCheckException
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace f ...
|
Uploading Large Files
Tue, 15 Jul 2008 15:04:52 -0700
MS won't seem to let me reply to my old post, so I created a new one.
The error occurs in all browsers. It's definitely a server issue, not client.
The server is not proxied in any way.
I tried uploading the files on the server and experienced the same issues as
I get on any other computer.
Thanks in advan ...
|
Method POST not working
Tue, 15 Jul 2008 10:34:02 -0700
Here is the link of the website
http://www.smartcharlotte2050.com/YourThoughts.asp
I have been told to change only the form action part of this site.which is
to "response.asp"
Here the method POST is not working,and I dont know how to solve this
problem
I have tried making my own sample. asp page with ...
|
|
|
Fake progress bar whilst Stored Procedure runs using ASP
Tue, 15 Jul 2008 14:52:42 +0100
I have a stored procedure that needs to be executed via an ASP page.
The SP does a number of tasks, mainly comparing a local table against a
linked server table, and updating/inserting/deleting where necessary. It
does this on 4 tables, one of them being fairly large, which will keep
on growing.
I have c ...
|
Help - Can't get rid of the malicious Code
Tue, 15 Jul 2008 03:42:02 -0700 (PDT)
I got the same problem, hundreds of SQL tables been infected with this
malicious javascript code. But although closing the original injection
leak and also having replaced all strings in all tables, my tables
being infected again and again. I already checked all stored
procedures but couldn't find anything suspi ...
|
new type of injection? rewrite default document?
Fri, 11 Jul 2008 17:20:09 -0400
This is weird, I'm pretty familiar with SQL Injection - but we're getting
these weird injection that is writing in the default document or home page.
What it's doing is putting in script code at the top or bottom of the home
page... it looks something like this:
< script>function xy1q4877d47d91a36(q4877d47d9 ...
|