Questions tagged as 'asp.net'

2
answers

Get parameters passed by url on another page

I have this call to another page, passing 2 parameters. Response.Redirect("/frmPVFichaCadastral.aspx?CdProcesso=" + vhdfCdProcesso.Value + "&CdTipoUsuario=" + vhdfCdTipoUsuario.Value) How do I get these parameters passed here on this pa...
asked by 20.11.2014 / 19:24
2
answers

From .NET to Java, which technologies or frameworks to use?

I currently have a .NET-based workflow with Angular JS and a possibility has arisen for a new project using Java. With .NET I use the following technologies: ASP.NET Identity Used for authentication and authorization. Managing access us...
asked by 25.03.2015 / 20:00
2
answers

Abort Thread through another process in C #

I'm developing an application in ASP.Net 5.0, where it needs to start a task through a% Secondary% co, as in the example below: //Inicia processo de pesquisa var ppBlo = new ProcessoPesquisaBLO(); //Cria a Thread para rodar o proc...
asked by 22.11.2016 / 19:09
1
answer

Redirect URL in IIS 7.5

When posting to the server (iis 7.5) the application: Eu tenho isso => http://meuip:8086 Mas preciso disso => http://meuip:8086/portal When you create the directory in iis with the name "portal" and converted to an application, a...
asked by 04.05.2018 / 21:25
2
answers

How in ASP.NET 5 is this property defined?

In ASP.NET 5 in the Configure method of the Startup class we can get a reference to an object whose class implements IHostingEnvironment in the parameters. One of the properties of this class is EnvironmentName . I hav...
asked by 24.02.2015 / 00:11
1
answer

When you upload a DLL in the folder "bin" all users lose session

Every time I upload a DLL from my site, I drop all users who need session to stay logged in. I was using the build that turns everything into .dll and .compiled however when compiling to .aspx + .dll the same thing happens. ex: I...
asked by 02.05.2014 / 16:14
2
answers

Keep records of synchronized tables between two different databases

We are performing a system migration, where some restructurings will be made in the current bank in a new bank. Basically I will have two banks BancoVelho and BancoNovo , having to keep the two updated according to the mapping of th...
asked by 22.04.2016 / 21:22
1
answer

Database changes with ASP.NET MVC 5

I'm starting some independent projects using ASP.NET MVC 5 with Entity Framework, and more learning from technology. And at the moment I had a great doubt. I used the generated code through a connection to the database, creating an ADO.NET En...
asked by 02.09.2014 / 03:12
2
answers

Progress bar on file upload and information registry

I'm developing a project, where I use upload files, as well as an information registry. Both the file and the information are registered in the same form. So far so good, but it's usually that when there is a larger file, it takes about 20 to 30...
asked by 25.07.2015 / 21:23
1
answer

Delay Sending Email with Attachment

I'm trying to send an email with an attachment, without an attachment, the email sends quickly, without any problems, but when I put the attachment, it takes a lot of minutes, and it hangs, and it does not send. I wonder if there is some way I...
asked by 13.07.2017 / 13:26