Hello John,
Welcome to the MSDN newsgroup.
From your description, I understand you're developing some .net based
applications on a restricted shared machine. You used to develop
applications under a local admin account on that machine and it works well.
However, when you try developing some web application, it fails, correct?
If there is anything I misunderstand, please feel free to post here.
As for developing .net application through Visual Studio, generally
speaking, we can perform basic development tasks under a non-admin account.
And that account should be granted some basic permissions, such as the "Vs
Developers" group or "Debugger Users" group.
For web application development, do you mean the ASP.NET web application
development? If so, Visual Studio(include VB.NET 2005) include two ASP.NET
web application development model, through IIS(also supported in vs 2003)
or through the Test WebServer shipped with .net framework 2.0. So are you
developing the web applciation through IIS or the test webserver(file
system based web project)? Based on my experience, most people will
encounter some permission issue when try debugging an ASP.NET application
under a non-admin account, this is because a .net application running under
a certain account(suppose it is userA) can only be debugged by that very
account(userA) rather than any other accounts. And by default ASP.NET
hosted in IIS is running under IIS process account(different from our logon
user account), that'll cause some problems in such scenario.
Here is a good MSDN article which introduces some common permission issue
and best practice on developing in Visual Studio IDE under non-Admin
account:
#Developing Software in Visual Studio .NET with Non-Administrative
Privileges
http://msdn.microsoft.com/library/en-us/dv_vstechart/html/tchdevelopingsoftw
areinvisualstudionetwithnon-administrativeprivileges.asp?frame=true
In addition, if your problem is a particular case, would you provide some
decent error info when you encountering the issue?
Hope this helps some.
Regards,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)