Questions tagged as 'web.config'

1
answer

Is there an equivalent of Web.Config in Angular 4/5?

I have just started developing applications in Angular, for now the connection path with the BackEnd (for example: 192.169.1.114:8080) I have the app.module.ts. But I would like that path to be in some kind of configuration file type Web.Config...
asked by 04.09.2018 / 17:45
0
answers

problems with IIS 8.5

Good morning community: My IIS 8.5 is presenting me with some problems that I will detail below: 1) When I encrypt the web.config (AppSettings) with RSA the IIS 8.5 does not raise my application but when the web.config is normal the IIS 8....
asked by 31.01.2018 / 20:30
2
answers

The recipient did not understand the heading 'Security' Web Service

I am consuming a web service but I get the following error:    The recipient of this message did not understand the 'Security' heading   from the namespace   ' link ',   so the message was not processed.       This error usually indicates th...
asked by 21.11.2017 / 16:03
0
answers

Url Rewrite in web.config does not work

The problem I have is that I can not access the endpoint of my api correctly, it always returns a 404 or 403. The api is mounted with slim on a iis 8 and the structure is as follows: My web.config is located in /v1/Web.config (at the en...
asked by 22.10.2018 / 17:28
0
answers

conditional on web.config

good afternoon in a project I have a key in web.config depending on the status true or false you must enable a field in my form between a dropdawnlist and a button this is what I have: web.config. <add key="habilitar_boton" value="true"/>...
asked by 02.02.2018 / 19:43
0
answers

Redirection of all IPs except those defined by web.config

I have a website to which I have to do some updates and I need all the IPs to redirect to a html warning that it is being updated less the ones that I configure (mine) to perform the corresponding tests. The problem is that I have to do it with...
asked by 20.08.2017 / 03:11
2
answers

asp.net web form Form Authentication - Error 401.2, please help

I have a web project asp.net wen form, in emi web config I have the following: As you can see, it's quite simple, but when it comes to running the project, it sends me the following error: The properties of the project are:...
asked by 07.04.2017 / 15:42