-
Hi Guys,
A while back I wrote some really useful ASP code, which I then uploaded to my webspace, and now I want to get my code again, I can't remember my password, and the site refused to give me my password through the email because I signed up with a wrong email somehow, so does anyone know how I can get my ASP code (the VB stuff) from my site?
:confused:
[COLOR=firebrick]P.S. The site's here!
Thanks In Advance,
:) :p :cool: Adam:cool: :p :)
-
Sorry , without your password your SOL. There is no other way to get the ASP code, except for hacking the server of course.
-
If your webserver is very old running Unpatched version of IIS 4.0 on Windows NT 4.0 you can try a trick.
request the page appending a ?. to it's end.
ie..
http://www.mysite.com/default.asp?.
this will send the unprocessed page..
use view menu --> source in your browser.
-
Or you can try appending ::$DATA, I think. Look around around the web. There have been quite a few holes in IIS that allowed people to get the source of ASP pages.