Instructions for using the cf command line application on Windows:
C:\Ruby193
and add C:\Ruby193\bin
to your system PATHgem update --system gem install bundler
gem install cf
cf target api2.vcap.me cf login cf push testaspnet --path C:\projects\published\TestApp --stack mswin-clr
cf apps
If you continue to have issues deploying your application, a cf stop followed by a cf start can resolve it. Please report these and other issues using the support system on this site.