Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

asp pages

Status
Not open for further replies.

2cxc

Programmer
Aug 29, 2003
245
CA
for some reason, and i'm new to iis and web servers, but the asp pages won't display unless i enable asp.net, is this how it should be? can i view asp page w/o installing the component?
 
ASP is a server-side scripting resource. If the server cannot parse the script, then it cannot properly display the page, as it will not have output from the script to display.

In short, you need the ASP component support.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top