We have an IIS7 intranet site running under integrated pipeline that is mostly ASP.Net with a few legacy classic ASP pages. The site allows anonymous access to most areas, but uses Windows Authenticat
I\'ve registered a COM dll using the regsvr32 command and I forgot the exact location of the assembly from where I did it. Now I\'m facing trouble to unregister the dll. How I can unregister it? I tri
We are using ASP/VB on our webserver and we often include print statements to test things. Is it possible to make a debug function or sub that takes one argument (a string), and prints out that string
I\'m working on a site and to help catch errors that we may not hear about, I\'ve created a custom 500 error page.
I am writing an ASP file to copy file from one folder to another: <% set shell1=server.createobject(\"shell.application\")
I am using a function I read about here to merge a series of recordsets that are generated by a stored procedure that is called in a loop. I have used this function before in other stored procedure ca
I\'m working on a site (that\'s written in classic asp) and it seems that on alot of pages, where certain buttons caused the page to postback to itself. The contents on the page seem to remain the sam
I would like to know how to set Multith开发者_StackOverflowreading in classic asp, and I am using iis7.5.
I am trying to pass a few parameter and a user input to a search_form.asp page. <form action=\"search_form.asp\" method=\"Post\">
I am using IIS 6 and classic ASP. I don\'t have access of hosting server. I want to create redirect pages.