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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why can't I display csp in a browser?

Status
Not open for further replies.

UNCTarheels

Programmer
Feb 5, 2002
48
0
0
US
I loaded the tutorial sample files onto my apache server. When I type in the domain name/csp filename, (ex Logon.csp), the file cannot be find (404 error). However, as soon as I change the extension to asp, it finds it.

The next problem is that the command, APS = Request.ServerVariables("WCS_NAME_SERVER"), is not being resolved and generating an error.

I have been able to create a hyperlink on a webpage and display a report, but I want to imbed everything into either asp or csp. Have I missed something? A little bit you, a little bit me. [hippie]
 
Since you CAN get a report to display, that tells me that the .rpt extension is registered properly. You need to register the other extensions the same way. The extensions to register are: .csp .cri .cwr .shtx
 
How do you do that? A little bit you, a little bit me. [hippie]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top