mausch / QuartzNetWebConsole

Embeddable Quartz.Net web console
Other
160 stars 62 forks source link

Fix SampleApp to make it work with VS2013+IIS Express or IIS7 #24

Closed ubikuity closed 9 years ago

mausch commented 9 years ago

Thanks, I was just reviewing this. The actual problem here is that the base URL should not be added to the log. Instead, the log should just store log data like JobKey/TriggerKey and then the log should be rendered as a string within a request, where the actual host/port is available.

Such a richer log would also make https://github.com/mausch/QuartzNetWebConsole/issues/10 possible.