Whenever I click on a hyperlink, I g开发者_如何学编程et an error that says \"Directory Listing Denied\". What should I do?You have to turn on a feature in iis that enables directory listing. Check if
I\'m trying to make some modifications to some old ASP pages running VBScript on a server that I don\'t have a lot of information about. The people who would have that information are off in another d
Trying to call a stored procedure from JavaScript: <script type=\"text/javascript\"> <!--#include file=\"Connections/sms.asp\" --开发者_开发百科>
I\'ve been ta开发者_StackOverflow中文版sked with re-writing an old ASP 3.0 app. But it has some propriertary dll\'s included. I\'m not sure what the dll\'s were written in or how they were created (In
What\'s the equivalent of <%-- --%> in ASP Classic? I have to modify a legacy ASP application and I\'d like to comment out a block of HTML:
I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The created file names are stored in a database table.When a query is launched fromthe web page
I have a legacy app in which I need to enable search. I was looking at either Lucene or FTS of SQL Serve开发者_如何学JAVAr.
I have a legacy app in which I need to enable search. Recently we\'ve switched to SQL 2008 and I was wondering to do it with it\'s Full Text Search.
The legacy web app I have inherited, which was custom-written for Oxfam New Zealand in classic ASP, runs a string replace on user-submitted inputs removing the string \'cast\' presumably because of th
I am showing a list of events in a calendar-like display on our website, and would like visitors to be able to click a link/button to add a certain date to their own computer/PDA/phone calendar.