I've been trying to get the downloaded code to work on a webserver located on our network, not on my local machine. It is company policy not to run webservers on our local machines. I'm also using VS.Net 2003 rather than ver 1.0 and so far I have been unsuccessful (after 1+ week) getting it to work in our environment. The webserver is not on the same domain, so I need to use FPSE to access it rather than file access mode. I am using the C# version of the book/code, so I'm not sure if the instructions that make reference to
VB in directory names. etc. is appropriate in this case. Can anyone tell me if it is possible to run this thing on a remote web server, and if so, what modifications do I need to make to the code? When building the solution I get errors like "C:\stuff\VSWebCache\<remote machine name>\ThePhile\AdDetail.aspx.cs(12): The type or namespace name 'AdsManager' does not exist in the class or namespace 'Wrox.WebModules' (are you missing an assembly reference?)", et. al.. Thanks.
Regards,
Jerry