Questions tagged as 'asp.net-mvc'

2
answers

Integration of two different applications in ASP.NET MVC

Hello, I need to integrate two distinct applications: one is a client business administration application and the other a financial management application. They are two separate applications, so what I need is that when you register a custome...
asked by 18.03.2016 / 15:40
1
answer

Asp.net Identity with many request without client actions

I started using Identity in ASP.NET MVC and realized that the page is giving several requests , even without the user taking any action. It seems to me that this is to validate cookies, am I right? If so, can you increase the time between these...
asked by 28.01.2016 / 14:47
1
answer

Reading Agility MVC

I have an application in MVC 4 that has no addition / deletion / editing operation, it only reads and makes data available (according to filters). The data comes basically from 4 views . Being the first of about 1,500 records - instant r...
asked by 28.01.2016 / 19:27
1
answer

What is the correct way to legitimize a given user through Identity with web service Soap?

Initially I tried to add snippets that are related to identity and I used the Find method with password and login, but I did not succeed. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Ser...
asked by 11.12.2015 / 20:46
1
answer

How to serialize a dateTime displaying in dd-MM-yyyy format hh: mm: ss

How do I send to View() of my Controller in Json format, the date formatted in the dd-MM-yyyy hh:mm:ss pattern? In the data transport between View and Controller I'm using AJAX. public ActionResult GetList(Object abc) { ......
asked by 06.01.2017 / 20:23
1
answer

C # MVC RouteBase routing too many redirects

I have a dynamic all system where I get all my paths , controllers , views and areas > from BD . My problem now is when I try to access a page it returns me too many redirects response . What happens in this area is: User...
asked by 26.11.2015 / 14:00
1
answer

How to play stream mms streaming in ASP NET?

I use Microsoft Encoder to stream a video via MMS protocol. The video is streamed. It is the filming of an event being transmitted synchronously to the network (so far locally). It is not a video that is on the server but a transmi...
asked by 09.11.2015 / 19:16
1
answer

Doubt with Array in C # returning data in Json

I have a structure that returns me the results of the header and detail, only the records are duplicated according to the details, as I could only bring the header once, thank the help. //consulta o jogo completo passando o ID do jogo //http:/...
asked by 15.04.2016 / 20:54
1
answer

Model arriving empty in the controller

I basically have a Controller that sends iList to View , this View could edit any record of this iList , however when Controller receives it already empty. I did so: Controller: public ActionRe...
asked by 05.02.2016 / 20:09
1
answer

How to treat a decimal field with no boxes after the comma in a jquery mask mvc c #

I have a model with the following definition: [Display(Name = "Quantidade / Volume:")] public Int32 RoQuantidade { set; get; } In my View to fill in the data when empty, that is, that have not yet been written, using maskMoney work...
asked by 08.04.2016 / 19:19