Questions tagged as 'asp'

1
answer

Error C # and MySql: Authentication with old password no longer supported, use 4.1 style passwords

Context: We have an application built a few years ago in ASP 6 that accesses a MySql database, there in LocalWeb. To make the connection, the application uses the MySQL ODBC 5.1 driver. and works perfectly. Objective:  We are building a ne...
asked by 14.11.2017 / 14:45
0
answers

Using Paypal REST with Classic ASP

I'm trying to make a simple call to the Paypal API with the following code: On error resume next Set objHTTP = CreateObject("Microsoft.XMLHTTP") objHTTP.open "POST", "https://api.sandbox.paypal.com/v1/oauth2/token", False objHTTP.setRequestH...
asked by 19.07.2016 / 22:33
2
answers

ASP - Printing JSON without last comma and with double quotation marks

I need to query the database, and it returns a JSON. I tried using JSON for ASP from Google, but it gave some errors, so I decided to do it manually: <!--#include file="conexao.asp"--> <% medico = replace(request("medico"),"'","")...
asked by 01.06.2016 / 16:11
1
answer

How to put a "show more" in the gridview

How to do this: Turnthisover: The only thing I can imagine is putting a treeview inside the gridview, even then, I do not even know if that's possible. Doubt is just about the same functional part, the aesthetic part I'm going to do...
asked by 05.04.2016 / 23:31
1
answer

Do a SQL Server procedure receiving string with special character and obtaining only the numbers

Hello, I have a system developed in Classic ASP, in which I select up to 5 times on a screen. These times are sent to the other page via querystring, however the next format is followed by an exclamation. Example 7, 10.19. What I need is to get...
asked by 27.07.2015 / 17:56
0
answers

Classic ASP in XMLHTTPRquest for the same site

Hello. I'm trying to post a link for link but is giving timeout with the following code: caminho = "http://java/app/notificacao.asp" Set objHTTP = CreateObject("MSXML2.ServerXMLHTTP") objHTTP.open "POST", caminho, false objHTTP.setRe...
asked by 11.06.2015 / 21:06
2
answers

Calling in jQuery function does not find file

I made a jQuery function and in the passage of the URL it is not finding the file. I found it strange that he did not find it because the file exists. Every call I have inside the site is always the same, either src or href , the...
asked by 23.09.2015 / 15:43
0
answers

How to see what is the application pool of a website iis 6?

Do not use iis. How do I know what is the application pool of a website in iis 6? The website is in ASP Classico, does it have any pattern?     
asked by 07.07.2015 / 15:53
3
answers

How to write content in a session in classic asp and move to an mvc page?

How to write check of checkbox to session so you can use it on another page? Is it possible?     
asked by 01.03.2016 / 18:33
1
answer

How to use AutoMapper 6.2.2 in Asp MVC5?

Hello, how to use AutoMapper 6.2.2 in Asp MVC5 to map my view models to the domain model. Example: In MVC I use UserViewModel and User domain.     
asked by 14.12.2017 / 12:22