- Armatik
- |
- Exalted Legendary Member
Posted by: Hysterical Joker / The Jester
For the record, i'd piss my self silly if there was an Armatik action figure.
"Lazy -zapp!-, what the hell are you doing playing with me? Get to work lazy ass."
http://www.GamesInAction.com
Posted by: evilcam
I can see the ASPX when I want to. But I didn't see any in the glitch pages. ASP is so complicated, but it makes a nice dynamic page, I have to admit.
You don't see the server side scripting part of the ASP.NET pages, only what it outputs.
You see, with server side programming such as ASP, ASP.NET, C#, and PHP, it gets the script or code from the file, it reads it line for line, and then the server send it to your browser as plain HTML. This isn't HTML when it first goes through or you'd always see the same exact thing everytime. So unless you've got access to the server files without using your browser, you can't really see the actual code that runs the site whenever you want to, all you see is the HTML code that it outputs.
Ronaldinho you, thought you were the only programming geek here did ya?