Please forgive my ignorance :) Not only am I new to CSLA.NET but I'm also a beginner with regard to object oriented programming and .NET.
When I run the ProjectTracker application I see all of these "ASP.NET Development server" icons in my system tray. Why do these appear? And are all of them necessary? I would have expected only one to show up based on the remote host I've chosen to use, in this case WCF. Is there something in the App.config file that I need to comment out?
Thanks in advance for your comments :)
I think the dev server connects to a random port each time you run the app.
So you can just Exit out of the one in your tray when you are done running the app.
That way they won't "build up".
Joe
Thanks for your response Joe. I just found what I was looking for. In the Project Tracker solution all of the web projects have a property "Always Start When Debugging" and this was set to True for each web project. This is apparently what was causing them to start when I fired up the project.
Well, on to the next issue :)
Thanks again.
Copyright (c) Marimer LLC