dazinator / DnnPackager

Automate the packaging logic for your DotNetNuke projects, deploy to your IIS from within Visual Studio.
20 stars 3 forks source link

Allow auto start site, auto launch of browser, with a configurable url/s. #74

Closed dazinator closed 6 years ago

dazinator commented 6 years ago

When debugging:

  1. If DnnPackager detects the website isn't running, make it Ping() it to auto start it before attaching the debugger. This is only required where it uses the non http mechanism to install packages which works even when Dnn isn't running.

  2. Provide an option for DnnPackager to launch the browser automatically, to the url of the dnn website, or an optional url (for example the url of a specific page where your module is).