I have a web page developed in ASP. It has 3 regions. One has two combo boxes and date and time of a win CE device. This region has to be refreshed automatically in every 5 seconds.The ASP page is hos
I wish to perform performance testing(load testing) of a legacy(classic) AS开发者_StackOverflow社区P web application, which runs on IIS using VS 2010 Ultimate.
Is it possibl开发者_如何学Goe to include a .net 3.5 framework DLL in classic asp?You will need to expose this .NET assembly as a COM object. This could be done using the regasm.exe utility. For this t
I have a vbscript that I want to run in the <head> of an asp. I am having trouble getting the script to run so I\'m thinking I need some help making sure the asp knows that it\'s vvbscript or so
I\'m very new to vbscript but here\'s what I have so far, Doesn\'t seem to be working though: <script type=\"text/vbscript\">
Wondering if I should stick with testing on my local IIS install or just use the Express version. Any开发者_运维问答 reason why or why not?generally, I would try to have the development / testing envi
I\'m pretty new to classic asp and working with arrays is not fun :( I keep getting an error on dim isMyApiResponse
can Any body tell me how to d开发者_如何学Goebug asp-classic code in Macromedia Dreamweaver, like we can debug code in visual studio because visual studio provide built in debugger. So is there any me
I have an ASP.NET website mixed with classic asp (we are working on a conversion to .NET) and I recently upgraded from .NET 1.1 to .NET 4.0 and switched to integrated pipeline in IIS 7.
I send some Chinese character via query string but the page that receives them does not display them correctly. In particular, it must display them in <input type=\"text\" />. How to settl开发