How can i downlaod the aspx site on my local computer (PC) and can save it as html website?
any software
2006-04-17T20:57:19Z
i want the html contents of ASPX page, not the source code or something else.
2006-04-17T21:24:47Z
i want to download the whole website's HTML contents and link navigation properly and that should be translate in physical paths rather than the virtual path.so my need is any software or website doing this, not manually.
dimaclay2006-04-17T08:50:55Z
Favorite Answer
The short answer is you can't.
The long answer: ASP.net source code is hidden from the end user for security reasons. There are lots of sites out there that share source code for learning or collaboration. A great way to start is to get microsoft's Visual Web Developer Express. That will allow you to develop .aspx (asp.net) files on your own machine.
If you just like the HTML design you can view the source code (with the right click of you mouse) and copy and paste the source code. There are some programs out there that will help you get the images from the website as well.
if all you want to do is take the images click on FILE/SAVE AS in your browser's tool bar on the top-left part of your screen. The browser will download the page and all of the images. Afetr downloading all the images on that page jsut delete the page itself.