500 error '80020009' with Request.Form
Hopefully an issue that somebody out there has encountered and fixed but I've thus far failed miserably to resolve myself.Scenario is as follows;I have a classic ASP website that is currently using...
View Articlevalidation part is not working
I have created one classic ASP page.It Contains two table inside the common table. I have some controls on both two tables. Validation part is not working while submit the page. If i removed one table...
View ArticleInvalid use of Null: 'Csng'
HiI'm trying to migrate a classic asp application from one virtual server running windows 2008 and mysql database, IIs7 to another.Now, the new server which is running pretty much the same OS version,...
View ArticleServer variables not passed on to custom 404 handler?
Hi,I have a large, old classic asp site with many problems. While attempting to sort out 404 responses I wrote a simple custom handler to send me an email for each 404 incident.However it appears that...
View Articlepdf downloaded from Website is corrupted + Empty doc when opened
Hi,our Classic ASP website hosted on IIS 7 on windows 2008 32 bit server.Website allows used to download pdf files from it.When I try to download and open the pdf file i see the message "There was an...
View ArticleClassic ASP website - File download from website - Empty response
I am working on a Classic ASP website. It allows users to download pdf files from the ASP website hosted on IIS 7 on Windows 2008 32 bit server.File download functionality is in a dll which is...
View Articlemax-width is not working at runtime
Hi,i have one table ,inside the table i have two td. while page loading table should appear with one td hence i set max-width="0PX" for another td. after selecting checkbox the second td should be...
View ArticleCheckBox issue in ASP
Hi,I have one table in ASP page,inside the table i have two td. I have one Checkbox also in my page. while page loading one td should come after checkbox is checked another td will appear. This what i...
View ArticleDisplay Webpage Sorted by Favorites, then rest of the Table for a User
I have a table that list products. Users come to the website, mySQL database and classic ASP, and select products as a favorite. How do I display the page with the products selected as Favorite, A-Z...
View ArticleTrying to include domain into HTML variable
HiNot really famlar with asp and trying to add the current domain to URL, however this code throws an error varhtml1 = varhtml1 + " <tr><td><img src='http:// "&...
View Articlevalue is not getting assigned in anchor tag in parent window
Hi, In my parent window, am having anchor tag. For this anchor tag value should be assigned from child window. But value is not assigned. so i am trying with text box. For Text box value is getting...
View Articledropdown selected value before submitting page
Hi,I have to get dropdown selected value before submitting page. The dropdown selected value should be passed as a parameter in SQL query at the server side. Hence before submitting page I need...
View ArticleASP Cookie delete
Receive data: gelenveri=request.form("veriA") Response.Cookies("demo")(gelenveri)=gelenveriList data: ForEach yaziver in Request.Cookies("demo") Response.write yaziver NextOutput:Cigaret Lighter...
View ArticleNeed a little help with create folder dynamically
Just learning Classic ASPI have some classic ASP code that creates a new folder on the server when you click the button.Works fine, but I want to make it just run as code (process when the page loads)...
View ArticleMS ACCESS automation problem
Hi, I have a classic asp application in IIS 7.5 on a windows 7 (64bit) that uses theSet objAccess=Server.Create(Access.Application.14) (I have office 2010). It throws an access permissions in this...
View ArticleForm handlig with variable elements
Hi, I have an html form that has to update contact data. But... each contact has a number of cars with related information viewed as rows within the same form. Cars information has to be updated too....
View ArticleSite migrated from IIS6 to IIS8 won't run (404.17 error)
Hi all,First off I'm no Web Admin so don't assume I know exactly what you're talking about because I probably don't! I was thrown into the deep end and asked to migrate all of our sites on Windows...
View ArticleClassic ASP Support on Windows Server 2016?
Hello all, Will Windows Server 2016 ship with the ability to install and use classic ASP within IIS? I understand that it comes as a separately installable feature within Windows Server 2012 + R2,...
View ArticleClassic ASP application load balance across 4 machines.. dropping sessions
Good day,We have a classic ASP app, hosted on 4 servers ( windows server 2008r2, IIS 7) When the application is hosted on one server all is well. once we load balanced the app. Users lost sessions.I...
View ArticleIssue with url send over mail using classic ASP
I have an classic asp application which is trying to send a mail on a particular event and this is how the code goes:var vStSMTPServer = "http://127.0.0.1" var vObCDOMsg =...
View Article