Application issue for asp.net with backend as sql on windows 2003 server.
Hi We had an intranet site Café Spring platform is based on Microsoft’s Solutions, primarily used for setting up users exception in timesheets, dashboards etc. Monitoring required for IIS & SQL...
View ArticleCSS problems after Windows 10 Pro Update
HiI'm running Windows 10 Pro, version 1809 (17763.503). I'm converting an old Classic asp site to a .Net C# Razor site. Consequently, I need access to the old asp site to review functionality before...
View Articleimg from mssql in table like layout
HiI have 100+ images stored in my mssql that I would like to have on a website.I have created this loopResponse.Write("<table style='width:80%' align='center' border='1'>") If rs.BOF And rs.EOF...
View ArticleHow do you pass IXMLDOMElement to a function or subroutine?
Code sample belowDim objxmlSet objxml = Server.CreateObject("Microsoft.XMLDOM")objxml.LoadXml(rsDef("ImportXml")&"")Set BucketTypeNode=objxml.SelectSingleNode("//tblBucketType")response.Write...
View Articlei want to conver some cunstom function to a dll file by vb 6.
this is my classic asp function : Private Function XMLHttpRequest(XmlHttpMode, XmlHttpURL, XmlHttpData) Dim MyXmlhttp Set MyXmlhttp = Server.CreateObject("WinHttp.WinHttpRequest.5.1") ' With MyXmlhttp...
View ArticleVBScript server tags in ASP pages not recognized in IIS 8.5
I'm migrating an ASP web app from IIS 6 to IIS 8.5, and none of the server tags (<% %>) which contain VBScript are being recognized. In some cases, they're being ignored, in other cases, they...
View ArticleIIS10 Classic ASP 32-bit Application Pool Size Limit
Hello Folks,I'm still running old VB Applications. Recently the site started to get stuck during peak hours. Seems that the app pool is pilling up requests and not processing them. I'm running Server...
View ArticleCould somebody show me how to use function is classic asp?
HelloAnybody can show me how to implement this into classic asp? function yaziyla(yazitl) { var sayi = yazitl.split("."); var sayisol = sayi[0]; var sayisag = sayi[1]; var i9; var i8; var i7; var i6;...
View ArticleProblem with CDO.Message Windows Server 2012 r2 ASP Classic
Hello everyoneI am having trouble auto-mailing via ASP Classic running under Windows Server 2012 r2; the error code is as follows:CDO.Message.1 error '80040213'The transport failed to connect to the...
View ArticleASP.NET WEBSITE ERROR
I have recently just transferred a site running on windows server 2008 iis7 to windows server 2019 iis10. The whole site is running using php and ASP but I cant get my crystal report viewer working...
View ArticleIIS Virtual Directories with Azure File Storage
Hi all.Not sure where to ask this but I have been stuck on it for a while now and not found an answer.Basically I have set up a Classic ASP website in IIS 10 on an Azure VM, I have also set up a...
View ArticleCSS problems after Windows 10 Pro Update
HiI'm running Windows 10 Pro, version 1809 (17763.503). I'm converting an old Classic asp site to a .Net C# Razor site. Consequently, I need access to the old asp site to review functionality before...
View ArticleRunning ASP Classic on II 10. How to solve error 404.15 query string too long
Hi, all!Last week We migrated a 2003 server to a 2016 server, moving IIS as well. Now, we are running IIS 10 with ASP classic.When performing some request, I got a 404.15 error: querystring is too...
View ArticleMigrated to new Win2019/IIS10 and Classic ASP is not working...
Hello, everyone!I have migrated from a Windows Server2008 R2 machine to a new Windows Server 2019 install. I have a Classic ASP app that I'm trying to get back up. But I keep getting the following...
View ArticleConfigure a timeout in web.config for a web service
Hello everybody, I have a web service hosted in IIS 7.5. The web service works fine. I try to configure a timeout in the web.config, but I can't do it. I tried in my web.config...
View ArticleClass termination problem after October 2019 update
After October 2019 updates, it seems that the class termination has changed behavior, when you call an class inside an other class<%Class myClassPrivate Sub Class_Initialize()Response.Write "myClass...
View ArticleFile Handles Not Dropping
After the recent Security updates in May/June 2020 our Classic ASP applications that use ADODB.Recordset no longer drops file handles? We can see the databases being held open by w3wp.exe using...
View ArticleEnable ASP.NET ApiController on IIS Classic
I have an ASP.NET web application running on IIS 8 in Windows Server 2012R in Classic Mode. Recently, I implemented an ApiController to return a string message when making an API call (ex....
View ArticlePDF into data field
Hi I am using Access 2000 with my Frontpage 2000 website. If I create an .asp page using the FrontpPage wizard to display records from a table within the Access 2000 database, can I create a field...
View ArticleSMTP error 8004020e
hi all,I have a code which sends a form data to an external SMTP server, and it throws 8004020e error when I try to submit the form to send the email out. A search revealed that it may be issues with...
View Article