Does Google index HTTPS ASP.NET pages?
- by ncakmak
I have an online application that all of its pages use HTTPS. I have 3 questions:
Does Google index HTTPS pages?
I have a password protected single ASP.NET page (using HTTPS). Password protection is basically achieved by a Session object. When the correct password is entered, it hides the login panel and displays the same page which has a sensitive data. Is this page indexed by Google?
I have a Secure folder that I implemented Forms Authentication. All pages in folder use HTTPS as well. Are the pages in this folder indexed by Google?
Thank you for your help,
Niyazi