Questions tagged as 'asp.net'

1
answer

Multi-tenant application with asp.net webforms and routes

I'm developing a multi-client Web application for a SaaS and would like each client to have a different URL for access to their area in the application, for example: link link I thought about creating an application for each client in...
asked by 16.06.2014 / 16:15
1
answer

How to request the ssl certificate from the IIS 7.5 client

How to request client SSL certificate in an ASP.NET MVC 5 application? I've enabled SSL on my site using IIS 7.5 but it tries to authenticate the user using the client's certificate but I do not want to authenticate users I just want to retri...
asked by 05.08.2014 / 21:11
2
answers

Turn bank information into Link

I'm doing a website which has a string from the database but I want this string to be informed as follows, instead a button will appear that the user will click and this button will open the url that is the text that is ta in the string that is...
asked by 26.06.2018 / 14:02
1
answer

How do I make my form work with reCAPTCHA?

I'm saving the data for Ajax, but my reCaptcha is not working properly, the form is sent even without pressing inside Captcha. My Controller [HttpPost] [CaptchaValidator(PrivateKey= "secretKey", ErrorMessage="Captcha Invalido", Req...
asked by 18.09.2018 / 01:05
0
answers

How to map two LIST properties using Automapper

RegisterNewPessoaCommand Class public class RegisterNewPessoaCommand { public RegisterNewPessoaCommand(PessoaNatureza pessoaNatureza, PessoaFisica pessoaFisica, PessoaJuridi...
asked by 11.09.2018 / 03:11
2
answers

How to consume a GraphQL API (https://api.loggi.com)

I would like to understand and know the opinions to apply in a project with urgency ... I currently own a shopping site and need to use the loggi company API which is a distribution company the api link is link , I have already used their old m...
asked by 28.09.2017 / 15:04
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

Redirect to error page when entering catch

I'm having a question about a possible improvement in the method when an error occurs in a Action and redirects to an error page. I currently do this in Action : public ActionResult Index() { try {...
asked by 11.06.2016 / 15:49
2
answers

I can not align a label inside a td

In a calendar, I need to put a label next to it. It turns out the label is getting below it. If I open another one the label is on the far right, and I need it right next to it. Here's a table: <tr> <td style="text-align:right"...
asked by 08.12.2015 / 18:18
2
answers

Execute condition (if / else) that is inside a string in C # 4.5 [duplicate]

I have a class that generates csv files from a query, and this file can have multiple templates , some with conditions to display value x or y . These conditions are within a database and when I retrieve this data t...
asked by 29.09.2017 / 22:18