Click here to Skip to main content
15,900,384 members

Comments by deepthakannan (Top 8 by date)

deepthakannan 5-Aug-11 10:42am View    
If I create a controller script on the fly, I have to call Process.Start(createdonthefly.ps1) for every controller script I create. We'll lose sessions if we do this
deepthakannan 5-Aug-11 10:38am View    
This is how we are executing them now. We would like to have more control over the scripts. For example, I would like to run script5 after running script3 skipping script4.
deepthakannan 28-Jul-11 9:38am View    
Ok...I can see the changes in the exename.config file when the application is up and running. Once I close the application, the file reverts back to its previous state. I want to save the changes I made using the application permanently. Is there a way to do it?
deepthakannan 27-Jul-11 9:55am View    
Deleted
For example, I added a key-value pair(<add key="Path" value="C:\Auto">) under App-settings. If I change the value using the function above, I don't see the changes in the file
deepthakannan 27-Jul-11 9:49am View    
Everything is in the Output folder (debug/bin). If I open my app.config, or my project name.config file in VS2010, I don't see the changes I made using this function.