Questions tagged as 'asp.net-mvc-5'

0
answers

Decoupling AspNet identity

I am creating an application in which I am trying to apply DDD and I also want to work with AspNet Identity for the authentication / authorization system. I have created a class library within the Infrastructure layer: However, I have seve...
asked by 12.08.2018 / 22:20
1
answer

C # Ticket printing

I would like to ask for help with a program that prints sales tickets, I have made all the printing of tickets but I need to add a header image and a text at the end as a footer, I hope you can help me leave the code to be reviewed and in case s...
asked by 30.07.2018 / 19:59
0
answers

HELP with Reference to object not established as an instance of an object. in ASP.NET MVC

The fact is that I am developing an online store in ASP.NET MVC, the fact is that when I want to add an item to the basket I get this error: Object reference not set as an instance of an object. And I get it in this part of the code:...
asked by 29.07.2018 / 03:03
1
answer

How can I add elements to a list of objects and display it in a view without replacing the previous one through a form?

Models / Person.cs public class PersonController : Controller { List<Person> personasList = new List<Person> () { }; public IActionResult Index () { return View (); } [HttpPost] public IActionResult I...
asked by 28.07.2018 / 11:05
0
answers

row selected by default first in an HTML5 table

Hello, I have an html table that I fill from a model and when I click on the row I load some data in a form, I need that when I click on the row I always leave by default selected at the top of the table <table id="tabla" class="table...
asked by 25.07.2018 / 22:48
0
answers

Obtain Digital Certificate to occupy web application in MVC5 Server browser

Help I need to know how I can get the digital certificate from the server, locally it works perfectly, but when I publish it, I get an error in the LOG which tells me that the system can not find the specified file. run the system directly...
asked by 01.08.2018 / 23:41
1
answer

How to print on a thermal printer from ASP.NET MVC?

I have a "Totem" application which can be consulted, where for each query that is made, you must print a voucher or ticket with a service number. Is there any way to print and format the voucher with a framework or something related to ASP.NE...
asked by 27.07.2018 / 22:01
0
answers

show Select sql with extJS in .net

someone can help me I am using extJS but I can not show the data of a table in my database in a MVC grid use of .Net, this error marks me app.js var store = Ext.create('Ext.data.JsonStore', { storeId: 'myData', reader: n...
asked by 19.07.2018 / 21:16
1
answer

Use Identity in asp.net mvc 5 project already created

I currently have a web app created with ASP.NET MVC 5, which is working with a database already created. At this point I would like to use Identity to create forms and user management to the page, the problem is that I do not know how to...
asked by 21.07.2018 / 20:50
0
answers

how to solve HTTP Error 404.15

My problem is that when making an Ajax request, when I send my information I receive this error:    The Request Filtering module is configured to deny a request when the query string is too long. I see in other forums that it is because o...
asked by 05.07.2018 / 23:21