Quartzmin icon indicating copy to clipboard operation
Quartzmin copied to clipboard

How to Set VirtualPathRoot

Open zljie opened this issue 5 years ago • 4 comments

Hello, this is so so great, wonderful job! I'm trying to publish Quartzmin in VirtualPath Website By variable(VirtualPathRoot) .but it doesn't work ,it look like duplicate use VirtualPathRoot. my environment is asp.net mvc i3 i4 i5

zljie avatar Mar 25 '19 11:03 zljie

Hi @zljie , did you solve this?

eflorespalma avatar Oct 15 '19 15:10 eflorespalma

Fix for Asp.Net Core 3.1 and fixe for VirtualPathRoot https://github.com/jlucansky/Quartzmin/pull/27

maikebing avatar Feb 22 '20 04:02 maikebing

Hi! I'm using .net core 2.2. Sorry but i don't understand how do you change the path root.

xico002 avatar Mar 22 '20 21:03 xico002

@xico002 You can try to fix VirtualPathRoot from QuartzminOptions in .NET Core

app.UseQuartzmin(new QuartzminOptions()
{
    Scheduler = StdSchedulerFactory.GetDefaultScheduler().Result,
    VirtualPathRoot = "/quartz",
});

devigo avatar Feb 02 '21 12:02 devigo

thank for your help

app.UseQuartzmin(new QuartzminOptions() { Scheduler = StdSchedulerFactory.GetDefaultScheduler().Result, VirtualPathRoot = "/quartz", });

zljie avatar Feb 15 '23 16:02 zljie