I'm using version 6.0 (build 101 of the professional version of Zoom. It's working great for us on our existing website!
I have a new website I want to search is protected using ASP.Net Forms Authentication. Rather than have a login page where I have defined a username field and a password field in plain HTML, we utilize the ASP.Net built-in "Login" control which puts its own username/password fields on the page when it renders. (So, using IE's View Source command on our login web page shows that the username field is named something like "ctl00$ContentPlaceHolder1$Login1$UserName".)
I had hoped to used Zoom's Authentication settings to specify "Automatic login on the following page", "Login variable name", "Your login", etc. to let the Zoom spider log in on my existing login page. Unfortunately, this does not appear to work. I tried specifying the login variable name and password variable name based on the rendered HTML that I could see using IE's View Source. (When looking at the Zoom log, the page flow immediately redirects back to the login page as if the spider was not authenticated.)
Does Zoom Authentication support ASP.Net's built-in Login control? If so, can you tell me how to configure Zoom?
Using our existing ASP.Net login page is my preferred approach, but I did find your support page on authentication workarounds ( http://www.wrensoft.com/zoom/support/auth.html ). I can try those options as a last resort.
Thanks for your help!
I have a new website I want to search is protected using ASP.Net Forms Authentication. Rather than have a login page where I have defined a username field and a password field in plain HTML, we utilize the ASP.Net built-in "Login" control which puts its own username/password fields on the page when it renders. (So, using IE's View Source command on our login web page shows that the username field is named something like "ctl00$ContentPlaceHolder1$Login1$UserName".)
I had hoped to used Zoom's Authentication settings to specify "Automatic login on the following page", "Login variable name", "Your login", etc. to let the Zoom spider log in on my existing login page. Unfortunately, this does not appear to work. I tried specifying the login variable name and password variable name based on the rendered HTML that I could see using IE's View Source. (When looking at the Zoom log, the page flow immediately redirects back to the login page as if the spider was not authenticated.)
Does Zoom Authentication support ASP.Net's built-in Login control? If so, can you tell me how to configure Zoom?
Using our existing ASP.Net login page is my preferred approach, but I did find your support page on authentication workarounds ( http://www.wrensoft.com/zoom/support/auth.html ). I can try those options as a last resort.
Thanks for your help!
Comment