R
R
Ruslan Nikolaev2020-09-13 07:27:34
Python
Ruslan Nikolaev, 2020-09-13 07:27:34

How to start a desktop application for downloading from a site written in ASPX?

Hello
Disclaimer: don't judge too harshly. On the web 0.
The task is as follows: there is a site on ASPX (as I understand it, it is more difficult than a site on HTML). This site stores equipment inspections in PDF format. It takes about 3 minutes to download one file for one equipment, because first you need to find it by serial number, and then go to the appropriate section.
I want to optimize this process, so I ask for help from specialists.
If with HTML I more or less understand site navigation, then with ASPX I don’t at all.
Recommend sites, articles or ideas on how to organize a search by serial number and go to the section with spices.
In what language would it be most convenient to implement this?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2020-09-13
@sergey-gornostaev

For the client side, it doesn't matter what the backend is written in, any site will be just html. A significant difference between a site with a backend and a site with static pages is that the same page can provide different data, which is why it is not always possible to download such a site.

V
Vladimir Korotenko, 2020-09-13
@firedragon

Go to the site https://metanit.com/sharp/tutorial/
What does the desktop application have to do with it, so I describe how to do it on ASP NET MVC
0073044d07.jpg
1. create an appearance for the search.
2. Create a search controller
3. Include FTS (full text search) in the database
4. Search for data
Questions:
1. is this your site?
2. What does the desktop have to do with it?
Technologies: VB# or C#, NET Core MVC, FTS, EF Core.
Another variant. Just throw the site on html, be sure to insert links to all documents. Set the google search widget. Search!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question