Questions tagged [web.config]

A configuration file for ASP.NET web applications in XML format.

116 questions
0
votes
0 answers

Migrating Wordpress to IIS convert .htacces to web.config

An outside company is making a website, they are working on LAMP, there is an IIS server at our place so I have to prepare this server for the implementation. Preliminarily it has been prepared (I mean it works normally) however there is a problem…
Raloseq
  • 1
  • 1
0
votes
1 answer

what are the permisssion that need to be given for web.config file

we have a website hosted on a server with nginx webserver. Now , we have a file called web.config in /var/www/html/ So, when we gave security audit for the servers, they have recommended like: web.config File Information Disclosure Ensure proper…
0
votes
0 answers

Applying IIS rewrite rules from multiple web.configs for single request

I am trying to configure a directory structure in an IIS website with rewrite rules applying at various levels. For example, consider the following structure: Default Web Site ├─ web.config └─ v1 ├─ web.config └─ wwwroot └─ hello.txt I…
14207973
  • 101
  • 2
0
votes
1 answer

IIS Output cache doesnt seem to cache static files

I have the configured caching below and Ive also used other scenarios but I cant get my JS files to show in the cache with the below commands. So I dont think they are caching for my .js files. Is there something else I need to do? netsh http…
exposure
  • 283
  • 1
  • 5
  • 10
0
votes
1 answer

IIS 8.5 Error while performing operation on web.config

I have a test server and a prod server that host a .netcore2.1 website. On the test server, I can access to the website and publish with MSDeploy without any problem. On the prod server I can publish correctly from Visual Studio, everything is…
thibsc
  • 101
  • 1
  • 3
0
votes
2 answers

ASP.NET 2.0 in Virtual Trying to Use SQL State Server

We have IIS 6 running on a W2003 Server. The root web site is running a v1.1 site. Under this site we have a virtual running a v2.0 site (with a separate application pool). The web.config for the root site is using SQL as its state server and has a…
None
0
votes
0 answers

Azure webapp, web.config. Don´t redirect if specific URL

Hay all I´m having a doubt over here and not sure if possible with web.config. I have a web app in azure . Domain foo.bar.com is pointing to this webapp. On the other had I have a CDN as well in azure with a sub domain which is www.foo.bar.com is…
Chanafot
  • 101
  • 3
-1
votes
1 answer

why changing a web.config to a Windows mode does not affect IIS authentication settings?

I read the article https://msdn.microsoft.com/en-us/library/532aee0e(v=vs.100).aspx it says that default authentication in Framework 4 is Windows mode. Well, I create a MVC 4 Internet template Proyect using Visual Studio 2003, It create the next…
-1
votes
1 answer

gcServer config not taking effect

I'm supporting a ASP.NET v2.0 app installed on a Windows 2003 SP3 Enterprise on a quad core 8G machine running on .NET 2.0 SP1. 1.before enabling the config, ran "tasklist /m mscorwks.dll" Image Name PID Modules w3wp.exe 7888 mscorwks.dll 2.add…
G33kKahuna
  • 289
  • 1
  • 4
  • 10
-1
votes
1 answer

Deploying new version of an application to IIS Application without downtime

I have a small AngularJS web application that runs in kiosks in an intranet network. I've been tasked to make deployments without downtime and in an automated way that can be controlled remotely with a web interface. Since it's a small application,…
-2
votes
1 answer

Exception has been thrown by the target of an invocation

Line 54: Line 55: Line 56: Line 57: Line 58: …
Aivan Monceller
  • 125
  • 1
  • 10
1 2 3 4 5 6 7
8