Hi, guys, how are you?
A few days ago I was using Visual Studio and a friend of mine showed me an app he was creating.
While the app was not ready yet, he wouldn't needed to deploy to IIS. Only when the app was done then he would published it.
I wonder if there's a way to work like that in Powerbuilder .NET.
The developers here complain a lot about having to deploy everytime they make any simple change in the code.
They waste a lot of time to do it.
I know there's an option while creating a new WCF project called Self-host, I guess, but this option is only available when creating the project.
After that we don't have how to switch between both options ( IIS and Self-host ).
Anyway I didn't understand this option very clearly.
Do you know any other option to do it?
Thank you.