Are you sure that it's (Integrated Windows Authentication) checked for all
folders/subfolders....
the easiest way is to check it at the root level and IIS management will ask
if you want it to apply to subfolders...
If it's checked already uncheck it hit apply then check it and hit apply.
George.
> I've been having a problem debugging an ASP.NET 1.1 application on an
> existing Windows XP/Visual Studio 2003 workstation that I've inherited
[quoted text clipped - 14 lines]
> ideas of what can cause this error, besides that checkbox being left
> empty?
benoitc@gmail.com - 12 Feb 2008 21:55 GMT
Thanks for the quick reply. I've unchecked the box, applied the
changes to all subfolders, then checked it again and applied to all
subfolders, and the error is still appearing: Error When Trying to Run
Project:Unable to Start Debugging on the Web Server. Debugging failed
because integrated Windows authentication is not enabled.
Thank you for the suggestion though. Any other ideas?
> Are you sure that it's (Integrated Windows Authentication) checked for all
> folders/subfolders....
[quoted text clipped - 26 lines]
> > ideas of what can cause this error, besides that checkbox being left
> > empty?
George Ter-Saakov - 12 Feb 2008 22:09 GMT
Well, try to uncheck Anonymous so only Integrated is checked there.
Other than that try to Google this error cause I am out of suggestions....
PS: Is you project running without debugging? If you simply open it in the
browser?
George.
> Thanks for the quick reply. I've unchecked the box, applied the
> changes to all subfolders, then checked it again and applied to all
[quoted text clipped - 36 lines]
>> > ideas of what can cause this error, besides that checkbox being left
>> > empty?
George Ter-Saakov - 12 Feb 2008 22:11 GMT
Another suggestion....
Make sure that you have ASP.NET 1.1 version set for this application and not
2.0
It's in the IIS Management console (additional tab and it's there only if
you have ASP.NET 2.0 installed)
George.
> Thanks for the quick reply. I've unchecked the box, applied the
> changes to all subfolders, then checked it again and applied to all
[quoted text clipped - 36 lines]
>> > ideas of what can cause this error, besides that checkbox being left
>> > empty?
benoitc@gmail.com - 12 Feb 2008 22:34 GMT
Thanks again for suggestions, but it is set to the correct ASP.NET
version. The project runs perfectly well if you simply open it in the
browser.
> Another suggestion....
> Make sure that you have ASP.NET 1.1 version set for this application and not
[quoted text clipped - 49 lines]
> >> > ideas of what can cause this error, besides that checkbox being left
> >> > empty?
Peter Bromberg [C# MVP] - 13 Feb 2008 01:15 GMT
Open up the .csproj / .vbproj file in Notepad.exe and look at the url that
is specified for the project. It may be wrong.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
> Thanks again for suggestions, but it is set to the correct ASP.NET
> version. The project runs perfectly well if you simply open it in the
[quoted text clipped - 53 lines]
> > >> > ideas of what can cause this error, besides that checkbox being left
> > >> > empty?
benoitc@gmail.com - 13 Feb 2008 15:33 GMT
Another good idea, but the information in the CSPROJ file looks
correct. I appreciate all the suggestions though, anybody else have
any ideas?
On Feb 12, 8:15 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.com> wrote:
> Open up the .csproj / .vbproj file in Notepad.exe and look at the url that
> is specified for the project. It may be wrong.
[quoted text clipped - 61 lines]
> > > >> > ideas of what can cause this error, besides that checkbox being left
> > > >> > empty?
if you have an impersonation account in the web config, it must be a local
admin and added to the debuggers users group.
you can also try disabling anonymous.
-- bruce (sqlwork.com)
> I've been having a problem debugging an ASP.NET 1.1 application on an
> existing Windows XP/Visual Studio 2003 workstation that I've inherited
[quoted text clipped - 14 lines]
> ideas of what can cause this error, besides that checkbox being left
> empty?
benoitc@gmail.com - 13 Feb 2008 21:15 GMT
Haha I wish one of these times I could reply with better news. The
web.config doesn't use impersonation, the user is a member of the
debugger's group, and the problem persists whether or not anonymous
access is checked. You can see why this is such an annoying problem.
I hope the answer doesn't turn out to be anything too ridiculous. Any
other ideas would be greatly appreciated.
On Feb 13, 12:12 pm, bruce barker
<brucebar...@discussions.microsoft.com> wrote:
> if you have an impersonation account in the web config, it must be a local
> admin and added to the debuggers users group.
[quoted text clipped - 22 lines]
> > ideas of what can cause this error, besides that checkbox being left
> > empty?
benoitc@gmail.com - 13 Feb 2008 21:32 GMT
Haha I wish one of these times I could reply with better news. The
web.config doesn't use impersonation, the user is a member of the
debugger's group, and the problem persists whether or not anonymous
access is checked. You can see why this is such an annoying problem.
I hope the answer doesn't turn out to be anything too ridiculous. Any
other ideas would be greatly appreciated.
On Feb 13, 12:12 pm, bruce barker
<brucebar...@discussions.microsoft.com> wrote:
> if you have an impersonation account in the web config, it must be a local
> admin and added to the debuggers users group.
[quoted text clipped - 22 lines]
> > ideas of what can cause this error, besides that checkbox being left
> > empty?
benoitc@gmail.com - 13 Feb 2008 21:58 GMT
Haha I wish one of these times I could reply with better news. The
web.config doesn't use impersonation, the user is a member of the
debugger's group, and the problem persists whether or not anonymous
access is checked. You can see why this is such an annoying problem.
I hope the answer doesn't turn out to be anything too ridiculous. Any
other ideas would be greatly appreciated.
On Feb 13, 12:12 pm, bruce barker
<brucebar...@discussions.microsoft.com> wrote:
> if you have an impersonation account in the web config, it must be a local
> admin and added to the debuggers users group.
[quoted text clipped - 22 lines]
> > ideas of what can cause this error, besides that checkbox being left
> > empty?