up vote 2 down vote favorite
share [g+] share [fb]

Unfortunately I lack admin rights on my machine at work. This makes me wonder, what limitations are there when doing development in Visual Studio 2008 Professional Edition? I believe one of these limitations may be in not being able to write to the file system?

What else applies? Can I write to "My Documents" (using XP Pro)?

Thanks

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

For most day to day operations, running Visual Studio as a non-administrative user prevents no problems. I run it as a limited user on pretty much all of my machines are rarely encounter an issue with doing so.

That being said there are a couple of limitations

  • Can run certain types of profile operations as a limited user
  • Certain remote debugging scenarios require admin priviledges
  • In a default configuration, deploying to local IIS installations in II6 requires admin privs
link|improve this answer
Thanks for the answer. – user186767 Oct 8 '09 at 21:59
feedback

The only thing that I know is not possible without admin permissions is to have a Web APplication Project that has the "Use IIS" setting set to true under the web options.

link|improve this answer
It is possible to work around this limitation. blogs.msdn.com/jaredpar/archive/2005/02/04/367137.aspx – JaredPar Oct 8 '09 at 21:38
feedback

Your Answer

 
or
required, but never shown