Archives for Web Applications - Page 6
IIS app pool using 4.5 framework
Is your web app (deployed on IIS) using framework ? How do you tell?Just looking at the framework column (for the specific app pool) in IIS will show you (since…
Async Await in Web API Controller
Introduction In WebAPI (part of mvc 4), controllers are view-agnostic. They do not return data to a view – rather they return pure, formatted data (either JSON or XML –…
Missing 4.5 IIS Application Pool, Upgrading to 4.5
Introduction If you have just upgraded to .NET for web app, you may be wondering how to ensure that your application actually is running on and not on the older…
Currently executing HTTP requests in IIS
Introduction At a command prompt, use the following command to get a list of currently queued requests:> %windir%\system32\inetsrv\appcmd list requests /elapsed:1000 should produce an output like this: // hanging!…
Recycling Application Pools in IIS (why it is NOT a best practice)
Introduction Microsoft said – ‘Please recycle every 29 hours’ – and without giving it another thought, we all blindly did ; I never gave this ‘default IIS behavior’ any thought…
Using CSS Templates with ASP.NET MVC
Find a CSS layout that you like – one good source is In your MVC solution, in the shared views folders, there should be a file. This file contains razor…
First Page–A free editor for Cold Fusion Markup (and HTML)
More recently, I returned to some Cold Fusion programming (In the late 90s, I owned and operated – a site dedicated to Cold Fusion development - but moved to other…
Cold Fusion Administrator–Unable to browse the server
When adding datasources to the Cold Fusion Administrator, one might encounter the following error: Solution The browse server functionality uses the RDS server in Cold Fusion. I wish…
Installing and Configuring ColdFusion with IIS7
It has been 10 years since I did coldfusion development. What I liked most about CF was the ease of getting installed and started. It would take all of 15…
Concealing email on your website from web crawlers and spammers
Say you want to display a contact email on your website – but are worried about crawlers, spammers etc. picking it up and making your life miserable. There’s a few…