RE: Anybody seen this error?
From: Jim Cheshire [MSFT] (jamesche_at_online.microsoft.com)
Date: 11/05/04
- Next message: Alex: "Re: Dynamic control and onClick event Server-side"
- Previous message: Kevin Spencer: "Re: Web Clients, the role of ASP.NET and the Future of Web Development and Web Standards"
- In reply to: ~~~ .NET Ed ~~~: "Anybody seen this error?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 05 Nov 2004 22:19:25 GMT
Hi NoSpam,
This error is caused when the IIS common files fail when making ADSI calls
against the remote box. In your case, it's probably because your limited
account doesn't have the correct access to the IIS metabase.
The solution is that when you are trying to remotely debug, you need to be
an admin.
Jim Cheshire [MSFT]
MCP+I, MCSE, MCSD, MCDBA
ASP.NET Developer Support
jamesche@online.microsoft.com
This post is provided "AS-IS" with no warranties and confers no rights.
--------------------
| From: "~~~ .NET Ed ~~~" <tiredofspam@abolishspam.now>
| Subject: Anybody seen this error?
| Date: Wed, 3 Nov 2004 03:40:23 +0100
| Lines: 47
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <On9t95UwEHA.2196@TK2MSFTNGP14.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: c529c1e5f.cable.wanadoo.nl 82.156.30.95
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14
.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.framework.aspnet:273186
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I tried to create an ASP.NET web project on my machine and this is what I
| did:
|
| System: WinXP Professional SP1
| FS: NTFS
| Visual Studio .NET 2003
| Framework 1.1
| IIS Installed
|
| 1. I (Developer) have account "Develop" which is what I use all the time
for
| development, browsing internet, etc..
| This is a Limited Account.
| 2. I (Admin) have a separate administrative account with all rights.
| 3. Logged in as Admin I created a folder in the project in question and
| using the Sharing tab made it a Web Share named MyComponents as alias.
| 4. Back to the Developer account I proceeded to create the Web project
| within VS.NET
|
| Then I got a dialog with an error like this several times (some variations
| of the message):
|
| "Unable to set the permissions on the 'bin' folder to restrict browse
| access.
| Active Directory Services cannot find the web server. A possible cause for
| this
| is an incompatibility between versions of Internet Information Services
| (IIS)
| on the client and the server. The usual cause for this error is creating
Web
| Projects on a Windows 2000 or newer server from a Winodws NT 4.0 client.
| You can manually restrict browse access to this folder using the IS
Manager"
|
| But then to begin with:
| a) Cannot find web server? and yet I can point my own IE to the URL on MY
| localserver where
| the project is being created?
| b) Incompatibility problems? BS, I am running only one IIS, it is on THIS
| same machine so
| client and server have the same (same machine)
| c) This is not W2K nor WNT4, it is WinXP Professional
|
| It appears that the most straightforward way to work with this is to have
| Admin rights and open yourself
| to the evils of internet... I cannot even debug my own ASP.NET projects.
|
| Any ideas?
|
|
|
- Next message: Alex: "Re: Dynamic control and onClick event Server-side"
- Previous message: Kevin Spencer: "Re: Web Clients, the role of ASP.NET and the Future of Web Development and Web Standards"
- In reply to: ~~~ .NET Ed ~~~: "Anybody seen this error?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|