Mark Brown

Hmm...

<July 2008>
SuMoTuWeThFrSa
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789


Navigation

Work Links

Subscriptions

Post Categories

Article Categories



Rants (RSS)

Rants
VeriSign Advertising
This morning I misspelled a domain name in IE and a VeriSign advertising page came up. This Slashdot post explains why this is happening.

posted Tuesday, September 16, 2003 10:07 AM by MarkBrown with 3 Comments

MS Passport

I couldn't agree more with Steve Smith's rant on MS Passport. I like the idea of single sign-on support but at 12k per year it's impossible to justify. I think my customers would prefer me to spend an additional 12k per year on product enhancements that outweigh the advantages of the Passport service. If I'm not mistaken, Microsoft gains a tremendous amount of marketing information from users who use the Passport service. Couldn't the price tag for this kind of information offset the yearly cost of the service?

posted Friday, July 25, 2003 10:43 AM by MarkBrown with 0 Comments

A difference between VS2003 and VS2002

When building a project in VS2003 the contents of the bin directory are cleaned out before the compile. This behavior is different then VS2002.

A google search found this:

"Microsoft claims that it now works as intended so I guess there was a bug in VS 2002. What you have to do is add a config file to your project and leave the name as App.config. During the build it clears the bin directory and then creates a copy of App.config called  xXX.config.exe in the bin folder."

This sucks! I don't want my config file overwritten every time I build the project. My local config file contains path names and connection strings that are specific to my development environment. This makes it difficult to work in a multi-developer environment where every developer has different config settings and the project can contain only one App.config file. There must be a solution to this.

Update: I should mention that I have several configuration sections in my config file so the standard user.config method of overriding the config file is probably not the best approach for me.

posted Tuesday, July 08, 2003 3:13 PM by MarkBrown with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems