Questions tagged as 'asp.net-mvc'

1
answer

Change csproj value through TeamCity

Hello everyone. I'm using TeamCity for .NET applications. I have set up some projects, and the build-steps basically consist of building the application with Visual Studio (.sln) runner and running unit tests with NUnit , and that's all trig...
asked by 18.03.2014 / 19:51
4
answers

Long processes in C #

I need to do a routine where the user will upload a data load file, and C # will process it and save it to the database, without giving time-out and showing the progress of the process to the user . My question is: how to do it? I do not h...
asked by 25.03.2014 / 14:27
2
answers

Layout adjustment with elements that are automatically generated

I'm doing a site where one of the pages is responsible for listing user posts in the form of boxes. Each box corresponds to a new user publication, which is generated by code in ASP.NET MVC 4 with Entity Framework 6 automatically, picking up the...
asked by 03.12.2014 / 13:52
1
answer

What is the difference between compilation and httpRuntime configuration properties?

I'm going through some problems while learning to work with C #, more specifically with Asp Net MVC. I saw a configuration snippet in Web.config that left me a bit confused, namely: <compilation debug="true" targetFramework="4.6.2...
asked by 21.07.2018 / 15:44
1
answer

Upload system with rotate image automatically as in windows 8.1 or facebook

Today when viewing an image in windows 8.1 even if the image is lying down it automatically understands and shows correctly, in windows 7 the image lying down appears. When sending this image to sites like facebook it appears correct. However, w...
asked by 05.03.2015 / 16:33
2
answers

Date format problems

I am developing a system using C # MVC and JQuery UI and at the moment I am having problems with date formats, in the inputs is the date in the correct format "dd / mm / yyyy" but the server is receiving the date in the format " mm / dd / yyyy "....
asked by 08.11.2014 / 02:11
1
answer

Dependency injection in the controller with Ajax

Good afternoon, I'm using ASP.NET MVC 5 with Windsor and when an Ajax request calls a method in the controller, the error saying that the controller has unmet dependencies. How do I make the request work because the dependencies are resolved in...
asked by 17.09.2015 / 22:33
1
answer

Routes ASP.NET Unconfigured

From trying so hard, I think I've misfigured something important, so I can not make the routes work. In this image it appears that the form is as post sending to the LoginProfessional controller in the Logon action. I'm not using RenderBody t...
asked by 30.04.2014 / 00:12
1
answer

ASP.net MVC with WIF

When searching the web, I saw that it is not possible to register assembly's in the razor view engine in asp.net mvc as it was done in webforms. <%@ Register TagPrefix="wif" Namespace="Microsoft.IdentityModel.Web.Controls" Assembly="Microso...
asked by 24.04.2014 / 18:48
1
answer

How to return search regardless of accent on Asp.Net MVC systems [closed]

I have a problem with a system in relation to the search that does not return a result for reasons of emphasis. I would like to know how to make the accent be ignored in the system? Note The system is already hosted and running with SQL Se...
asked by 29.10.2017 / 22:09