• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: Cannot find equivalent of system.web.compilation.tempDirectory for system.webServer

Resolved: Cannot find equivalent of system.web.compilation.tempDirectory for system.webServer

0
By Isaac Tonny on 18/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

In web.config, what is the equivalent of system.web>compilation[tempDirectory] attribute but using the more up to date system.webServer instead of system.web?
Here is what I need to add to my web.config:
However, my current web.config relies on system.webServer, not system.web and adding the attribute results in an internal server error 500.

Answer:

compilation[tempDirectory] is depending on system.web, so you cannot add it in system.webServer.
But system.web and system.webServer can both exist in web.config. They won’t lead to conflict.

If you have better answer, please add a comment about this, thank you!

asp.net iis web-config
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: TypeScript does not recognize properties when instantiating interface array

27/03/2023

Resolved: How to make statement case insensitive when uploading a dta file with specified columns?

27/03/2023

Resolved: Sort dataframe columns value by close it to another column

27/03/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.