Re: :D
Yes, to run ASP pages on your PC, your machine needs to be configured to be a local server, which sometimes isn't the simplest thing in the world to achieve. ASP is used in conjunction with VB or JavaScript or C and is simply code that generates HTML, so you will never see any ASP in a web page when you surf the web - all the conversion has already been done. IIS is the most common web server but there are many others. I use Web Matrix server on XP Home with ASP.NET - all free from Microsoft.
Actually, the more I read your question the more I'm not sure if this is what you were meaning. If you just mean that you're referencing the ASP files from within local Script tags and it doesn't work, then there's something wrong. This should always work if (a) you're connected to the net and (b) if your script settings in IE6 (Internet options / security tab / custom level...) are all set to "enabled" (bottom of the scrolly page)
|