How to install WebDev.WebServer.exe as a Standalone application?

不羁岁月 提交于 2019-12-03 07:32:33

These files are required:

  • WebDev.WebHost.dll
  • WebDev.WebServer.EXE
  • WebDev.WebServer.exe.manifest

And you may need to Install WebDev.WebHost.dll in GAC.

Copy and paste this code into a .BAT file:

@SET GACUTIL="C:\Program Files\Microsoft SDKs\Windows\v6.1\bin\gacutil.exe"

Echo Installing WebDev.WebHost.dll in GAC

%GACUTIL% -if WebDev.WebHost.dll

Hope this helps someone.

Thanks

For VS2010, you will need to copy the WebDev.WebServer20.exe and WebDev.WebServer40.exe files to a location of your choice. When they launch, they set the app domain base directory to the path you specify on the command line, so you will also need to put the WebDev.WebHost.dll and WebDev.WebHost20.dll assemblies in the GAC so they can be found.

Shaikh Saif
  1. Control panel
  2. Add/remove programs
  3. Right-click Microsoft Visual Studio
  4. Click 'Change'
  5. Go to the maintenance mode
  6. Click on the add/remove feature
  7. Click the download button in the new window to get multiple features
  8. Tick the "Web Development Server" and start update.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!