I had to delete my applicationhost.config, because VS 1012 didn't deal with him. How can I create it? thank you.
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- 请教IIS URL重定向的问题
- 一个愚昧的问题,在一台电脑/云服务器下,假设某个系统访问量大,给他在IIS部署多个同样的网站和部署一
- .Net5 程序发布到IIS10
- 程序是如何接收并启动监听 IIS 站点设置的端口号的?
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
Just run IISExpress and it will recreate the file for you. The exe is located at: "c:\Program Files\IIS Express\iisexpress.exe".
Hope this helps.
After you deleted
applicationhost.config
you do not need to runiisexpress.exe
manually, you can simply load your project inVisual Studio
and run it. Visual Studio will take care of that plus it will changeapplicationhost.config
with settings for that project specified in project Properties window (not mouse menu properties).It will add corresponding override section at the bottom of
applicationhost.config