Replace http response at runtime
Remote debug of a Silverlight application may be difficult or -in most cases- impossible if you made edits to the code between last release and debug time.
In my case I've been told to fix a bug in a remote context where xap are stored in a folder I cannot access directly. This is a problem mainly beucase I cannot even access the DB where I have the original data to test.
I found an useful plugin for Firefox: PourBico (https://addons.mozilla.org/it/firefox/addon/pourbico/)
Use it's pretty simple: place the url
This plugin allowed me to change the xap at runtime with the lastest available. It will work with every http request/response.
#Donatella #Magda
In my case I've been told to fix a bug in a remote context where xap are stored in a folder I cannot access directly. This is a problem mainly beucase I cannot even access the DB where I have the original data to test.
I found an useful plugin for Firefox: PourBico (https://addons.mozilla.org/it/firefox/addon/pourbico/)
Use it's pretty simple: place the url
This plugin allowed me to change the xap at runtime with the lastest available. It will work with every http request/response.
#Donatella #Magda
Commenti
Posta un commento