Computer Hope

Internet & Networking => Web design => Topic started by: Joseph_Schmoe on May 31, 2013, 01:28:59 PM

Title: ASP source code
Post by: Joseph_Schmoe on May 31, 2013, 01:28:59 PM
Hi all . . . any help is greatly appreciated.

I need to edit a webpage created by someone else long ago. It is an ASP. I need to replace May.pdf with June.pdf.

When I visit the site in IE and view the page, I also view the source code from there.  It appears to be regular html. The page says that I am at srv1/mdnews/news.asp and I can see the <a href="May.pdf" class="hosLink">May.pdf[/url] link I need to edit. So, I ftp my June.pdf to the server at srv1/mdnews where the May.pdf is located.

When I go to the server and open the .asp file with notepad, it is completely different. It is named news.asp but it has the ASP scripting (ex: <%@ Language=VBScript %> ).  No where in that file does it have my hypertext reference.

I feel sure this is likely due to the way you work with ASP, but as of now, I am at a loss. Please help me out and tell me where/how I should be able to find the file I need to edit.

Thanks!   ;D