Scheduled Task Manager

Discussion in 'ASP.NET / ASP.NET Core' started by Rinaldi, Apr 6, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. If I configure the username and the password to my Scheduled Task Manager, I request the query string to get these values? Which are user/pwd?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    The username / password field in the scheduled task manager is just for Windows Authentication, ie. page password protected by NTFS. If your page requires Form Authentication, it will not work.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Does the page you referring to prompt the user with a Username/Password window (i.e If the URL is password protected [when the anonymous user is denied access to that page] )?If yes,you can specify the credentials (that is allowed access) on the scheduled task manager page.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. I got it. Thank you bothvery much. =D
     
  5. Hi Bruce thank you for the quick reply. I looked for it in Knowledge Base and I didn't find any help. </o:p>
    Howshould I use it? Is the URL point to an .aspx page? if not, where does he point to?</o:p>
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page