CAT | .NET
30
IIS 6.0 does not serve aspx pages out of the box
No comments · Posted by LizetP in .NET, .NET Framework, ASP.NET
IIS 6 and ASP.NET
No tags
6
Identifying performance bottlenecks on a .NET windows app using Windows Debugging Tools and ANTS Profiler. Part I: NHibernate byte[] types
No comments · Posted by LizetP in .NET, CLR, Performance bottlenecks, Windows Debuging Tools
This is a curious case that led me to discover and use a very valuable tool ANTS Profiler and read a few good blogs about .NET debugging and CLR internals. Read on to bookmark with me. Near to Christmas we received a complain one of the windows applications was performing too slow after a few [...]
No tags
19
If you call your .NET application from a batch file…
No comments · Posted by LizetP in .NET, Out of Curiosity
If you deploy your .NET applications with a batch file, be aware that the way you call your .NET application might affect how it behaves. The facts are as follows (for our application anyways): when the application is called using the following line in the batch file: start C:\Progra~1\ApplicationFolder\Application.exe the application fails if you call [...]
No tags
I ran into a problem the other day, one of the .NET applications we had deployed started crashing on some screens for no apparent reason. The application worked fine in the development environment and when called from the C drive in the test machine.We tested for binding problems using the SDK tool fuslogvw.exe, but didn’t [...]
No tags
