How to use Quartz.net with ASP.NET
I don’t know how to use Quartz.dll in ASP.NET. Where to write the code for scheduling jobs to trigger mail every morning? Please if some body knows about it plz help me…
I don’t know how to use Quartz.dll in ASP.NET. Where to write the code for scheduling jobs to trigger mail every morning? Please if some body knows about it plz help me…
While changing the maximum allowed file size for upload I stumbled on those two settings.
I am looking at one WebAPI application sample that has this coded:
I have variable like:
When I call Response.Redirect(someUrl) I get the following HttpException:
I use this code to get the groups of the current user. But I want to manually give the user and then get his groups. How can I do this?
In a regular MVC controller, we can output pdf with a FileContentResult.
I’m developing a data access component that will be used in a website that contains a mix of classic ASP and ASP.NET pages, and need a good way to manage its configuration settings.
I’ve set up two ASP.NET applications on a machine, their web.config files contain the same applicationName value in AspNetSqlMembershipProvider item so they share users and roles.