How can i issue an http status code of 303 See other in ASP? Using: <%Response.Redirect \"http://stackoverflow.com\"%>
I\'m trying to debug an issue which may be due to a delay in running some cleaup code that\'s in an OnEndPage method.
I am more of a .Net guy, but the site I currently work on has some legacy Classic ASP pages lying around. In one of the forms we have a couple of hidden inputs that get set to variables created and se
I´ve got in front of my eyes a project build by another guy and it is develo开发者_如何学JAVAped in ASP (not ASP.NET) so I opened it with Visual Web Developer 2010 and I can edit but it isn´t posibl
I am working on some small project for the local firm and the following code runs fine on my machine, but it produces errors on their server. Currently I don\'t have access to that server, and this is
I recently upgraded from XP to Win 7. I used to be able to debug from an ASP classic app into VB6. However I now get a:
I\'ve got a real problem here. I have a page at: [page removed] and if you go to it, it loads fine, but then the middle contents \"shift\" over to the right, and only in the top paragraph and headline
How can I choose one of multiple stylesheets using ASP? Heres my ASP at the moment: <% T=Request.Cookies(\"THEME\")
I have WCF service that returns an object that contains an array of bytes that can be saved as a PDF (my .NET component of this implementation works like a charm, the bytes are saved to a stream and t
I have a very strange problem that I have managed to narrow down,but cannot understand. I have two identical pages, both pulling data from a SQL server database. The code for this is identical on both