Most voted "web.config" questions
It is a special file that configures the behavior of your ASP.NET application and is in XML format and can be easily edited with a common editor, such as notepad.
Learn more…61 questions
Sort by count of
-
0
votes1
answer253
viewsWhere do I find Web.Config in ASP.NET CORE MVC 3.1?
I’m having problems with accentuation in a View, already opened in the notebook my view’s in . cshtml and save all with UTF-8 but it is still having accentuation problem in the application still, I…
-
0
votes1
answer73
viewsDoubt web.config
I need you not to show the actual physical address on a link to download a file on my site. The file link I want it to look like this: [Urlsite]/downloads/filename. And I’m trying to use the…
-
0
votes1
answer846
viewsConfiguration of the Web.Config file
I wonder if I can leave the recipient’s email on web.config, if I can, how to deploy. I created a variable and gave the value of the email, but if I need to change I will have to compile dnv, if I…
-
0
votes2
answers998
viewsURL redirection via web.config
I need to perform a page redirect http://exemplo/comunicacao/ to the page http://exemplo/caminho_novo/comunicacao. I’m performing the following on web.config : <?xml version="1.0"…
-
0
votes1
answer82
viewsRedirect to ASP.NET MVC login screen constantly
constantemnte while browsing the site the user is being redirected to the login screen. I myself keep browsing several screens by clicking on the menus and randomly the system goes to login. I have…
-
0
votes1
answer128
viewsConfiguration of CORS tag in WEB.CONFIG in . NET project
I have a problem with the CORS tag in my XML. It even recognizes in Visual Studio 2012, but in VS 2017 it compiles but does not debug. Libraries are installed, but still persist in error, even if it…
-
0
votes1
answer246
viewsURL friendly Classic ASP with Isapi Rewrite
Good morning, you guys. The point is I can access an address dominio.com/modulo/id/titulo and he rewrites to dominio.com/default.asp?link=artigo&id=123&titulo=teste, but my question is…
-
0
votes1
answer260
viewsRedirect 301 with web.config
I’m updating a website, and the Urls will change. So, I need to make a redirect 301 with web.config, but I couldn’t. Below the code I built: <configuration> <location path="site-antigo">…
-
0
votes0
answers308
viewsUpdate . NET Framework for a version larger than 4.0
I opened a request for the IT area to update my website to version 4.5 or higher of . NET Framework. They said the server has version 4.5 already, the problem is that my site keeps returning the…
-
0
votes2
answers28
viewsVisual Studio (C#): Use web.debug.config without publishing
I would like to have 2 configuration files in my application c#. They would be web.config and web.debug.config. The goal of this is that I can put some settings like database access and some…
-
-1
votes0
answers15
viewsI’m having difficulty reading an XML file and modifying it
I am creating a routine that will automatically change host configuration files in C# However I’m not sure how to handle the file . config which is actually an xml: XML (file . config) <?xml…