Questions tagged as 'asp.net'

1
answer

AngularJS: Rendering components cause requests loop

I'm working with a legacy project, written in AngularJS 1.5.8 and ASP.NET 4.5. In order to upgrade Project ClientSide to Angular, the first step I had to take was to make the system componentize. However, I'm having a problem when renderin...
asked by 29.10.2018 / 14:30
0
answers

I can not draw polygon on Google Maps

I'm trying to make a square with the coordinates, but it does not appear. You do not have any errors in the browser, the map is created normally, only the square does not appear: var map; function initialize() { var latlng = new google.ma...
asked by 24.10.2018 / 01:07
1
answer

Glimpse ASP.Net running with Dapper

I just saw content I was studying about performance and optimization in ASP.Net applications. They presented me with a diagnostic tool called Glimpse . The tool's operation is perfect, it measures ajax requests execution times, SQL quer...
asked by 24.10.2018 / 15:54
0
answers

Autopostback disabled

Good afternoon. For some time I've been looking for something about this, but I believe that almost nobody had this kind of problem, so I do not think I can solve it. I have an Asp .Net Web Forms system that has, for example, the business...
asked by 22.10.2018 / 22:27
0
answers

Request.ServerVariables ("LOGON_USER") returns empty on only one machine

Good afternoon, I have an aspx page that retrieves the value of the LOGON_USER variable. Using Chrome, the user is returned correctly on all machines, except for a single where the value is "" (empty). If we clear the cache and immediatel...
asked by 30.10.2018 / 21:01
0
answers

ASP.NET - How to send multiple files to the controler using AJAX and Formdata?

I have the following code: JAVASCRIPT: $(function () { $('form[enctype="multipart/form-data"]').submit(function (event) { event.preventDefault(); event.stopPropagation(); var formData = new FormData(); formData.append('Ob...
asked by 27.10.2018 / 20:47
2
answers

How to Insert a Parameter from My System on an External URL

So, we have a site that when passing the code of a user, it shows the location of the same. URL example: http://npaa1215.example.com/gisb_prod/integration/coordUser.aspx?codUser=30071665&zoom=15 In the URL we can pass the parameter...
asked by 18.10.2018 / 16:16
1
answer

Problem with MaxJsonLength when using ajax

Hello, I'm using ajax to build a table in an application, but when the event is triggered, javascript does not perform html construction, giving the following error: "Error during serialization or deserialization using JSON JavaScriptSeria...
asked by 23.10.2018 / 17:45
1
answer

How to update the Index of a field using JavaScript in Asp.net MVC

I am creating fields dynamically based on a List. When I remove a field, I need to reorder them using javascript, but I'm facing problems since all fields are reordered in the Indexes, except those using the "asp-validation-for" razor ... Would...
asked by 17.10.2018 / 19:55
0
answers

IIS 10 HTTP Error 404.4 - Not Found MapRequestHandler

I am completely uninitiated in the IIS topic, followed the instructions in this tutorial to configure it in Windows 10. I did not get much success, as the image shows, neither does the IIS welcome page appear. I would like to configure i...
asked by 19.10.2018 / 04:15