Problem with IIS

J

Jack Fu

I am learning Micosoft's C# language and the .NET technology in general. I
cannot debug my C# code (even if it compiles fine). When I try to debug, I
get an "Unable to start debugging" message. It gives the detail "A security
check failed because the IIS Admin Service did not respond. To fix this,
repair of remove IIS, and restart your computer. See help..." Help then
tells me to either reinstall IIS or remove IIS. I removed IIS using the
Add/Remove in the control panel, but I STILL GET THE SAME MESSAGE when I try
to debug my C# code. Evidently, IIS was not completely removed The message
also says to check the registry and make sure this key number no longer
exists:
HKEY_CLASSES_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}
I looked in the register with regedit but did not find this string.

I would apprciate any advise or help. I went to several PC repair shops but
none of them was interested in solving this software problem

If I have put this entry in the wrong newsgroup, someone please tell me what
newsgroup to put it in.

Thanks in advance!
 
C

Carey Frisch [MVP]

Please visit the IIS experts in the IIS newsgroup:
news://msnews.microsoft.com/microsoft.public.inetserver.iis

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.mspx

------------------------------------------------------------------------------

:

| I am learning Micosoft's C# language and the .NET technology in general. I
| cannot debug my C# code (even if it compiles fine). When I try to debug, I
| get an "Unable to start debugging" message. It gives the detail "A security
| check failed because the IIS Admin Service did not respond. To fix this,
| repair of remove IIS, and restart your computer. See help..." Help then
| tells me to either reinstall IIS or remove IIS. I removed IIS using the
| Add/Remove in the control panel, but I STILL GET THE SAME MESSAGE when I try
| to debug my C# code. Evidently, IIS was not completely removed The message
| also says to check the registry and make sure this key number no longer
| exists:
| HKEY_CLASSES_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}
| I looked in the register with regedit but did not find this string.
|
| I would apprciate any advise or help. I went to several PC repair shops but
| none of them was interested in solving this software problem
|
| If I have put this entry in the wrong newsgroup, someone please tell me what
| newsgroup to put it in.
|
| Thanks in advance!
 
V

Vagabond Software

Jack Fu said:
I am learning Micosoft's C# language and the .NET technology in general. I
cannot debug my C# code (even if it compiles fine). When I try to debug, I
get an "Unable to start debugging" message. It gives the detail "A security
check failed because the IIS Admin Service did not respond. To fix this,
repair of remove IIS, and restart your computer. See help..." Help then
tells me to either reinstall IIS or remove IIS. I removed IIS using the
Add/Remove in the control panel, but I STILL GET THE SAME MESSAGE when I try
to debug my C# code. Evidently, IIS was not completely removed The message
also says to check the registry and make sure this key number no longer
exists:
HKEY_CLASSES_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}
I looked in the register with regedit but did not find this string.

I would apprciate any advise or help. I went to several PC repair shops but
none of them was interested in solving this software problem

If I have put this entry in the wrong newsgroup, someone please tell me what
newsgroup to put it in.

Thanks in advance!

Check your Services in Administrative Tools and make sure the IIS Admin Service is not there. What IDE and version are you running, Visual Studio .NET? SharpDevelop? Are you developing an ASP.NET application?

I'll be happy to try and help as I get more information from you, but you may get many more good responses in microsoft.public.dotnet.languages.csharp.

carl
 
J

Jack Fu

Check your Services in Administrative Tools and make sure the IIS Admin
Service is not there.

I checked Services in Administrative Tools and IIS Admin Service is there. I
tried to START it but got errors (data is wrong... big help!)
What IDE and version are you running, Visual Studio .NET? SharpDevelop?

I am using Visual Studio .NET 2003.
Are you developing an ASP.NET application?

No, I'm just doing beginner stuff now. Eventually I want to develop ASP.NET
applications.

Jack

PS: I've posted my original message in
news://msnews.microsoft.com/microsoft.public.inetserver.iis as the other
replier suggested. I am eagerly awaiting responses.



Jack Fu said:
I am learning Micosoft's C# language and the .NET technology in general. I
cannot debug my C# code (even if it compiles fine). When I try to debug, I
get an "Unable to start debugging" message. It gives the detail "A
security
check failed because the IIS Admin Service did not respond. To fix this,
repair of remove IIS, and restart your computer. See help..." Help then
tells me to either reinstall IIS or remove IIS. I removed IIS using the
Add/Remove in the control panel, but I STILL GET THE SAME MESSAGE when I
try
to debug my C# code. Evidently, IIS was not completely removed The
message
also says to check the registry and make sure this key number no longer
exists:
HKEY_CLASSES_ROOT\CLSID\{A9E69610-B80D-11D0-B9B9-00A0C922E750}
I looked in the register with regedit but did not find this string.

I would apprciate any advise or help. I went to several PC repair shops
but
none of them was interested in solving this software problem

If I have put this entry in the wrong newsgroup, someone please tell me
what
newsgroup to put it in.

Thanks in advance!

Check your Services in Administrative Tools and make sure the IIS Admin
Service is not there. What IDE and version are you running, Visual Studio
..NET? SharpDevelop? Are you developing an ASP.NET application?

I'll be happy to try and help as I get more information from you, but you
may get many more good responses in
microsoft.public.dotnet.languages.csharp.

carl
 
V

Vagabond Software

Jack Fu said:
I checked Services in Administrative Tools and IIS Admin Service is there. I
tried to START it but got errors (data is wrong... big help!)


I am using Visual Studio .NET 2003.


No, I'm just doing beginner stuff now. Eventually I want to develop ASP.NET
applications.

Jack

PS: I've posted my original message in
news://msnews.microsoft.com/microsoft.public.inetserver.iis as the other
replier suggested. I am eagerly awaiting responses.

Did you install any of the Remote Debugging components?

carl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top