Questions tagged as 'asp'

1
answer

Change a value of a property after the aspnet

I have all CRUD done, but I would like it when I click the approve button in my View where you are listing the Registered data, just change the Location property. I put it by default, so it always gets "Pending" in the ActionResult Registra...
asked by 06.06.2018 / 20:06
0
answers

Upload Upload to Another Server

Is it possible to upload (upload) files from one server to the other through an application? Today to do this on the same server I use: Set Upload_Arquivo = Server.CreateObject("Persits.Upload")     
asked by 11.06.2018 / 20:41
1
answer

ASP - Remove line break from the end of the text

Withdrawing multiple% w / w% of end-of-text in ASP 3.0? Texto <br /> texto texto texto <br /><br /><br /><br />     
asked by 31.05.2018 / 18:51
0
answers

Connect SQL SERVER database to external server with application in Notebook

I have a SQL SERVER database hosted on Locaweb. However to develop I need to connect this bank to the Site that is locally in my notebook. The Site System is in ASP CLASSIC. I made the ODBC connection on the machine and changed the connect...
asked by 30.05.2018 / 20:28
0
answers

Problems when enabling ASP and ASP.NET in IIS

Good morning! I'm trying to enable ASP and ASP.NET in IIS and I'm not getting it. I set the following options: Andthemessagethatappearsisthatithasbeencompleted,askingtorestart. But when I reboot the machine, everything is cleared aga...
asked by 02.06.2018 / 15:33
0
answers

I am not able to create a firebird connection on an asp page

I'm using the link pages and link as references. While putting the recommended files on the server, testing the connection is experiencing an error. I'vetriedconnectingtothefullstringorjusttheDSN,neithercaseisworking.setstrConexao=Cre...
asked by 06.06.2018 / 17:36
0
answers

ASP 3 - Remove space in the middle of the text

Next, this text is taken from a pdf, and posted in a textare (fckeditor), however it comes all misaligned. So, for example: pergunta a)resposta 1 b)resposta 1 c)resposta 1 d)resposta 1 e)resposta 1 I would like to receive this t...
asked by 26.05.2018 / 17:36
0
answers

Compatibility issue between Visual Studio versions

Is everything good? I am having a compatibility problem with Versions 12 and 15 of Visual Studio. Come on. I created an ASP frontend project in Visual Studio Pro 12, a very extensive and complex project. I recently upgraded the version of my IDE...
asked by 18.05.2018 / 01:26
1
answer

Problem with EntityFramework - An entity object can not be referenced by multiple instances of IEntityChangeTracker

I have a project where a dropdownlist is loaded with the following statements: var lista = entities.prato.OrderBy(x => x.nome).ToList(); combo.DataTextField = "nome"; combo.DataValueField = "id"; combo.DataSource = lista; combo.Data...
asked by 15.05.2018 / 15:44
0
answers

Send mail with SendGrid and ASP 3

How do I send email with SendGrid using ASP 3? I use the Persits.MailSender component of asp 3 to send emails. Localhost works normally, but when I put the sendgrid smtp it will not, it gives error:    Persits.MailSender.4 error '800a001...
asked by 15.05.2018 / 17:11