473,400 Members | 2,145 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,400 software developers and data experts.

VS Develper (non Admin) missing IIS MMC Management

Hi,

I am trying to set up VS Developer users with non-administrator rights
debug ASP (3) in VB.Net, and of course manage IIS MMC. This has
succeeeded on 3 machines, including my own - but since then it hasnt
been able to work, with seemingly exactly the same install & debug
setup. All machines are Windows 2000 with IIS 5.0.

My main 2 problems are:
1. the user cannot see the web site properties in MMC.
2. I get all of the errors from this kb article
http://support.microsoft.com/default...b;EN-US;320451
(but tried the resolution and it's not it)

I have tried re-installing IIS, VB.Net & ASP.Net 1.1 (in that order),
doing the usual permission stuff (adding the user to debugger & vs
developer group, file permissions on inetpub and temp asp.net files,
etc etc). Frontpage is installed (this shouldnt matter as it is a
local box not remote debugging). And I've tried aspnet_regiis.exe
reg'ing aspnet_isapi.dll). I've tried everything!

This is an absolute pain as we are all still developing in ASP 3 and
moving forward has taken 18 months sofar and got nowhere - any ideas
would be great!
Nov 18 '05 #1
3 1217
Windows 2000
Easy: Log in as admin and add their accounts to the Operators tab.

Windows XP
Create a stub to run as admin, as the operators tab is gone.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Andrew Clancy" <us****@achren.org> wrote in message
news:dd**************************@posting.google.c om...
Hi,

I am trying to set up VS Developer users with non-administrator rights
debug ASP (3) in VB.Net, and of course manage IIS MMC. This has
succeeeded on 3 machines, including my own - but since then it hasnt
been able to work, with seemingly exactly the same install & debug
setup. All machines are Windows 2000 with IIS 5.0.

My main 2 problems are:
1. the user cannot see the web site properties in MMC.
2. I get all of the errors from this kb article
http://support.microsoft.com/default...b;EN-US;320451
(but tried the resolution and it's not it)

I have tried re-installing IIS, VB.Net & ASP.Net 1.1 (in that order),
doing the usual permission stuff (adding the user to debugger & vs
developer group, file permissions on inetpub and temp asp.net files,
etc etc). Frontpage is installed (this shouldnt matter as it is a
local box not remote debugging). And I've tried aspnet_regiis.exe
reg'ing aspnet_isapi.dll). I've tried everything!

This is an absolute pain as we are all still developing in ASP 3 and
moving forward has taken 18 months sofar and got nowhere - any ideas
would be great!

Nov 18 '05 #2
Thanks Greg - but I dont have the operators tab in windows 2000 pro for some
reason?
Is there a group policy I can apply that achieves the same?

Does this solve my .Net project creation problems too?

Thanks,
Andy

"Cowboy (Gregory A. Beamer) [MVP]" <No************@comcast.netNoSpamM> wrote
in message news:e0**************@tk2msftngp13.phx.gbl...
Windows 2000
Easy: Log in as admin and add their accounts to the Operators tab.

Windows XP
Create a stub to run as admin, as the operators tab is gone.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Andrew Clancy" <us****@achren.org> wrote in message
news:dd**************************@posting.google.c om...
Hi,

I am trying to set up VS Developer users with non-administrator rights
debug ASP (3) in VB.Net, and of course manage IIS MMC. This has
succeeeded on 3 machines, including my own - but since then it hasnt
been able to work, with seemingly exactly the same install & debug
setup. All machines are Windows 2000 with IIS 5.0.

My main 2 problems are:
1. the user cannot see the web site properties in MMC.
2. I get all of the errors from this kb article
http://support.microsoft.com/default...b;EN-US;320451
(but tried the resolution and it's not it)

I have tried re-installing IIS, VB.Net & ASP.Net 1.1 (in that order),
doing the usual permission stuff (adding the user to debugger & vs
developer group, file permissions on inetpub and temp asp.net files,
etc etc). Frontpage is installed (this shouldnt matter as it is a
local box not remote debugging). And I've tried aspnet_regiis.exe
reg'ing aspnet_isapi.dll). I've tried everything!

This is an absolute pain as we are all still developing in ASP 3 and
moving forward has taken 18 months sofar and got nowhere - any ideas
would be great!


Nov 18 '05 #3
W2k Pro and XP Pro do not have operator tab.
this is client OSes limitation of IIS.

and operator tab has been remove from IIS 6.0 as well.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/

"Andrew Clancy" <contactATachrenDOTorg> wrote in message
news:#L**************@TK2MSFTNGP12.phx.gbl...
Thanks Greg - but I dont have the operators tab in windows 2000 pro for some reason?
Is there a group policy I can apply that achieves the same?

Does this solve my .Net project creation problems too?

Thanks,
Andy

"Cowboy (Gregory A. Beamer) [MVP]" <No************@comcast.netNoSpamM> wrote in message news:e0**************@tk2msftngp13.phx.gbl...
Windows 2000
Easy: Log in as admin and add their accounts to the Operators tab.

Windows XP
Create a stub to run as admin, as the operators tab is gone.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Andrew Clancy" <us****@achren.org> wrote in message
news:dd**************************@posting.google.c om...
Hi,

I am trying to set up VS Developer users with non-administrator rights
debug ASP (3) in VB.Net, and of course manage IIS MMC. This has
succeeeded on 3 machines, including my own - but since then it hasnt
been able to work, with seemingly exactly the same install & debug
setup. All machines are Windows 2000 with IIS 5.0.

My main 2 problems are:
1. the user cannot see the web site properties in MMC.
2. I get all of the errors from this kb article
http://support.microsoft.com/default...b;EN-US;320451
(but tried the resolution and it's not it)

I have tried re-installing IIS, VB.Net & ASP.Net 1.1 (in that order),
doing the usual permission stuff (adding the user to debugger & vs
developer group, file permissions on inetpub and temp asp.net files,
etc etc). Frontpage is installed (this shouldnt matter as it is a
local box not remote debugging). And I've tried aspnet_regiis.exe
reg'ing aspnet_isapi.dll). I've tried everything!

This is an absolute pain as we are all still developing in ASP 3 and
moving forward has taken 18 months sofar and got nowhere - any ideas
would be great!



Nov 18 '05 #4

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

Similar topics

6
by: Kartic | last post by:
Hello, I downloaded the Win32 installer for Twisted 1.3.0, Python 2.3. The installer, when executed under my login, fails as it requires administrator rights to install (why they have it as a...
1
by: Printronix | last post by:
Printronix, Inc - Irvine C Full Time position. We are looking for local candidates only at this time. No third party agencies or recruiters please. Thank You Salary: Up to $90K DO STAFF WEB...
3
by: Andrew Clancy | last post by:
Hi, I am trying to set up VS Developer users with non-administrator rights debug ASP (3) in VB.Net, and of course manage IIS MMC. This has succeeeded on 3 machines, including my own - but since...
1
by: Andrew Clancy | last post by:
Hi, I'm reposting this question as no resultion as yet. Couple of updates, so re-read if you have seen before. I am trying to set up VS Developer users with non-administrator rights debug ASP...
1
by: freddy | last post by:
I have to come up with an admin cntrol panel so the staff can change ,update there website as needed. I would like to use asp to create the admin panelor if you guys can tell me of a better way...
2
by: Jéjé | last post by:
Hi, I have create some webpart controls to use in sharepoint. these webparts are in a DLL and I have a resource file for the french language. after an IISReset, if the caller is a...
11
by: AnhTai | last post by:
Hi all, I've just installed MySQL 5.0 on my sun box (runing Solaris 10, install from blastwave). This is my first time with MySQL so I don't have any exp with it. I have some troubles as: -...
4
by: martinpe | last post by:
Does anybody know a simple admin panel to use to manage little applications? I need only an user/admin basic structure. Thanks.
4
by: CAIBird | last post by:
hi, i'm writing a application that need to get the path of share folder "ADMIN$" on a remote machine. for instance, if "ADMIN$" is maped to "C:\Windows", i want to get the string "C:\Windows". ...
0
by: garks | last post by:
I am using Exchange 2003(Exchange Hosting), C#. I am trying to get Mailbox usage using WMI But I follows the coding below, still cannot get the Mailbox usage. Even though, I predefined the...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.