Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
ASP is a server side interpreted language.
It means that the page contain script code, like a program, and that this program generate dynamically HTML that is sent back to the browser.
It means too that you need to access it through an ASP enabled web server, for it to parse it to generate to output if you want to check what is done through it.
And usually, it needs to access a database. So even installing an asp server on your local PC is not due to be enough to view the site.
I have never programmed in ASP, but I've read that the framework is constructed around templates, called "master pages".
I could not say where to find them nor how to modify them; despite that I suspect that visual studio (MS .net code editor) will be the way to go.
__________________
Only a biker knows why a dog sticks his head out the window.
|