Welcome to Geekdojo Sign in | Join | Help

December 2003 - Posts

Just thought I would drop a little line wishing you and yours a very merry Christmas! I also would like to say I'm sorry for not updating regularly, but now that Christmas is almost over I think I should have some free time on my hands again. Enjoy Read More
0 Comments
Filed Under:
So, I've been trying to get my stupid ASP.NET app to create a couple folders out on the network.  That would sound easy enough, but apparently Microsoft decided that was a security risk.  So I need to use Impersonation.  Okay, well I tried that but apparently Read More
8 Comments
Filed Under:
Eight.  Wow.  Another one joins the Geekdojo.  (Actually he joined yesterday, but who's counting?) I'd like to welcome Adam Field to site.  I'm sure he will be bringing vast amounts of knowledge to share.  (And being a technical writer I'm hoping he Read More
1 Comments
Filed Under:
So the post I made yesterday about impersonation doesn't work.  Well, let me clarify that.  It doesn't work for accessing network resources.  Impersonation only lets you access resources local to the web server (as far as I can tell, more research is Read More
2 Comments
Filed Under:
In a ASP.NET application I'm working on, we use NT Authentication but we don't use full blown Impersonation.  This has been fine until I needed to write some files out to some directories on the network.  Not wanting to open up the network permissions Read More
1 Comments
Filed Under:
Why does VS.NET allow me to start debugging something when none of my code is compiled in Debug mode? Huh?  I can't debug.  It knows I can't since it compiled the darn code for me.  It knows I have no debugging symbols anywhere. Also, why does Visual Read More