yes/no box in classic asp
Hello,I have a report that is generated every week. The first run of the report stores the resulting calculations in a table. Each run after that should match the stored value. All of this works...
View ArticleAzure DevOps (GIT) with Classic ASP on W2K19 - Application variables erased...
Hello EveryoneTo reliably support some ciphers for TLS 1.2 we had to upgrade our W2K12 servers to W2K19. Having done so, now when we deploy from Azure DevOps it seems that the application variables...
View ArticleDownloading hangs most of the time
Hello there,I am trying to migrate a Classic ASP web application from Windows 2008 to Windows 2016. I did a POC on a Windows 2016 server first and it works fine. But on our new production candidate...
View ArticleIIS not running modified classic ASP pages
It seems that for the last few days IIS 10 on our Windows 2016 web server is not serving modified classic ASP pages, it seems to always load from a cache.I rebooted the machine earlier today and it was...
View Articlein windows 7 and IE8,classic asp can not parse json ?
dim strJson,myJson strJson="{ ""access_token"":""ACCESS_TOKEN"", ""expires_in"":7200, ""refresh_token"":""REFRESH_TOKEN"", ""openid"":""OPENID"", ""scope"":""SCOPE"" }" set doc =...
View Articlehow can i config permission for wwwroot foler?
this is my classic asp code :<% StartURL = "www.google.com" set IE = CreateObject("InternetExplorer.Application") IE.Visible = true IE.Navigate StartURL %>when i run in iis 7.5 and windows 7,then...
View ArticleDatepart with weeknumber ("ww") on year 2021 shows wrong week number.
Today is 25th January (week 4), and I'm using this function in ASP classic:<%=DatePart("ww", Date)%>The result becomes 5. But today is week number 4. I tried to hardcode the string instead of...
View ArticleHow do I enable upload of large files in classic ASP on IIS?
I have an upload system in ASP Classic. I can upload up to 200KB without problems, but when I try a larger size the error occurs: Request object error 'ASP 0104 : 80004005'Operation not...
View ArticleClassic ASP and .Net Com DLL website hangs on concurrent requests
The website hosted in IIS 10, website developed using Classic ASP and .Net Com DLL..Net dll registered by following commentRegAsm.exe XXXX.dll /codebaseWebsite work fine when single user access the...
View ArticleTLS 1.2 only mode on 2019 server and Provider=SQLOLEDB.1 asp with IIS works?
We have a production AWS IIS server, on this server its configured the same way as our bare bones staging/test serverIn both cases we applied the TLS 1.0 and 1.1 disabled registry code to disable those...
View Articleerror calling Packages
Hello good afternoon to everyoneI like to be a consultant:I have an ASP page that works perfectly with an oracle procedure, in that there is nothing to do, it works perfectly.My problem is when I...
View ArticleTrouble with Classic ASP on Windows 10
Installed IIS for Windows 10 and all appears to have gone well, created an application pool for Classic ASP, enabled 32 bit processing and set the .NET CLR version to No Managed Code. Loaded a test...
View ArticleCannot get errors to show on IIS 10
I am writing some aspx vb.net scripts and cannot get the errors to show. In my website root directory web.config I have:<customErrors mode="Detailed" /> <compilation debug="true" />But...
View ArticleMoved to Amazon server trying to connect to database
Moved to a new server and trying to connect to it on an ASP page. Can anyone tell me what I have that is wrong here. I renamed the server, database, and password. <% Dim myYear,...
View ArticleIsolate User
Hi,i want to give a client ftp-access to a www-directory on a server 2012r2. The www use the app-pool-identity, the app-pool-identity is a local account which is only in the guest-group. The account...
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 ArticleVisual studio 2012 for web is not Installing...it is showing unable to locate...
I have also downloaded webdeploy 3.0 .but webdeploy 3.0 is also not Installing..I also downloaded colloct.exe file to collect log but the log file is not there in my temp folder ....I am soooooo soooo...
View ArticleProblem with classic ASP after server .Net update
About a year ago I created a classic ASP web page running on IIS on a server. It has been working fine until today when a colauge ran an update of Microsoft .Net on the server.Now my ASP site is not...
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 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 Article