Steps:
1) Install IIS using Windows control Panel
2) Install WebDeploy 3.x for x64 for web deployment via VS2013 "publish" funcionality
Source Scott Guthries blog:
a) run cmd.exe as administrator
b) > net start msdepsvc
c) > cd: “c:\Program Files\IIS\Microsoft Web Deploy V3”
d) > msdeploy –verb:dump –source:appHostConfig,computername=localhost
d) > msdeploy –verb:dump –source:appHostConfig,computername=localhost
Some output comes on cmd window. When there is "red output" check correct spelling of d) in Windows text editor because some quotation marks could appear on scene.
Set the current 4.0 Framework for Application Pool: calling the IIS 7.x Panel: > cmd.exe inetmgr Click on ApplicationPool and set Framework 2.0 to 4.0 If you got an error like: error 500.19 then try this: |
Performing
> cmd aspnet_regiis -i
does the trick for me ;-)
> cmd aspnet_regiis -i
does the trick for me ;-)
Keine Kommentare:
Kommentar veröffentlichen