473,756 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.net 1.1 service pack killed remote debugging -?

Hope this is the right group, first timer -
Just got back from holiday to find our Dev Server (Standard 2003, All
hotfixes up to date) has been patched with KB 867460 (.NET Framework
1.1 Service Pack 1 (SP1)), and now when I try to debug remotely from
Visual Studio 2003 (Local PC (XP-SP2)) has this service pack as well
and on the same domain as the server) I get;

Error while trying to run Project: Unable to satrt debugging on the
web server.Error: Debugging Failed Because Integrated Windows
Authentication Is Not Enabled

I have seen a number of microsoft fixes that mention XP sp2 (I dont
think this is the problem), I have everything that may cause a problem
turned off.
Also tried the DCOM fix, mentioned in another group, by "adding
anonymous users" to server.

Any ideas, anyone else having this problem?, HELP.....

Craig Hogan
Systems Engineer
Nov 18 '05 #1
2 1378
Hi Craig,

Try enabling Integrated Windows Authentication on the dev server (I don't
know why it would be disabled, but the error message suggests it is...).

From the IIS console, right click on your Web application under the correct
site (e.g. Web sites -> Default Web Site -> WebApplication1 ) and select
properties. Under "Directory security" click the Edit button under
"Anonymous access and authentication control". On the dialog box which
appears; make sure "Integrated Windows Authentication" is checked.

Good luck!
Regards,
Nils Magnus Englund
"Craig" <cr********@tis cali.co.uk> wrote in message
news:3a******** *************** ***@posting.goo gle.com...
Hope this is the right group, first timer -
Just got back from holiday to find our Dev Server (Standard 2003, All
hotfixes up to date) has been patched with KB 867460 (.NET Framework
1.1 Service Pack 1 (SP1)), and now when I try to debug remotely from
Visual Studio 2003 (Local PC (XP-SP2)) has this service pack as well
and on the same domain as the server) I get;

Error while trying to run Project: Unable to satrt debugging on the
web server.Error: Debugging Failed Because Integrated Windows
Authentication Is Not Enabled

I have seen a number of microsoft fixes that mention XP sp2 (I dont
think this is the problem), I have everything that may cause a problem
turned off.
Also tried the DCOM fix, mentioned in another group, by "adding
anonymous users" to server.

Any ideas, anyone else having this problem?, HELP.....

Craig Hogan
Systems Engineer

Nov 18 '05 #2
"Nils Magnus Englund" <nm*@orkfin.n o> wrote in message news:<ug******* *******@TK2MSFT NGP15.phx.gbl>. ..
Hi Craig,

Try enabling Integrated Windows Authentication on the dev server (I don't
know why it would be disabled, but the error message suggests it is...).

From the IIS console, right click on your Web application under the correct
site (e.g. Web sites -> Default Web Site -> WebApplication1 ) and select
properties. Under "Directory security" click the Edit button under
"Anonymous access and authentication control". On the dialog box which
appears; make sure "Integrated Windows Authentication" is checked.

Good luck!
Regards,
Nils Magnus Englund
"Craig" <cr********@tis cali.co.uk> wrote in message
news:3a******** *************** ***@posting.goo gle.com...
Hope this is the right group, first timer -
Just got back from holiday to find our Dev Server (Standard 2003, All
hotfixes up to date) has been patched with KB 867460 (.NET Framework
1.1 Service Pack 1 (SP1)), and now when I try to debug remotely from
Visual Studio 2003 (Local PC (XP-SP2)) has this service pack as well
and on the same domain as the server) I get;

Error while trying to run Project: Unable to satrt debugging on the
web server.Error: Debugging Failed Because Integrated Windows
Authentication Is Not Enabled

I have seen a number of microsoft fixes that mention XP sp2 (I dont
think this is the problem), I have everything that may cause a problem
turned off.
Also tried the DCOM fix, mentioned in another group, by "adding
anonymous users" to server.

Any ideas, anyone else having this problem?, HELP.....

Craig Hogan
Systems Engineer


Thanks for the help Nils, should have mentioned that this (IIS is set
to Windows Auth) is already done, I have however checked the folder
security and added debuggers, everyone, aspnet etc...
Still no luck.
Nov 18 '05 #3

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

Similar topics

3
2687
by: blue | last post by:
I have a MS SQL Server 2000 database that a customer of ours has sent to us for testing purposes. Is there any way to tell what service pack this database is at? A stored procedure of some kind that I can run on it? Thank you, Frank
9
3932
by: David W. Fenton | last post by:
See: Updated version of the Microsoft Jet 4.0 Service Pack 8 replication files is available in the Download Center http://support.microsoft.com/?scid=kb;en-us;321076 This includes the Jet 4 synchronizer. This allows anyone to do indirect replication, even without
0
1492
by: INGSOC | last post by:
Using remote debugging, I can attach to a windows service and run it in debug mode in VS.Net 2003. The problem is this service uses two supporting dlls. On the remote service, the dlls have been registered in the GAC. They are also in the service's directory, along with their associated *.dbg symbols. Yet, any breakpoint in the dlls is not hit. The dlls are part of the project file, and breakpoints in them can be hit when I debug...
0
1250
by: PL | last post by:
Since installing Windows 2000 Service Pack 4, I cannot debug ASP.Net projects, starting without debugging works fine. I am the administrator on the machine running IIS and VS.Net Everything was working fine before installing the service pack.
0
2487
by: MarkD | last post by:
I have an ASP.NET (VB.NET) application that calls all VB6 COM DLL via Interop. The DLL uses functionality contained in a Custom OCX Control (Also VB6) that in turn contains a standard TreeView control. The Custom OCX is not used for visual purposes, but has some functionality that we require (hence hosting an OCX in a DLL). Everything worked fine until we installed the latest service pack for each respective windows operating system:...
5
2418
by: Andrea Vincenzi | last post by:
Help me please, I'm totally stuck! My Visual Studio 2003 debugger stopped working after I installed Windows XP Service Pack 2. Here is what happens (with any project, even a "Hello, world" message): the first time I open a project and try to start it in debug mode, Visual Studio hangs before executing the first line of code. The only way to stop it is to kill the process using the Task Manager. If I open the same project a second time and...
3
2267
by: Michael | last post by:
Hello, I have created a windows service in C# that watches a folder, then moves files place in it to another server. When I test this service on my local machine it runs great. I have had it running for about 5 days now. I have put in plenty of error coding just in case something goes wrong. My problem is that I have tried to move it to a Windows 2003 server. It installs with no problem. When I start the service it gives me a message...
4
3614
by: John Wilmot | last post by:
I have a service that is set up to use remoting. Is there a way that calls from a web page to this service can be debugged in Visual Studio 2005?
1
1630
by: Smokey Grindel | last post by:
Does anyone know if I run the Visual Studio Remote Debugger service on my development server will it slow down the system? Never used the service before... use to just launch the remote debugging app to do it in the past.. thanks!
0
10034
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9872
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9843
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3358
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2666
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.