-
Posted to
IIS 7 - ASP.NET Administration
by
nrussa
on
09-17-2008, 6:59 AM
Hi hbaradi,
nope, unfortunally didn't find any solution.
Its probably related with third party dll code that's hanging.
We decided not to go to Vista with current application version and we have on our development task to do ourself one component in .net that do the same as that third party.
Best regards,
Nelson R
-
Posted to
IIS 7 - ASP.NET Administration
by
nrussa
on
02-14-2008, 9:59 AM
Greetings,
still trying to solve this problem.
Can somebody point me to some kind of steps needed to use third party DLLs in asp.net with IIS7?
Where to configure on IIS, what kind of user must have access or any other information that may help...
I've checked lot of different places, but none solve it. Maybe I'm ...
-
Posted to
IIS 7 - ASP.NET Administration
by
nrussa
on
02-06-2008, 4:39 AM
Hi anilr,
using DebugDiag 1.1 (x86), I run it and select the default values:
Rule type: crash
Target Type: All IIS/COM+ related processes
Advanced Configuration: (just pressing next)
Select dump location...: (just pressing next)
Rule completed: Activate the rule now
Finish
Then I open my webpage and it crashes when accessing the third party dll ...
-
Posted to
IIS 7 - ASP.NET Administration
by
nrussa
on
02-04-2008, 1:46 PM
Hi anilr,
thanks for your response.
I've tried using DebugDiag but couldn't find the source of the problem. Ill try checking it again.
On "Problem Reports and Solutions" there are lots of errors on IIS Worker Process.
For the latest one (can't get any useful information from it):
Problem signature
Problem Event ...
-
Posted to
IIS 7 - ASP.NET Administration
by
nrussa
on
02-04-2008, 5:45 AM
Greetings,
I have an asp.net/C# application that uses third party dll to get some system information (get a unique machine id).
It works well on XP, 2000 and 2003, but when tried on Vista, IIS hangs when accessing dll methods (IIS Worker Process stopped working and was closed).
I tried different approaches to solve this problem but I'm ...