Activity overview
Latest activity by snookerc
I have no problems running net stop iisadmin. I think you're right - advapi32.dll must be doing something behind the scenes you can't control.
Rats - that may mean I have to look for another product [image]
Thanks for all your help, Rob!
Chris / comments
I have no problems running net stop iisadmin. I think you're right - advapi32.dll must be doing something behind the scenes you can't control.
Rats - that may mean I have to look for another produ...
I do have administrator rights.
This problem goes away when IT temporarily disables my firewall, so I'm guessing that "StopServicesInOrder " is blocked by the firewall when it tries to shut down the IISAdmin Windows Service. / comments
I do have administrator rights.
This problem goes away when IT temporarily disables my firewall, so I'm guessing that "StopServicesInOrder " is blocked by the firewall when it tries to shut down th...
Thanks for the reply, Rob.
I thought this was strange, also. I wonder if it has anything to do with the way my IIS is set up?
Here's the ANTS 3 log if that helps at all. 03/15/2007 8:57:09 AM IISProfileHostLog initialized
03/15/2007 8:57:09 AM PID = 2152
03/15/2007 8:57:09 AM Log file name = IISProfileHostLog2152.txt
03/15/2007 8:57:09 AM OS version = Microsoft Windows NT 5.1.2600 Service Pack 2
03/15/2007 8:57:09 AM Machine name = XPCSNOOK
03/15/2007 8:57:09 AM User name = csnook
03/15/2007 8:57:09 AM ANTS Profiler IISProfileHost Start up
03/15/2007 8:57:09 AM Listening on port 8086
03/15/2007 8:57:10 AM StartProfilingIIS currentUserName ITAGROUP\csnook, url http://localhost/AdminWeb/default.aspx, .NET 2.0 OnePointOne, IIS5
03/15/2007 8:57:10 AM Parse IIS metabase
03/15/2007 8:57:13 AM InitServiceList
03/15/2007 8:57:13 AM StartIIS
03/15/2007 8:57:13 AM StopServicesInOrder
03/15/2007 8:57:13 AM Error, unable to stop IISAdmin [ProfileIISController.StopServicesInOrder()]
03/15/2007 8:57:14 AM ENGINE - Received request to close IISProfileHost
03/15/2007 8:57:14 AM IISPROFILEHOST - Exiting due to closing: True and UI Exit: False
03/15/2007 8:57:14 AM Main() exiting
I'm not sure why the log says ".NET 2.0 OnePointOne". My app is .NET 1.1, and I selected that in the profiling wizard.
I'll ask IT about those 2 ports and see if there's any way they'll open them up.
Thanks!
Chris / comments
Thanks for the reply, Rob.
I thought this was strange, also. I wonder if it has anything to do with the way my IIS is set up?
Here's the ANTS 3 log if that helps at all.03/15/2007 8:57:09 AM IISPr...
Robert,
Thanks for the reply. Yes, this is a Web Application. I installed ANTS Profiler 3, but am having the same problem.
When I try to profile http://localhost/AdminWeb/default.aspx, ANTS gives me a message box that says "Error stopping IISAdmin".
When I look at McAfee Firewall's log, these are the entries that were just written:
ANTS Profiler v3.0 IIS Profiling Host ... Blocked Outgoing TCP - Source Local: (1751) Destination 10.100.35.102: (8084)
ANTS Profiler v3.0 IIS Profiling Host ... Blocked Outgoing TCP - Source Local: (1752) Destination 10.100.35.102: (8084)
ANTS Profiler v3.0 IIS Profiling Host ... Blocked Outgoing TCP - Source Local: (1805) Destination 10.100.35.102: (8084)
ANTS Profiler v3.0 IIS Profiling Host ... Blocked Outgoing TCP - Source Local: (1806) Destination 10.100.35.102: (8084)
ANTS Profiler v3.0 IIS Profiling Host ... Blocked Outgoing TCP - Source Local: (1814) Destination 10.100.35.102: (8084)
ANTS Profiler v3.0 IIS Profiling Host ... Blocked Outgoing TCP - Source Local: (1815) Destination 10.100.35.102: (8084)
Our IT guys says that if ANTS would look at 127.0.0.1 and not my network address, the firewall wouldn't be an issue. IT temporarily turned my firewall off, and everything worked. However, they won't let me keep it that way :P
Any other ideas??
Thanks!
Chris / comments
Robert,
Thanks for the reply. Yes, this is a Web Application. I installed ANTS Profiler 3, but am having the same problem.
When I try to profile http://localhost/AdminWeb/default.aspx, ANTS gives...
Firewall problems - how to get ANTS to use "127.0.0.1"
I am having some difficulty running the 14-day eval due to the firewall policies here at my company.
It appears that ANTS ASP.NET profiling is not using localhost (127.0.0.1), but rather, using my ...