help a newbie?

help a newbie?

Old forum URL: forums.lhotka.net/forums/t/4430.aspx


ebrady posted on Wednesday, February 27, 2008

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 :)

JoeFallon1 replied on Thursday, February 28, 2008

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

 

ebrady replied on Thursday, February 28, 2008

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