PDA

View Full Version : Password for scheduled applications


bruce
02-25-2009, 08:04 AM
use the permission manager. note that you cannot use the .net form authentication to protect the page because the scheduled task service will not follow the redirect.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

3tarkcom
02-25-2009, 08:40 AM
I defined sometasks in the scheduled task. I want to set password for these page. How can I do this? Does anyone can help me?