473,396 Members | 2,087 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

multiple non-administrators publishing to an iis server with VS.NE

Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.

This is to be used for training.
Jul 22 '05 #1
9 1566
Is this one project or one site with mutiple projects?
Either way though, set the permissions with NTFS on the individual folders
that the people are accessing

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"AGoodSpellr" <AG*********@discussions.microsoft.com> wrote in message
news:DD**********************************@microsof t.com...
Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each
user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.

This is to be used for training.

Jul 22 '05 #2
I should mention that the server is Windows Server 2003 Enterprise Edition
running IIS 6.

Jul 22 '05 #3
I should mention that it is running on Windows Server 2004 Enterprise Edition
with IIS 6.
Jul 22 '05 #4
I should mention that it is running on Windows Server 2003 Enterprise Edition
with IIS 6.

"AGoodSpellr" wrote:
Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.

This is to be used for training.

Jul 22 '05 #5
On Mon, 6 Dec 2004 13:59:05 -0800, "AGoodSpellr"
<AG*********@discussions.microsoft.com> wrote:
Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.


Set the proper NTFS permissions, and don't let FrontPage set
permissions to anything.

Jeff
Jul 22 '05 #6
It's one site with multiple projects. I have mit1.blah.com where I want t
host many web site developers all doing ASP.NET. (May also have a group
doing Frontpage.) I mentioned the conditions on their access above.

I've tried to create one user on the computer with full privileges, share
the wwwroot (all permissions to all users), create a folder in wwwroot, share
the folder (all permissions to all users), and create a virtual directory in
the Default Web Site to the folder (all permissions to the user making the
project). I can map the shared folder from another computer, and access
files in it via http://mit1.blah.com/username/test.htm, but every time I try
to make an ASP.NET project on the server it coughs with the "The UNC share
.... does not exist or you do not have access." error message.

I've also tried making an accessible folder that has the same name as the
project name, with no success.

Obviously missing something... any ideas?


"Curt_C [MVP]" wrote:
Is this one project or one site with mutiple projects?
Either way though, set the permissions with NTFS on the individual folders
that the people are accessing

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"AGoodSpellr" <AG*********@discussions.microsoft.com> wrote in message
news:DD**********************************@microsof t.com...
Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each
user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.

This is to be used for training.


Jul 22 '05 #7
Just noticed that Visual Studio (and hence the VS_DEVELOPER group) was never
set up on the server. Not sure if it will make a difference, but will try
installing that.
"AGoodSpellr" wrote:
It's one site with multiple projects. I have mit1.blah.com where I want t
host many web site developers all doing ASP.NET. (May also have a group
doing Frontpage.) I mentioned the conditions on their access above.

I've tried to create one user on the computer with full privileges, share
the wwwroot (all permissions to all users), create a folder in wwwroot, share
the folder (all permissions to all users), and create a virtual directory in
the Default Web Site to the folder (all permissions to the user making the
project). I can map the shared folder from another computer, and access
files in it via http://mit1.blah.com/username/test.htm, but every time I try
to make an ASP.NET project on the server it coughs with the "The UNC share
... does not exist or you do not have access." error message.

I've also tried making an accessible folder that has the same name as the
project name, with no success.

Obviously missing something... any ideas?


"Curt_C [MVP]" wrote:
Is this one project or one site with mutiple projects?
Either way though, set the permissions with NTFS on the individual folders
that the people are accessing

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"AGoodSpellr" <AG*********@discussions.microsoft.com> wrote in message
news:DD**********************************@microsof t.com...
Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each
user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.

This is to be used for training.


Jul 22 '05 #8
Alright, I've made some progress but have hit a brick wall. I have done the
following on the server:
-shared inetpub\wwwroot
-set up a user account for each user "s1user" that is a memeber of VS
Developers and Debugger Users
-created a folder "s1folder" in inetpub\wwwroot
-given s1folder full control file share permissions to s1user
-web shared s1folder with read/write/modify access

I would like to be able to use Visual Studio.NET to create a project for
s1user in s1folder - without letting s1user create a project in s2folder.

I can map the drive from the user's computer without problems using the
s1user login, but I am still getting a "UNC share ... does not exist or you
do not have access" error when making a Web Application project on the server
in Visual Studio. I'm guessing this is because Visual Studio is attempting
to map the folder as the user on the client computer rather than as s1user
(we're on different workgroups). Is there a way to force Visual Studio to
let you use a different login when it's making the project? This would be
our ideal solution.

I can't find any info on how Visual Studio makes its connections and/or what
it requires to be set up, so it's been a lot of trial and error. There's
lots on how to do it on a local machine, but I can't find anything on how to
do it client/server. If anyone has any links I'd appreciate it.

Is it necessary to use a domain server instead? This is not our ideal
solution, for other reasons, but would it work?

Thanks for any help.

"AGoodSpellr" wrote:
Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.

This is to be used for training.

Jul 22 '05 #9
I should also mention that I included s1user in the NTFS permissions with
full access on the s1folder as well as wwwroot.

"AGoodSpellr" wrote:
Is it possible to use Visual Studio to create ASP.NET projects on a web
server, without giving the various people that will be doing this full
administrator privliges? Each user will need to have independent folders
that they can modify (ie, one user cannot change the contents of another
user's folder). Access to the server must be strictly limited for each user
(preferably to just adding/removing ASP.NET projects).

Having a similar problem with Frontpage.

This is to be used for training.

Jul 22 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: jing_li | last post by:
Hi, you all, I am a newbee for php and I need your help. One of my coworker and I are both developing a webpage for our project using php. We have a copy of the same files in different location...
6
by: Rolf Wester | last post by:
Hi, I have a form with a select element with multiple="true". When using the GET method (I suppose the same happens with the POST method) I can seen that the form sends channels=CH1&channels=CH2...
66
by: Darren Dale | last post by:
Hello, def test(data): i = ? This is the line I have trouble with if i==1: return data else: return data a,b,c,d = test()
2
by: Martin Magnusson | last post by:
I have a problem with multiple definitions that I can't quite straighten out. I have a templated class defined inside a namespace, and I want to create a function in that namespace that works on...
32
by: tshad | last post by:
Can you do a search for more that one string in another string? Something like: someString.IndexOf("something1","something2","something3",0) or would you have to do something like: if...
13
by: a.zeevi | last post by:
free() multiple allocation error in C ==================================== Hi! I have written a program in C on PC with Windows 2000 in a Visual C environment. I have an error in freeing...
4
by: Matt Kruse | last post by:
While developing an internal IE6-only webapp, a discussion started about the 'best' way to apply classes to data tables across multiple pages. The two arguments were: 1. Apply a single class to...
60
by: Shawnk | last post by:
Some Sr. colleges and I have had an on going discussion relative to when and if C# will ever support 'true' multiple inheritance. Relevant to this, I wanted to query the C# community (the...
3
by: Jess | last post by:
Hello, I've been reading Effective C++ about multiple inheritance, but I still have a few questions. Can someone give me some help please? First, it is said that if virtual inheritance is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.