Tags
.NET Apache Apple Bug or Feature CircleCi cleancode dartlang development drupal Eclipse feed file comparison Gedit git Gnome HQL Hyper-V IIS integration Javascript Linux Meld Microsoft NHibernate open source performance PHP Quicktime Redmine registry Remote Desktop Safari security Server TFS 2010 twitter ubuntu UX Virtual VirtualBox web WinDiff Windows XDebug XML-
Tag Archives: Microsoft
Thread was being aborted / IIS Application Pool Idle Time-out (minutes) Setting
Idle Time-out (minutes) [idleTimeout] Amount of time (in minutes) a worker process will remain idle before it shuts down. A worker process is idle if it is not processing requests and no new requests are received. So, if you are … Continue reading
Posted in Infrastructure, Software Architecture, Software Development
Tagged Bug or Feature, IIS, Microsoft
2 Comments
NHibernate: undefined alias or unknown mapping
I must note that I’ve wasted considerable amount of time on this error message. When copy/pasting, I’ve failed to close a bracket in a HQL query, and even more – the bad expression exceeded the screen space and without an … Continue reading
How to turn on IIS logging in Windows 7?
OK, this was not intuitive at all. I can quickly find page like this: http://technet.microsoft.com/en-us/library/cc754631(v=ws.10).aspx And there is nothing linked to it that would give me an idea why I can’t find Logging feature in the place I’m supposed to activate … Continue reading
NHibernate “Could not find the dialect in the configuration” “Could not compile the mapping document”
These are the show-stoppers for me for quite a while. I was using the example from the book trying to replace App.config (in my case Web.config) with hibernate.cfg.xml so I can have different configuration in a test project, but these … Continue reading
Team Foundation Server 2010 Setup
Don’t try this at home, OK? I wanted to try out less than Basic TFS setup. I only wanted source control part to start with. I took the following: Existing AD Domain Domain user on local machine with VS 2010 … Continue reading
TFS 2010 on cloned 2008 R2 server in AD domain
For a while I was blaming bad documentation for a number of days spent figuring out what’s wrong, but I finally realized that my case is rather specific. Here are some of requirements that took a while to figure out: … Continue reading
Hyper-V can’t connect to a machine
I’m normally using remote desktop to access my Hyper-V server. Btw, I also use remote desktop to access virtual machines hosted on Hyper-V. So, today I was trying to connect to a virtual machine from Server Manager, and nothing happened. … Continue reading