Classic ASP on Server 2016
HiIs it correct that classic ASP cannot be run on server 2016 ? I've been told this by a developer colleague , but he wasn't sure whether it was correct.
View Articleprolem using check boxes in forms - data type mismatch
Having an issue with an ASP form, using check boxes. I keep getting a datatype mismatch. I'm hoping can someone can tell me the best way to make this work correctly.So far in my Access database, I...
View ArticleIssue with response.write displaying unwanted quotation marks
All,I'm attempting to use the following code to either display a word or another for navigation. When I use the following code, I'm getting extra quotes around the linked word. Can someone look at this...
View ArticleRequest.servervariables("AUTH_USER") is blank from Classic ASP code
Hi Team,Our application is in classic ASP and we have the code as Request.servervariable("AUTH_USER") to get the authenticated user details. In IIS 8.5. we have Anonymous authnetication and windows...
View ArticleOPC.Automation array data access, 800a000d mismatch type error
Good morning to all, i'm new to VBScript, so forgive me if i made some errors.I have this piece of code wich reads an array from plc data.Dim obj_val Dim objOPC, OPCGroup Dim Val, dati_plc Set dati_plc...
View Articledoes iis 10 run classic asp applications
does iis 10 / windows server 2016 run classic asp applications?
View ArticleIF... THEN... ELSE not recognising value
Hi thereI realise that this is somewhat trivial and maybe I can't see the wood for the trees but this is making me crazy.I have a recordset statement:SELECT mainMenu.mainMenuID, mainMenu.mainMenuLabel,...
View ArticleCustom error page IIS 6.2
I have a site running on Windows Server 2012 that has both classic asp pages and some .net applications. For the classic asp pages I had a custom error page set up that would email me a message with...
View ArticleHow to Poll Server for existence of file
Need to know if file exists on server.Client program needs this info to proceed.Tried FTP code in client program to loop and continually check for existence of file but is consumes bandwidth and ties...
View Articlew3wp eating up memory and not giving it back
I have a classic asp.net page in .net 4.6.1. It loads 4 MB of data (they want it on one page) and no matter I simplify it, the IIS Worker Process w3wp.exe eats up a Gig of data, and never expires...
View ArticleUltra simple .asp script returns error 500
Suddenly a web site that has been working for years starting giving error 500. I narrowed it down to one line of code. I then created a file called x.asp just to test with that line in it and it...
View ArticleUsing Classic ASP to View AD attributes such as LastLogon and LastLogonTimeStamp
Hello,I have spent far too many hours searching the web and testing different coding statements regarding this subject. I can easily connect to our active directory data with the "Set obj..."...
View ArticleConnecting from ASP to another Server's Com component (Component Services)
Hello All,I have made a COM wrapped .NET Assembly that I have installed to Windows Server's Components Services. Doing registering etc. When I locally connect from ASP code to that same server's COM...
View ArticleInsert into SQL Server undefined amount of records
Hi I'm not sure on this question as i have never come across this before but i will try and explain what i need to do;I have a DB which needs to have the following inserted into it for exampleField 1 =...
View ArticleI can instantiate a component in one site and fails in another
0 down vote favoriteI have a old website in classic ASP which I am migrating to IIS 8.5, everything works fine in one site (as in the old one) but when I wan to take advantage of the IIS 8.5 for...
View Articleparameterized query using SQL LIKE operator?
Hello, How do you do a parameterized query with a LIKE operator, this is what I have? Please helpset command = Server.CreateObject("ADODB.Command")command.ActiveConnection= con command.Prepared =...
View ArticleASP.Net Application pool is missing (WSE2016)
Hi,I just installed my Windows Server Essentials 2016. I installed the IIS Server Role along with .NET 4.6 and ASP.Net.However, I cannot see or add the ASP.NET Application pool to the IIS. The old...
View ArticleResponse.Write does not show & encode html tags correctly
Hi,I faced a confusing issue with my new installation of Windows 10 and IIS that comes with it.The issue is that Response.Write and also <%=varname%> outputs html tags so that all "<"-signs...
View ArticleHTTP Post Request to eBay's File Exchange
I'm trying to write a classic ASP script to upload feeds using eBay's File Exchange. After running the below script the HTTP response received has an error message saying "Your File Exchange upload...
View Articleasp page works fine on IIS 10, but not on IIS 7.5
Hello. First thread and i would like to ask the question that is already mentioned on the subject. Here' s the code snippet:<% Response.Charset="UTF-8"%><% Function Stream_StringToBinary(Text)...
View Article