C# - List all .aspx pages in a domain

AlbertR

New Member
I'm trying to write a console app that lists all of the aspx pages in a domain, there's about 50 or 60 pages and I'm all out of ideas on how to list them.The pages are not hosted locally and I have no access to them apart from the login page, all I was given was the list of sites to output and so far, I've tried using the following approaches to no avail:http://stackoverflow.com/questions/13415519/how-to-get-all-the-aspx-page-list-of-a-given-web-addressI was thinking of using the HTTP classes in System.Web but this is the first time I've worked with .aspx and have very little knowledge of them.
 
Back
Top