Archive for the 'ASP.NET' Category
Lookup against postal register?
In a customer project, I needed to do lookups against the Norwegian postal register. Normally, I have made a table in a SQL database or had an XML file that I have query against. This has created several problems, like to keep the register updated.
GeoNames is geographical database available under a [...]
Filed under: ASP.NET, C#, EPiServer | Leave a Comment
Finally got around to getting a install of Windows 7 on my MacBook Pro and of course the first thing I install is Visual Studio 2008 and IIS 7. If you choose the default options, this is the message you get when selecting local IIS in the open or create web projects.
You must be [...]
Filed under: ASP.NET, C#, Windows 7 | Leave a Comment
EPiServer CMS 5 support ASP.NET 2.0 Provider. I have developed a membership-and roleprovider for Lotus Notes 8.
I have testet the EPiServer with this provider against 1000 concurrent users.
Send mail if you want to test it.
Filed under: ASP.NET, C#, EPiServer | 1 Comment
Tags: ASP.NET, C#, EPiServer
YSlow for Firebug
I was involved in a project where had problems with performance. I came across addon to Firebug, YSlow.
YSlow analyzes web pages and tells you why they’re slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you:
Performance report card
HTTP / [...]
Filed under: ASP.NET, EPiServer, Performance | Leave a Comment
Tags: Firefox, Performance, Web