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

Whats the best IDE to Develop CSP

Status
Not open for further replies.
Feb 16, 2005
10
GB
Hi to all forum members,

I have been set the task to cusomtize CE10 for some dynamic parameters. I know a little ASP and very good with VB.

I have just installed InterDev (Visual Studio 6) and i am on a Server 2003 with IIS 6 and I have a stack of ASP books in one hand and the SDK manual in the other.

I found from previous experience that I need to debug code as I write and test (my typos cost time), this is a typical IDE interface. ASP debugging is ready to go.

My problem is is I add files in as csp to my project and Interdev refuses to step or break, if I rename it to asp I can debug it; however, the calls to CE do not function.

I am using the tutorial test code and I cant debug it named .csp.

Do any of you CE developers use InterDev to write & debug? If not what would you suggest for a development environment?

Do you know why the CE functions will not work if the file is named csp?

eg: APS = Request.ServerVariables("WCS_NAME_SERVER")

As you can see I need some guideness on this so any suggestions would be great!

Many thanks

Paul
 
Sorry to reply to myself, but it turns that my dam tutorial samples are from CE8.5 not 10! that will explain why when I renamed the file to asp I could not work out why it failed to return the server name.... oh look.... the moon....

Have a laugh on me

Thanks again

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top