where does the system.servicemodel section go?
Within the Configuration section: xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?> <configuration> <system.serviceModel> </system.serviceModel> </configuration>
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
Within the Configuration section: xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?> <configuration> <system.serviceModel> </system.serviceModel> </configuration>
You just need to add it within the Configuration tag, at the same level System.web is. <?xml version=”1.0″ encoding=”utf-8″ ?> <configuration> </configuration>
A question on many development projects that use a database is how to share that database with the entire development team and keep up a centralized, version controlled version of the schema which can...
My current problem is that I recently got a new VM from a data center and I need to run it on my machine. However, Windows comes up with the bsod (blue screen of death) with a...
You can find the details on apple’s website at: support page on deauthorization. In essence, you go into iTunes, login into your account via the iTunes store. Once in you can select the “view account”...
So a friend from work kept complaining that once he ‘restored’ the windows from full screen to window mode it was impossible to go back to full screen even if you ‘maximized’ the screen. I obviously...