asp developers usage statistics versus php not 50%-50% in the Netherlands ??
Hello, I looked at the usage of programming languages for web development especially asp.net versus php as result of some discussion in this area. It seems currently a general 50-50 usage as far as I...
View Articleconnection string with sql server express
I'm using SQL server 2012 express and I'm having trouble with my connection string when I tried to access my database via Classic ASP page.I don't know what is wrong with my connection...
View ArticleResponse.Flush not working on SSL site in classic ASP
When using a Safari browser (desktop or IOS), the following classic ASP page does not work. No information is displayed. It works for all other OS/Browser combinations.<% Option Explicit Dim counter...
View ArticleASP Errors 0115 being logged by the application randomly
Hi,We have a legacy application built in classic asp which has most of its pages calling the COM dll's using Server.CreateObject.In the last few months, we have been receiving multiple complaints from...
View ArticleTrying to query LDAP from ASP Classic
I found a blog post which I found quite useful (in theory) for a utility that I manage at work. Here is that blog post: (this forum wouldn't let me post a link... it's titled "Hey, Scripting Guy! Who...
View ArticleClassic ASP - Possible to authenticate user session programmatically?
I originally posted this over on Reddit but got no feedback, so crossposting here.I'm trying to determine if there's a way I can programmatically authenticate a user's session.The user will browse to a...
View ArticleNeed some basic help deploying a asp.net application
It has been a long time since I have played with ASP.NETAll I am trying to do is deploy a simple login.asp page.I am using VS 2015 running on Windows 10 with the IIS Server on Windows 10. The about...
View ArticleSystem.Windows.Media Accessing MediaPlayer on the Server
I would like my REST Web API to be able to play audio files on my server. I am able to do this by using MediaPlayer.OPEN() and MediaPlayer.PLAY(), however I would like to use the MediaClock to control...
View ArticleIIS Express Script Documents - Application Debugging Disabled
I have followed Mr Dixin's blog post and updated the IIS Express config to allow asp debugging, however when I attach to the script process I get the script node but under 'Microsoft Active Server...
View ArticleMultiple Application Objects issue.
Hi,I have a classic ASP application with a very odd issue.I have a page that records the first time it is visited in the application object and displays that time on all successive calls. However, it...
View ArticleAsp classic error on website
<%@ language="VBScript" %><html><head><meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0"></head><body><% FromName=request.Form("FromName")...
View Articlelsass high cpu. windows server 2012 r2, iis 8.5.
I'm copying my question from another board:on traffic times (about only 250 users), the cpu of the lsass process is becoming high. I didn't see any problem with the db (sql server express), and I also...
View ArticlePassing Data from SQL to ASP loses some values
Hi,Once in a while, when I modify procedure to select few more columns from 2-3 different tables, procedure itself returns values, but as soon as I pass it to ASP file, these parameters are blank. The...
View ArticleASP to pass query string data to SQL works on one but not on another server
The same ASP works on one server but not another. What are the settings that may cause this? SERVER_SOFTWARE shows Microsoft-IIS/8.5 on the one that does not work, while the working one is 7.5.THANKS,
View ArticleHow to post to an internal URL in classic asp from server
How to post to an internal URL in classic asp from server?Using MSXML2.ServerXMLHTTP looks not work per this and this.I cannot use Response.Redirect since I need to send http code 200 right after I...
View ArticleConnecting an Sqlite db using classic asp.net
Hi I am trying to connect my sqlite db using class asp. I have followed this tutorial:http://web.synametrics.com/SQLite.htm Now I am trying to get a connection by using the following function:function...
View ArticleServerXMLHTTP returning the same responseText with simultaneous requests
Hello,It's the first time I post something in a forum (although I check them all the time), so I hope I explain myself right.I'm stuck in a problem with ServerXMLHTTP.When there's just one individual...
View ArticleInvalid connection string attribute - SQL
I want to connect to my (My)SQL database using Classic ASP. This is my code:Function GetDatabase() Dim Connection Set Connection = Server.CreateObject("ADODB.Connection") Connection.Open =...
View ArticleSelect/Option/Value on change using Classic ASP
0 down vote favorite<div> <div class="post-text" itemprop="text">I tried to create a select option value on change using classic ASP but it didn't work. No error but when I view, nothing...
View ArticleImport XML File wuth classic ASP
I am using classic ASP and trying to read an XML File.XML File as follows:<?xml version="1.0" encoding="utf-8" ?><Quotation><QuotationLines><Line><ItemID>Item ID...
View Article