blah blah blah is here! blah blah » Close

0
votes
0 answers

How to register MIME types and file extensions to IIS?

We have a web service, for which to work a particular file extension (.jdf) needs to be registered under MIME types in IIS. Usually what we do is after installing the service (by executing setup file) we go to the particular entry under &qu ...

0
votes
1 answers

Settings in C# not working

Hi, I have a lot of settings in the Settings.settings file in C#, but when I use a Colour setting and set it to User (instead of Application), then my program ignores any changes, and always uses the last value from when it was set to ap ...

Feedback