beauli / slimtune

Automatically exported from code.google.com/p/slimtune
MIT License
0 stars 0 forks source link

IIS 7.X wont work any more... #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I started slimtune and select asp.net application and pressed run

it stoped 3 services
and started one...

then it tried to connect on port 3000 (tcp?) but failed 20 times with "No 
connection could be made because the target machine actively refused it."

and boom now iis does not work any more i cant visit any site it just gives me 
"HTTP Error 503. The service is unavailable."

Original issue reported on code.google.com by Peto...@gmail.com on 14 Jul 2011 at 2:30

GoogleCodeExporter commented 8 years ago
every time i try to enter the web page i now get "An unhandled win32 exception 
occurred in w3wp.exe"....

When attaching it stops on this line in the file "dbghook.c"
65:     _debugger_hook_dummy = 0;

Original comment by Peto...@gmail.com on 14 Jul 2011 at 2:33

GoogleCodeExporter commented 8 years ago
Did you manage to get your IIS back in working order? I'm having this same 
issue.

Original comment by mika.lin...@gmail.com on 9 Sep 2011 at 6:43

GoogleCodeExporter commented 8 years ago
I uninstalled it and all worked normal again, but i gotta say never again!

Original comment by Peto...@gmail.com on 9 Sep 2011 at 7:00

GoogleCodeExporter commented 8 years ago
I uninstalled it, but now I get the errormessage

CS0016: Could not write to output file 
'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET 
Files\root\cce7a740\1538c775\App_GlobalResources.bijt5j7s.dll' -- 'The 
directory name is invalid. '

I have checked the permissions, also ran aspnet_regiis -i, and tried to figure 
out what's going on using ProcMon, but no luck as of yet.

Original comment by mika.lin...@gmail.com on 9 Sep 2011 at 8:08

GoogleCodeExporter commented 8 years ago
you could try to run  aspnet_regiis -u and then  aspnet_regiis -i see if it 
helps (u = uninstall)

Original comment by Peto...@gmail.com on 9 Sep 2011 at 8:24

GoogleCodeExporter commented 8 years ago
I found a similiar problem with ANTS, if it crashes during profiling 
(http://www.red-gate.com/supportcenter/Content?p=ANTS%20Profiler&c=knowledgebase
\ANTS_Profiler\KB200903000362.htm). That same advice didn't work, but when I 
checked that registry value, and noticed that TEMP and TMP point to 
c:\users\myname\appdata\local\temp . I gave NETWORK SERVICE and IIS_IUSRS 
access to that folder, and that seemed to fix the problem. Not sure if I 
should've restarted the computer after that registry change or if restarting 
IIS should've been enough.

When I tried running SlimTune, it hanged in the "trying to connect attempt 
20/20" screen and I had to kill the process. Is it possible that this leaves 
some bad settings somewhere?

Original comment by mika.lin...@gmail.com on 9 Sep 2011 at 8:33

GoogleCodeExporter commented 8 years ago
Thanks for the last post. I too had the same problem and got resolved after 
giving permission in c:\users\myname\appdata\local\temp folder

Original comment by rejis...@gmail.com on 26 Sep 2013 at 7:03

GoogleCodeExporter commented 8 years ago
I had the same problem. Unistall didn't work. Found the same solution as in #6 
. I wish I could have found this comment before I digged out the solution 
following exact same steps.

Original comment by Smita.M...@gmail.com on 16 Jan 2015 at 12:20