Replace special characters in string when copied from Microsoft word
I am trying to figure out an issue in my Classic ASP application, whenever a user tries to copy text from Microsoft word into Textarea placeholder & save, it is stored in the Database as a??.I...
View ArticleWindows 10 IIS Express HTTP/1.1 New Application Failed
Trying to get Classic ASP to work in Windows 10. IIS Manager says IIS, but I'm sure I have IIS Express. Windows 10 IIS 10.0.10586.0 Followed Youtube: @Microsoft @Windows 10 Lesson 7 - Installing...
View ArticleScope Identity question
Trying to use SELECT SCOPE_IDENTITY() ID and just simply write back the value:Here is my full code:<!DOCTYPE html><!--#include virtual="/Connections/connTickets.asp"-->...
View ArticleHelp getting CRC32 code to execute under Classic ASP
Hi, I'm not a VB programmer or ASP for that matter, however, I have a little project where I would like to obtain the CRC-32 value of some ANSI text strings. I've searched all over for a solution but...
View ArticleServerXMLHTTP.6.0 || WinHttpRequest connecting to TLS 1.2 server
HiI have a server side application that connects to a third party server and is currently able to communicate with it via SSL 3.0. The third party server will be upgraded to only support TLS 1.1 and...
View Articleproblem with include file using asp classic
mickb0 Postsproblem with include file using asp classic<div class="comment-right-col">a few seconds ago<div id="post-preview-content" class="reply-comment">Im trying to include a file in an...
View ArticleClassic ASP page stops working , No server Update has taken place
Windows Server 2012 FoundationIIS 8CLassic ASP site has functioned fine on this server until last Thursday. Now site will not load properly.If I remove parameter enctype="multipart/form-data" from the...
View ArticleExtra Cookie in Response Header
Extra Cookie in Response Header:I am sending one cookie in the response header but another one appears that is unwanted; this is a Classic Asp site.'HERE IS SET THE COOKIE Response.Clear...
View ArticleClassic ASP Connection string for Oracle 11g - ORA-12557: TNS:protocol...
Problem: Error occurred when the following code is attempting to connect using Oracle connection string; Environment variables for oracle connection has been set but the problem is persistent; how to...
View ArticleRequest.Form is empty on IIS 8
Hi! I saw a similar post without a resolution so I try again. I am moving some of my companies old websites from Win 2008 webserver SP2 64-bit with IIS 7 to Win 2012 R2 64-bit with IIS 8. Everything...
View ArticleMS ACCESS DRIVER (.mdb) update database not working
Hi. We have old website that uses MS Access for its dbms. and it's working fine. But when we have transferred it on new 64bit server, it fails on submit functions. The db connection seems running ok...
View Article[solved] Unable to send an email from an .asp page
Hello,I have a vbscript function, that sends an email out to a specific email address, using the user's email address as the email "sender"This code worked when we were using Exchange 2003, but now...
View ArticleClassic ASP page file upload with ADORecordSet.Update with...
Hi,Classic ASP page file upload with ADORecordSet.Update with form enctype='Multipart/Formdata' works well with IIS 6.0 but On IIS 7.5 browser waits indefinitely waiting for response also application...
View ArticleMigrating WebApps from Windows 2008 Server to Windows 2012 Server.
Hi,We are planning to migrate our existing Classic ASP Web Apps from Windows 2008 (IIS7.5) Server to Windows 2012 Server(IIS 8.0/8.5). Server was not yet ready, before it was ready I need to do the...
View ArticleClass_terminate prevents calling the function from another class RSS
Hello, can anyone say why my local pc's IIS7 does not (anymore) allow me to call procedures of another class from within the Class_terminate procedure of a calling class? So I am using classic asp.It...
View ArticleImprove Entropy of Session Id in Classic ASP
Hi,This is regarding the session id in classic ASP.I want to know the following:1. How session ids are generated in ASP? [Cryptographically or something]2. How we can calculate the entropy of the...
View Articleusing server.Createobject("MSXML2.XMLHTTP") post and having problems
Hi All I am using this codeFUNCTION fnEnc(txtToEncrypt) postUrl = "http://fastdev1.usask.ca:81/encdec.asmx/fnEnc" Set xmlhttp = server.Createobject("MSXML2.XMLHTTP") xmlhttp.Open "POST",postUrl,false...
View Articleproblems converting asp to aspx from iis6 to iis8 with sql commands
I have a web site on a server 2003 iis6 machine. I am converting to a server 2012 iis 8.this is my code:<%@ Page Language="C#" Debug="true" %><HTML><HEAD><META...
View Articleasp C0000005 error
windows 2008 64bitIIS7.5aspThis application has been used for 4 years, Recent half year the following errors often occur, with the progress of the process is deadError: error in file /detailed.asp....
View ArticleClassic ASP Connection string for Oracle 11g
we are running Windows Server 2008R2 64-bit (IIS 7.5) and our website is running okay with oracle client 8.However we are in the process of upgrading our oracle database to 12g therefore we have to...
View Article