ASP, com+, MTA - Not playing well together
Hi,I have a c++ com+ object that i'm using as my DB layer to communicate with Oracle.I can't make more than 1 concurrent request to an asp file that is using that com+All other requests just go to the...
View ArticleIIS Site Applications - Getting Include Not Found
NOTE: We're running IIS 8.5 on Windows Server 2012.We have a site setup and we're trying to create Applications under this site in IIS for the DEV, QA, UAT, BETA environments we want to deploy to.We...
View Article404 Error on .asp file
I am migrating some simple asp and asp.net apps from Server 2008R2 to a fresh install of Server 2016.I did the following:Installed IIS and added .NET 3.5 as a feature. Copied an app folder from old...
View ArticleHow to use classic asp to get the current CPU usage
Hi,I'm learning to develop a asp page to get some system performance data like memory or CPU usage. Could you tell me how could I achieve this? It would be appreicated if someone could provide a...
View ArticleProgrammatically check checkbox based on retrieved db value
Hi all,I'm trying to programmatically check a checkbox based on a value of '1' returned from the database. The following does not work.if oRs("cb_black") = "1" cb_black.checked ="checked" end ifI...
View ArticleRedirecting using a proxy on IIS8
HI All,using IIS on widows server 2012 R2 on a development server (single physical box). I have my classic asp site. I moved images and documents to a physical place outside of wwwroot and then within...
View ArticleBig performance difference with "execute" command between IIS7.5 and IIS10
Hello, I am executing these two cycles in Classic ASP:for g=1 to 5000 dummy=1 nextandfor g=1 to 5000 execute("dummy=1") nextOn my cloud server (Windows 2008 with IIS 7.5) these two cycles are executed...
View ArticleRunning classic asp applications on windows 10
I tested the same project deployed in windows 7, in windows 10. I am getting this error ActiveX component can't create objectI made sure that this component is available in component services. Is that...
View ArticleASP Email Error
Trying to include an image in an ASP Email but always end up with an empty box and when I look at the source of the email I see this in the code as opposed to the URL for the image:<img...
View ArticleCould not load ISAPI FILTERS FOR SITE DEFAULT WEB SITE
hiToday I applied the latest 4.7 .Net framework update which again broke the IIS web front end. I did manage to look in the event view and found a number of Event 2268 errors:Could not load ISAPI...
View ArticleMsxml3.dll error '800c0008'
'm using the below code based on salesfront on Windows Server 2003.During the checkout, I get the following error.Msxml3.dllerror '800c0008'System error: -2146697208./odtmaps/ssl/SFLib/processor.asp,...
View ArticleAsk for related article - HTTP Error 500.24 - Internal Server Error
Hello,Below is an error happened when use IIS to open a web page.'An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.'I use IIS Console as usual, where should...
View ArticleASP Error Code 0147 & ASP_CLIENT_DISCONNECTED in IIS7 Trace Log
We had migrated a calssic ASP application from IIS 5.0 to IIS 7.0 a little while back. As time goes on, I am seeing greater system utilization as a whole on the IIS 7 box than we ever really did on the...
View Articlehow to do paging in classic asp with dropdown
hi all my requirement is i have to do pagination using dropdown on select if i select 20 20 records should show and if i select 30 30 records should show i want by classic asp
View ArticleClassic ASP with Access 2010 failed
Hi All,I am looking to tweak Classic ASP script to work with Access 2010 file. My script is located at one server and database at another. I learn I can't pass this error.Microsoft Access Database...
View ArticleOrder by NZ classic asp failed
HiIn Access i can send this querySELECT myDate FROM tblDate ORDER BY cdate(Nz([myDate],"01.01.2100"))If i try to select this query in classic asp it doesn't work. "Undefined function 'Nz' in...
View ArticleRedirect dynamic url / Webconfig file
Hi All,I'm looking to redirect old urls /blog/?p=13 (the number varies) to a static page..I'm looking to place this code in my webconfig file..the regex I've used to capture this...
View ArticleResize images using classic ASP
How do I resize images using classic ASP? My script downloads an image to the hard drive and then I need to resize the image.
View ArticleMS Access 2010 database can not open
I was using Classic ASP and IIS 7.0 (Windows 2008). I had to upgrade to IIS 8.5 (windows 2012). I am getting this consistent message. I have set maximum permission but no luck.Microsoft Access...
View ArticleNew redirect format in IIS7.5?
<div class="post-text" itemprop="text">A couple of months ago, I noted that some of my Classic ASP apps are redirecting in a strange way. Where as previously a file would redirect fromdefault.asp...
View Article