473,378 Members | 1,377 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,378 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!
Jul 21 '05 #1
3 1879
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!

Jul 21 '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!


Jul 21 '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!



Jul 21 '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...
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...
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: 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.
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.