ASP File Not Processing
Written by Eric Smith, Northstar Computer Systems LLC
A common problem encountered by new developers is not running their ASP pages through the web server. Depending on how the machine is configured, putting an ASP page in the URL box in the web browser can cause the browser to open the file locally. The key is to make sure that the URL always has 'http://' in the front of it. If you see a drive letter as the start of the URL, you're not viewing the page through the web server – you're looking at a local copy of the file.
Keywords: [
ASP Architecture
|
Errors
]
Publication Date: 10/1/2000, Last Update: 2/13/2010
|