Visual Basic.Net Permission

  • Thread starter Thread starter A P
  • Start date Start date
A

A P

Hi!

I am planning to deploy MS Visual Basic .NET 2003 to my developers but I
want to control them by not giving them an administrative permission to
their computer. For now, I am currently using user account with
Administrative priviledge but if I will allow user to work on to their
computer using a domain user account, will there be any problems with that
like assigning their user in debugging user? Hope you might help.

Me
 
AP,

You would have to create a complete environment, including test parts.
As well do you have to set every DLL they have to use reachable.
As well do you need special actions when you use Webapplications.
As well do you need to do special actions when you use ports.
etc etc etc etc

In other words, it is completly depending from what the development will be.

I don't think that there is a standard template for that, because you can
with VisualStudioNet almost develop everything.

Just my thought,

Cor
 
AP,

You have to do it yourself, however that depends where the IIS is located.
When the developpers have a Professional OS, than I would prefer on there
computers. Than those directorys need permission for that develloper and for
the ASPNET and the IIS clients accoording what is placed in the virtual
directories and how it is used.

However this is an admin job and not really an easy one.

Cor
 
A P said:
I am planning to deploy MS Visual Basic .NET 2003 to my developers but I
want to control them by not giving them an administrative permission to
their computer. For now, I am currently using user account with
Administrative priviledge but if I will allow user to work on to their
computer using a domain user account, will there be any problems with that
like assigning their user in debugging user? Hope you might help.

I suggest to give them administrator privileges, otherwise you are building
up wattles which make work harder.
 
Back
Top