Visual Studio 2019 can't run any project and display this error.How to resolve this error?
Internet Information Services (IIS) 10 Express Error: Cannot read configuration file
157 Views Asked by Aamir Ali At
2
There are 2 best solutions below
Related Questions in IIS
- Create an IIS web request activity light
- Why web API return 404 when deploy to IIS
- Adding site Binding programmatically IIS 7.5
- .net Web Api 2 Owin authentication token expires suddenly and often on IIS 8.5
- Redirecting subdomain to directory on Azure
- Saving Image To a Temp Folder is Loosing Session
- The page cannot be displayed because an internal server error has occurred on server
- Approach for performing long running tasks in .NET
- Why does IIS Anonymous Authentication turn on by itself after I publish my project to server?
- IIS 7 ERR_CONNECTION_TIMED_OUT only with public IP
- Maximum value for IIS .NET Compilation Batch Time-out
- ASP.Net 1.1 app on IIS 7 waiting threads
- File upload web api 2.0 error after deployment on IIS 8.5
- nginx and IIS - dealing with invalid hostname and SSL
- Allow console application to access Windows Authenticated web app
Related Questions in CONFIGURATION
- Logback stopped logging after splitting shared config file
- Understanding Grizzly 1.9.36 internals
- Symfony 2 and php.yml configuration
- Tree configuration to turn on/off the features in java
- Deleting Repeated Services from Android GCM Config File
- What does the dot mean in Symfony service names?
- How to manage configuration data in large projects?
- org.apache.commons.configuration.INIConfiguration: section name with dot (period)
- How to include js files in a Visual Studio project on build
- What is the correct way to use app.config for my plugin when using MEF?
- How run several instances of GWT application in IntelliJIDEA
- ejabberd block messages from users that don't stay in my friend list
- CMake error while configuring "install TARGETS given no RUNTIME DESTINATION for executable target "assimp_simpletexturedogl"."
- Need help in configuring Jenkins with Coverity. Getting Error Message
- How do I access the service provider when registering using typescript class
Related Questions in VISUAL-STUDIO-2019
- Multiple "The system cannot find the path specified" messages on running "Developer Command Prompt for VS 2019"
- Problem With Publishing a Self Contained EXE (Issue With Nuget)
- OpenCV haarcascades loading is NOT working at all
- The default ASP.NET Core + React template in Visual Studio 2019 doesn't work
- Visual Studio 2019 using 32-bit FileTracker with 64-bit toolset
- How to eliminate the intellisense warning under the <<<>>> in vs2019
- Problem searching for specific Mails using MS-Graph API
- Visual Studio 2019 Test Explorer did not find c++ google tests
- MSBuild 16.0 not finding its own dependent assemblies when loaded through MSBuildLocator
- Report viewer is not showing crystal report
- How to change default C++ language standard in Visual Studio 2019?
- Using Telerek Just Decompile to re-create a .NET source projectL: Unable to debug as normal
- Does VisualStudio support multiple GIT submodules?
- Passing environment variables to tests in Visual Studio 2019
- Visual Studio 2019 Keeps Directing to MetaData Files when using Go To Definition
Related Questions in IIS-EXPRESS-10
- Localhost Page Cannot be Found
- IIS Express: 404 0x80070002 on D:
- iis express always reports port in use
- 'This site can’t provide a secure connection' Enable SSL configure for Visual Studio 2019
- How to use IIS Express 10?
- Starting IIS Express cmd rather than VS2022
- iisexpress 10 terminates with exit code -1
- VS2017 in Windows 7 "An error occured attempting to determine the process id of dotnet.exe"
- Windows Authentication doesn't work with IIS Express 10
- Error 500.21 when running site on IISExpress using visual studio
- IIS Express: Either a required impersonation level was not provided, or the provided impersonation level is invalid. (0x80070542)
- Error occured when trying to configure IIS Express for project. redirection.config cannot read file due to insufficient permision
- Internet Information Services (IIS) 10 Express Error: Cannot read configuration file
- Dotnet Core Multiple Startup Classes with In-Process Hosting
- How to allow a DELETE method with IIS Express and Web API?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Navigate to
C:\Users\.....\Documents\IISExpress\config, delete all config files and rebuild project, then run it.If it doesn't work, try to uninstall IIS Express in control panel and re-install it.(you can download it in Web PI)