Questions tagged as 'servidor'

1
answer

compare and sum in sequence with sql server

I want to add the col3 fields by checking that the col2 value is the same as the following by doing a sequential group by. col1 col2 col3 ind seq1 5 ind seq1 3 ind seq1 7 ind seq1 4 ind seq2 5 ind seq3 1 ind seq3 3 ind se...
asked by 17.03.2017 / 19:32
1
answer

ASP.NET Server Competition

I have a Silverlight application, which accesses a service in WCF. In this application I have a SaveNoteFiscal () method. This method calls a ValidateNoteFiscal method that checks whether an invoice with the reported number and series alread...
asked by 06.06.2016 / 19:48
1
answer

Doubts about gzip compression on IIS servers

I'm having a question, I'm hosting kinghost and before activating support I'd like to know if what's going on is really a problem. What happens is that the static files (mainly the css and js ) are not always being delivered. Content...
asked by 15.12.2015 / 11:45
3
answers

Login does not redirect, header ('Location')

I just made a site that allows CMS so our client can login and modify the content to their liking. In the localhost and on a test server that we have works fine but at the destination final server I can not get out of the login page after fillin...
asked by 31.03.2014 / 13:04
2
answers

Which way to save images to a server?

I know the answer to this question is not accurate, but I am asking because of the alerts I received from a client hosting (DV medium) The system I developed saves the images as follows: /uploads/nome-do-modulo/ano/mes/dai/nome-imagem-encrip...
asked by 07.07.2015 / 14:16
2
answers

What is the difference between the remote GitHub repository and the remote of my dedicated server?

In GitHub we can create remote repositories, and in doing so we gain a certain set of administrative functions under this repository, one of these functionalities is the possibility for the administrator to review the commits received, to revi...
asked by 04.08.2018 / 03:22
1
answer

GIT central repository + external server communication

Good morning, I have a question, here in the company where we work, we think about creating a shared local server that will be the central repository and everyone will clone and give push . So far, well instead of a github would be...
asked by 03.11.2016 / 14:19
1
answer

Is there a built-in server in php?

Sometimes we want to run a simple PHP script for testing, but we do not want to spend time installing wamp , xampp or even installing apache2 followed by PHP. Is there any way to run the script in PHP, with some simple ser...
asked by 12.09.2015 / 18:58
1
answer

How to deploy an Asp.Net Core Web API project in IIS?

Hello, I'm trying to put my ASP.NET WEB API application in IIS on the Windows Server 2016 server, but without success. When accessing url ex: link returns this error:    HTTP Error 502.5 - Process Failure. The process I've done so f...
asked by 15.09.2017 / 20:53
1
answer

Hide version of Tomcat in error pages

I have API Rest running on a Tomcat server. If I try to access the API directly and an error occurs the Tomcat errors page is displayed: Note that at the end you will find the following excerpt: Apache Tomcat / 8.0.30...
asked by 05.05.2016 / 20:50