What is the equivalent to cron jobs in ASP.NET?
In PHP we have cron jobs, where the hosting server automatically picks up and executes a task as per the schedule given.
In PHP we have cron jobs, where the hosting server automatically picks up and executes a task as per the schedule given.
I have written 3 ASP.net MVC web applications, and all are deployed on shared hosting servers with my ISP.
I have a web-site, which uses ASP.NET and is hosted at IIS 7.5 shared hosting, so I have no direct access to IIS settings. Now I want to enable gzip compression of my pages and css/js files using IIS capabilities, but none of recipes found at the Internet worked for me. For example, when I add what is written here to my Web.config, nothing changes: no errors, no compression.
I purchased a Windows shared hosting account on godaddy that came with 2 MSSQL databases. I setup one to hold my site data and the other installed aspnet membership schema to store site members. The site works perfectly even displaying data from the 1st database. However when I try to login or register I get this nasty error
According to this question, I want to know if asp.net’s system.web.caching.cache is good for me, or I should use database caching?
So, the question is simple, even though I’m starting to have doubts if this will get answered…