Community Page
- HuddledMasses.org/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for the plugins Jaykul! I'm using them on my website which I just migrated from textpattern to wordpress and they are working great... There is just one little problem I am having... It...
- I was able to download the wmv-hd and the powerpoint ones. I gathered info from www.microsoftpdc.com but it seems some formats are not available yet.
- Were you able to get anything aside from wmv to work, Joel?
- Hey Jaykul, I've got some experience with this that I'm happy to share. I've used a Tivo (and hacked it to add a larger hard drive), a Comcast DVR, a Windows XP Media Center with an...
- Hey Joel, Ars Technica is also live tweeting the keynotes here: http://twitter.com/arspdc
Huddled Masses
Joel Bennett's development blog...
The hard drive in my development box died last week, and although I’ll spare you the story of the replacement process, I thought it might be interesting to document the process of rebuilding my dev box, and provide color commentary while I’m at it.
I ... Continue reading »
I ... Continue reading »
1 year ago
I've got to say no to "Add my domain account as an administrator."
On both XP and Vista for the last two years we have had a basic domain account called "LocalAdmin" added as a local administrator to all dev workstations. We use this to install stuff. Otherwise, our personal domain accounts are just boring users (not even Power Users).
Visual Studio, SQL Server, web development and all the usual stuff works fine as non-admin.
Regards,
1 year ago
<notextile></notextile>
If you look at "this list of known issues":http://msdn2.microsoft.com/en-us/vstudio/aa972193.aspx which *only* apply to those using Visual Studio 2005 on Vista _without_ being an administrator, I find that several of those affect me. Just the process of "debugging web apps in IE":http://msdn2.microsoft.com/en-us/vstudio/aa972193.aspx#question16 is quite simply unacceptable, even leaving aside all the other problems, like the fact that _no_ profilers will work without being elevated, and you can't even browse web services on your own machine, and the managed code SDK debugger fails or hangs when a user changes options without elevated administrator permissions...
Honestly, you'd have to be logging in as that administrative user each time you wanted to test an installer, or shut off or turn on the local SQL Server (which I don't leave running all the time).