Questions tagged as 'asp'

1
answer

Failed to recover factory COM class CLSID

I developed an application on my pc that does the following: from an upload of a word document, it generates a new document with some basic information. To generate this information, it opens the template document, finds a tag that exists in tha...
asked by 13.03.2015 / 21:13
3
answers

Classic ASP out of IIS? Windows x64

Does anyone know of a program / server capable of running classic asp (VBScript, JScript)? and other than IIS?     
asked by 06.03.2014 / 13:48
3
answers

How to make a standalone script using Global.asa

I want to run a script that writes information to the database every 24 hours. I am not the administrator of the server, so I do not have access to Scheduled Tasks , I read in some articles that I can use Global.asa for every time t...
asked by 28.05.2015 / 14:43
1
answer

How to concatenate conditions on multiple lines?

I am working with a legacy system and it has some IFs with many conditions, with the intention of improving the readability of the code I tried to break these conditions in several lines .. If rs(0) = "Visualizar NF" And Session("idPerfil")...
asked by 08.09.2017 / 15:30
1
answer

Can you do a unit test in ASP?

I'm in need of an ASP unit test help for a software quality project. Is it possible to do this? Remembering it's classic ASP.     
asked by 18.03.2015 / 15:24
2
answers

How can I clone cards on my site?

What is happening is as follows. I am currently trying to solve a big problem, two of the virtual stores of the company that I attend have problems with card cloning. I do not have much experience in this, but I will explain how the card system...
asked by 06.09.2018 / 19:19
1
answer

FreeASPUpload Classic ASP stopped working

In the company I'm working on all systems were built in Classic ASP, and we used FreeASPUpload to download files sent through form, but this morning this class stopped working out of nowhere. Has anyone gone through this? The code I use to ge...
asked by 14.12.2015 / 14:16
2
answers

Send UTF-8 email through ASP with CDONT

I'm trying to send a form to an email using CDONT, but the charset is arriving incorrect and is not displaying the accented characters correctly. <% Response.ContentType = "text/html" Response.AddHeader "Content-Type", "text/html;charset=UT...
asked by 10.04.2015 / 15:01
1
answer

Tips for improving the performance of an ASP.NET MVC site [closed]

I participated in DevDay 2015 and had the opportunity to take part in the Roberta Arcoverde lecture on the StackOverflow architecture. I found her approach to performance questioning interesting, including how well she stressed that they use c...
asked by 05.11.2015 / 12:03
1
answer

jquery function not being recognized on page

My situation looks like this: I have an ASP page that assembles a table. And I have another one, also in ASP that has some functions, which do the following. It provides an html for popular to table. I put a modal jquery and it gives error. It s...
asked by 04.08.2015 / 23:05