Python Forum
Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scraping .aspx page
#11
The structure isn't even that weird, though. Controllers, models, and views have their own subfolders, and urls are rewritten to be pretty. That's the same thing with all decent frameworks in both python and php (...and pretty much any web-based framework).
Reply
#12
Does Microsoft publish the spec?
Reply
#13
I'm not entirely sure what you're asking, but the framework itself is open source (and so is .net core, which is a more basic version of .net that runs on mac/linux).
https://www.asp.net/
https://github.com/aspnet
Reply
#14
Quote:I'm not entirely sure what you're asking, but the framework itself is open source

Not sure I do either, but this looks like the place to poke around If I want to learn more.
This looks like the kind of thing that you'd need to lock yourself in a padded room for six months
to to absorb.
Reply
#15
It depends on how much of it you want to understand. I look at it a lot like the python std lib... there's a whole lot more there than I'll probably ever need, and just "getting started" is very easy, allowing you to add things in when you actually need them... without understanding any of what's actually happening :p
Reply
#16
I perhaps don't have the same drive as I did when I was 30, but still like to dig in and understand how things tick.
That is usually a good way to learn, although my girlfriend (now my wife past 40 years) didn't think so when I took her
car apart. But I did get it back together and it ran fine afterwards. My mother didn't appreciate it when I took her
alarm clock apart either.
Reply
#17
(Mar-18-2017, 11:56 PM)Larz60+ Wrote: I perhaps don't have the same drive as I did when I was 30, but still like to dig in and understand how things tick. That is usually a good way to learn, although my girlfriend (now my wife past 40 years) didn't think so when I took her car apart. But I did get it back together and it ran fine afterwards. My mother didn't appreciate it when I took her alarm clock apart either.

Did you got your problem solved ?
Reply
#18
Yes - I'm just finishing up and will post results soon
Snippsat is our resident Guru on web scraping and
gave me the answer.
Reply
#19
I know this thread is a bit old but I am facing the same issue. I am using scrapy on an ASP site which has pages upto 1000 plus. I need to visit the last page to capture the number of pages available... I then take that and pass it through a loop. I can visit all pages but the problem is that the entire loop carrys the response and viewstate from the last page which doesn't work for pages not visible from the last page on the browser. I need a way to refresh the response after every page but I am stuck.
Reply
#20
What's the URL?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I am scraping a web page but got an Error Sarmad54 3 1,465 Mar-02-2023, 08:20 PM
Last Post: Sarmad54
  Scraping the page without distorting content oleglpts 5 2,510 Dec-16-2021, 05:08 PM
Last Post: oleglpts
  Scraping a page with log in data (security, proxies) iamaghost 0 2,157 Mar-27-2021, 02:56 PM
Last Post: iamaghost
  How to get registeration data from a website that uses .aspx? Help me brothers. humble_coder 1 2,465 Feb-18-2021, 06:03 PM
Last Post: Larz60+
  Scraping Whole Page Source GJG 1 2,155 Jan-13-2021, 03:19 PM
Last Post: GJG
  use Xpath in Python :: libxml2 for a page-to-page skip-setting apollo 2 3,652 Mar-19-2020, 06:13 PM
Last Post: apollo
  Scraping next page of LinkedIn jobs RiteshMahto 6 6,438 Dec-09-2019, 09:43 PM
Last Post: Larz60+
  Scraping data from ebay seller page yuvalta 3 6,015 Sep-25-2019, 04:22 AM
Last Post: sandramoraes
  Scrape ASPX data with python... hoff1022 0 4,549 Feb-26-2019, 06:16 PM
Last Post: hoff1022
  Web Page not opening while web scraping through python selenium sumandas89 4 10,137 Nov-19-2018, 02:47 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020