Quartzmin
Quartzmin copied to clipboard
How to Set VirtualPathRoot
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
Hi @zljie , did you solve this?
Fix for Asp.Net Core 3.1 and fixe for VirtualPathRoot https://github.com/jlucansky/Quartzmin/pull/27
Hi! I'm using .net core 2.2. Sorry but i don't understand how do you change the path root.
@xico002
You can try to fix VirtualPathRoot
from QuartzminOptions
in .NET Core
app.UseQuartzmin(new QuartzminOptions()
{
Scheduler = StdSchedulerFactory.GetDefaultScheduler().Result,
VirtualPathRoot = "/quartz",
});
thank for your help
app.UseQuartzmin(new QuartzminOptions() { Scheduler = StdSchedulerFactory.GetDefaultScheduler().Result, VirtualPathRoot = "/quartz", });