Click here to Skip to main content
15,892,005 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Generated over 5.5 Billion random numbers, but no 0. Pin
raddevus29-Apr-20 10:53
mvaraddevus29-Apr-20 10:53 
GeneralRe: Generated over 5.5 Billion random numbers, but no 0. Pin
ElectronProgrammer29-Apr-20 12:17
ElectronProgrammer29-Apr-20 12:17 
GeneralCryptic Error Time: Favorite Part of Your Day Pin
raddevus6-Apr-20 9:57
mvaraddevus6-Apr-20 9:57 
GeneralRe: Cryptic Error Time: Favorite Part of Your Day Pin
Greg Utas6-Apr-20 10:08
professionalGreg Utas6-Apr-20 10:08 
GeneralRe: Cryptic Error Time: Favorite Part of Your Day Pin
raddevus6-Apr-20 10:09
mvaraddevus6-Apr-20 10:09 
GeneralRe: Cryptic Error Time: Favorite Part of Your Day Pin
Slow Eddie8-Apr-20 2:56
professionalSlow Eddie8-Apr-20 2:56 
GeneralRe: Cryptic Error Time: Favorite Part of Your Day Pin
Richard Deeming7-Apr-20 1:03
mveRichard Deeming7-Apr-20 1:03 
GeneralRe: Cryptic Error Time: Favorite Part of Your Day Pin
raddevus7-Apr-20 2:21
mvaraddevus7-Apr-20 2:21 
Thanks for the additional info. I had also found this somewhat cryptic text which kind of explains this item:

User Profile

IIS doesn't load the Windows user profile, but certain applications might take advantage of it anyway to store temporary data. SQL Express is an example of an application that does this. However, a user profile has to be created to store temporary data in either the profile directory or in the registry hive. The user profile for the Network Service account was created by the system and was always available. However, with the switch to unique Application Pool identities, no user profile is created by the system. Only the standard application pools (DefaultAppPool and Classic .NET AppPool) have user profiles on disk. No user profile is created if the Administrator creates a new application pool.

However, if you want, you can configure IIS application pools to load the user profile by setting the LoadUserProfile attribute to "true".

GeneralGriff and 10gb update Pin
Afzaal Ahmad Zeeshan29-Mar-20 12:22
professionalAfzaal Ahmad Zeeshan29-Mar-20 12:22 
GeneralRe: Griff and 10gb update Pin
Super Lloyd29-Mar-20 12:58
Super Lloyd29-Mar-20 12:58 
GeneralRe: Griff and 10gb update Pin
Afzaal Ahmad Zeeshan29-Mar-20 21:51
professionalAfzaal Ahmad Zeeshan29-Mar-20 21:51 
GeneralRe: Griff and 10gb update Pin
OriginalGriff29-Mar-20 22:36
mveOriginalGriff29-Mar-20 22:36 
RantWhen Poor Design Gets Baked Into a File Format Pin
Kevin Li (Li, Ken-un)29-Mar-20 6:30
Kevin Li (Li, Ken-un)29-Mar-20 6:30 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
phil.o29-Mar-20 6:45
professionalphil.o29-Mar-20 6:45 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
Super Lloyd29-Mar-20 13:48
Super Lloyd29-Mar-20 13:48 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
honey the codewitch29-Mar-20 7:28
mvahoney the codewitch29-Mar-20 7:28 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
Greg Utas29-Mar-20 8:24
professionalGreg Utas29-Mar-20 8:24 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
honey the codewitch29-Mar-20 9:24
mvahoney the codewitch29-Mar-20 9:24 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
Greg Utas29-Mar-20 9:40
professionalGreg Utas29-Mar-20 9:40 
GeneralRe: When Poor Design Gets Baked Into a File Format PinPopular
kalberts29-Mar-20 12:07
kalberts29-Mar-20 12:07 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
Eddy Vluggen2-Apr-20 23:46
professionalEddy Vluggen2-Apr-20 23:46 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
Super Lloyd29-Mar-20 16:51
Super Lloyd29-Mar-20 16:51 
GeneralRe: When Poor Design Gets Baked Into a File Format Pin
Kevin Li (Li, Ken-un)30-Mar-20 10:49
Kevin Li (Li, Ken-un)30-Mar-20 10:49 
Rant.Net core 3.0 breaking changes Pin
Bohdan Stupak27-Mar-20 6:44
professionalBohdan Stupak27-Mar-20 6:44 
GeneralRe: .Net core 3.0 breaking changes Pin
Marc Clifton27-Mar-20 8:19
mvaMarc Clifton27-Mar-20 8:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.