Questions tagged as 'asp'

0
answers

I can not connect to the MySql database

I have a classic ASP application and I can not connect to the database. I set up all the right faces stringConnection = {DRIVER = {MySQL ODBC 5.3.9 ANSI Driver}; SERVER = localhost; DATABASE = asseitsesi.com.br; UID = root; PWD =; Ignore Prep...
asked by 17.01.2018 / 12:41
1
answer

Dyncrypto - ASP

I have a website that was on a server and has now moved on to a new one. It has a code snippet where it uses the Dyncrypto component Set DynCrypto = server.CreateObject("DynCrypto.Crypto") I installed the component on the new server and pas...
asked by 01.12.2017 / 19:42
1
answer

authentication with FormsAuthenticationTicket

I need to persist the inclusions, changes, and deletions that users make on the system, every single move the user makes, so I created a Id in the tables of my BD to know which user is writing the data. I was using the Session , when...
asked by 05.12.2017 / 13:02
1
answer

How to Popular Image in Gridview?

I'm doing an application in Asp.NET , with Entity Framework and using the database Oracle and it's the following I'm uploading the image by a button and saving in the database with type% I want to be able to do this, b...
asked by 28.11.2017 / 13:55
0
answers

Accentuation with multipart / form-data form and sql server using ajax

Hello. I have a problem that is making me sleepy. I am working on legacy code in classic asp and need to register a form that contains pdf file and data (like name, surname) and other fields. When the page is submitted to the server (iis8) via t...
asked by 09.10.2017 / 20:41
0
answers

Classical ASP commands do not run and return as html text

I'm using windows 10 and I'm having trouble setting up my ASP, while running a script on an HTM page I get the script in writing. <% dim x x = "teste" Response.Write(x) %> My IIS is running normal, so much so that I can open the pages...
asked by 23.09.2017 / 23:04
2
answers

SQL - query for True or False records

I'm putting together a simple page that shows records marked as blocked by admin. The field is user-block and the options are FALSE or TRUE. I imagined that Query would be: "Select * from Usuarios WHERE user-block = "&TRUE&" order b...
asked by 27.08.2017 / 02:11
1
answer

How to call a controller method using Ajax using MVC5 in visual studio?

Hello, I'm new in development, and I'm developing a data entry whereby the user type the system to search in the Api of the mail and the address related to the zip informed, but I've seen in many articles on the internet, but not I'm getting succ...
asked by 06.09.2017 / 23:42
0
answers

Date field register date

I have a table that one of the fields is type date. In my insert.asp page when I type the date for example so 10/07/2017 or 2017-07-12 does not save in the MySQL database. The error that is shown is this:    Error: [MySQL] [ODBC 3.51 Drive...
asked by 12.07.2017 / 16:21
0
answers

simultaneous traffic in classic asp

Good afternoon guys, I have a problem in the company recently we need to migrate an application from one server to another to save time we made an image of the server and uploaded the new one, changed the ip of the new one and put to run the...
asked by 29.06.2017 / 20:51