Topic profile page for Classic ASP.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Classic ASP.
Topic "Classic asp" was discussed 1,664 times on 217 sites in last 3 months
Started 18 hours, 55 minutes ago (2009-12-05 07:59:00)
by adamhw
Hi there Can anyone help me? I need to convert a classic asp page (driven from a database) to an xml page in order to be read by an rss reader. Can anyone help me? thanks Adam
Started 1 day, 9 hours ago (2009-12-04 17:25:37)
by davidboyd24
Hi all, I'm hoping someone here may be able to offer me some help/advise with the performance issue I am experiencing with my ASP app - so far it is driving me insane trying to resolve it!! (this is a fairly long post so please bear with me!!) I've developed an Intranet web app for my company in classic ASP (using an oracle 10g database backend with majority of the code wrapped up in ...
Started 2 days, 22 hours ago (2009-12-03 03:56:00)
by hifiger2004
Hi Guys, I know that this is an ASP.Net forum, but just in case some of you still remember about the classic ASP, I have one question. How can I assigned connection in Classic ASP using the MSSQLServer 2005? I tried this code below, but I got an error. Below is the connection string I have tried, but has an error Application("ConnStr") = "server=PC\SQLEXPRESS;database=TestDB;Trusted_...
Started 3 days, 3 hours ago (2009-12-02 23:54:00)
by salvador9475
I'm trying to make a program that will deal 5 cards to each of two people. I can get the program to deal the cards correctly to each person and not have them all be unique. My problem is i need to then take that number and have it pull which card it is from a diffrent array. Something like hand1() 1,2,3,4,5 hand2() 6,7,8,9,10 cards() 1,Jack 2,Queen 3...
Started 5 days, 22 hours ago (2009-11-30 04:31:00)
by Indra Y
Hi All, I am newbie ASP developer. I need to rewrite URL . i am having godaddy server. can i have sample code of URL rewrite for classic ASP. Thanks in Advance Indra Y.
Started 1 week ago (2009-11-29 00:27:00)
by Indra Y
Hi all, I am ASP developer and have never user url rewrite in ASP. I have godaddy server. I have no idea at all about rewrite method in ASP . Can anybody help me to rewrite URL with Classic ASP script? Any help would be appriciate... Thanks in Advance, Indra Y
Started 1 week, 3 days ago (2009-11-25 22:24:00)
by vincentlauv
I am new to Asp Hosting in my Window Vista. I am having some problem of asp url rewrite by 404 error code. I am searching most article in Google i found that my hosting do not come with Asapi Filter and we can make Classic Url Rewrite by 404 Error Code. ca After i wrote some, i think there is option. my site is at www.CambodiaGateway.com/classifieds Can I get change with this url http://www...
Started 1 week, 4 days ago (2009-11-24 22:23:00)
by dave_skin
I am thinking of upgrading from Access to SQL Server Express but in surfing around I see many have problems finding the correct connection string. My Access databases are only used as "property stores" for ASP generated pages and as such really only function in a "read" mode when accessed from my website scripts, so minimal security is required. The current connect strings I use for Access ...
Started 1 week, 4 days ago (2009-11-24 17:23:00)
by dave_skin
I am thinking of upgrading from Access to SQL Server Express but in surfing around I see many have problems finding the correct connection string. My Access databases are only used as "property stores" for ASP generated pages and as such really only function in a "read" mode when accessed from my website scripts, so minimal security is required. The current connect strings I use...
Started 1 week, 4 days ago (2009-11-24 14:22:00)
by dave_skin
I am thinking of upgrading from Access to SQL Server Express but in surfing around I see many have problems finding the correct connection string. My Access databases are only used as "property stores" for ASP generated pages and as such really only function in a "read" mode when accessed from my website scripts, so minimal ...
Started 4 days, 4 hours ago (2009-12-01 22:32:00)
by TF22Raptor
Hi all, I am trying to connect to my SQL Server 2008 database for the first time via an ASP classic webpage. (Previously I was on SQL Server 2000). The error I get is: Microsoft SQL Server Native Client 10.0 error '80004005' SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF]. /engine.asp, line 26 line 26 points to the 4th line here. ...
Started 5 days, 22 hours ago (2009-11-30 04:14:00)
by cyberd
Well, i am using ezwain classic in visual basic 6 but i want to use it (if it is possible) in ASP Classic... anyone try it ? thanks.. ps: a javascript twain solution or other activex solution for scanning (is acceptable) - but must be free because is just a simple project... ps2: some one tell me about a flash solutin that can work with asp...
Started 5 days, 17 hours ago (2009-11-30 09:13:00)
by jeff@zina.com
The IIS 7 Rewrite Module doesn't change whether you run ASP.NET, ASP Classic or straight HTML. And I didn't know you could installit on GoDaddy either. Jeff
Started 1 day, 6 hours ago (2009-12-04 20:19:37)
by steve schofield
Wow you've done your homework. Here is a few observations. 1) ASP is not compiled code, so performance although can be good, can add some latency since it's not compiled. 2) I would enable Failed request tracing and see if you can find obvious bottleneck. FRT is a good start. 3) Confirm the network cards are set to full duplex and forced to the max speed that is also matched on ...
Started 1 week, 1 day ago (2009-11-27 05:07:00)
by SteveSchofield
Quote: Originally Posted by alberto73 Hi, Not sure if it goes under the IIS or Access forum...... I migrated for W2K3 to Windows 2008 small business server running IIS 7. My classic asp application is returning an error - ADODB.Recordset error '800a0e7a' Provider cannot be found. It may not be properly installed. I use access 2003 Access DB and I enabled ...