Questions tagged as 'asp'

1
answer

Classic ASP on Windows Azure

I have a web application in Classic ASP that uses a .NET DLL registered by regasm , an upload component ( dundas upload ) and CDOSYS to send emails. This application is accessed by multiple clients and has connection to SQL Server 2005 datab...
asked by 09.04.2014 / 23:37
2
answers

ASP Classic runs on ASP.NET server?

I have a whole site made in Classic ASP and hosted by a provider. My client - who is a multinational - wants to put their website inside the company's global server and the directive that came from outside says the server runs ASP.NET. My...
asked by 12.01.2016 / 19:43
2
answers

Convert function for next ASP to PHP

I have this function in ASP and need to convert to PHP DATA: cod = "01A" ou cod = "01B" ou cod = "01C" titulo = "Novidade" FUNCTION: letra = right(cod,1) str = array("A","B","C") for i = lBound(str) to ubound(str) if (instr(1,letr...
asked by 11.09.2017 / 10:32
1
answer

Difficulty in getting a certain type of return in C #

I have a return that I send via Ajax that it returns in the URL as follows: "http://localhost:11910/ProtocoloExterno/Inserir?itensContrato[0][id]=4&itensContrato[0][valorUsado]=150000,00&itensContrato[1][id]=9&itensContrato[1][valo...
asked by 14.05.2018 / 16:41
1
answer

meaning of redeim in classic asp

What does this mean? redim preserve VetRede(iCont) VetRede is a variable declared in asp (I put this, otherwise the body of the question is out of standards, few words), ehehehe!     
asked by 26.01.2017 / 11:17
3
answers

How to get the total percentage and individual and per field in ASP Classico

I have the following scenario: My DB (in MySQL) has 1 million users, of which it is divided into 3 categories of register: Male, Female and Transsexual. The goal is to categorize as follows. Example: Total 1,400,005 Users Male - 30%...
asked by 13.08.2017 / 18:41
2
answers

Block direct access to a URL via webconfig

I have an old system in classic ASP and need to do some implementations. I have a web.config file for this application and would like to know if it is possible to block direct access to a video URL. For example: If the user has access...
asked by 29.03.2017 / 19:20
1
answer

replace with regular expression (regex) ignoring accents

Recently I changed the friendly url, due to this the querystryng used for searches was filtered without accents. Regarding queries to the database independent of the word having accent or not being found. But I used to give a replace to highligh...
asked by 24.12.2015 / 12:42
2
answers

Visual Studio 2015 Latch and not back when accessing page cshtml and inserted ""

People are very strange. In any project when I insert into a cshtml file a "<" the visual studio 2015 crashes and restarts, this happens in any WEB project, I've reinstalled it 3 times and it always happens. I just need to format the compu...
asked by 08.12.2015 / 01:38
1
answer

Date in odd fractional form 0.00xxxxxxx

I get this date from DB:    0.002976190476190476 I would like to pass this format: dd/mm/yyyy , using javascript pure or jquery . How do I do it? Here is the ASP that mounts the select: strsql = ""...
asked by 04.01.2016 / 18:01