I'm looking through my Solution Explorer at the Web.config file, and I right-click and see the options Open, Open With, and View in Browser.
Out of curiosity, I try "View in Browser" and eventually get the following:
Server Error in '/ServiceTwoSources' Application...
I can write a client that references multiple web services. (At least I assume I can, I haven't actually written that particular program.)
However, I have not been able to write a web service that does the same thing. Whenever I try, the IDE throws a compile time error (I'm using C#), fails...
I can get a .Net web service to serve a single Crystal report. I have not yet been able to get one to serve multiple reports. Is this a limitation of the Microsoft/Crystal interface or of my programming creativity?
Limiting a web service to a single report appears to restrict me to a 2-tier...
I have a comparison report using the Microsoft Text driver; I run extraction reports from two different databases exporting the results to a text file, then run the comparison report to find out where I have discrepancies between the two.
I can do all of this in my local workstation just fine...
Be aware that you cannot mix ASP and CSP pages and expect the ASP features (variables, scope, etcetera) to be handled properly.
CSP pages execute in a different memory space than ASP pages do, so you effectively have two parallel and non-communicating ASP sessions.
The solution is to make all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.