sibersonic
Name: sibersonic
Score: 25.03
Last Seen: 247 days, 7 hours, 21 minutes ago
Member Since: 3 July, 2009
DotNetShoutout
atom rss
4
shouts

Very very simple, But very very efficient Asp.net Tracking module

posted by sibersonicsibersonic 247 days, 8 hours, 27 minutes ago
Tuesday, July 14, 2009 8:49:36 AM GMT
Even you do not use or analyze your application usage or user patterns for know you may need them in the feature. Even today you will be very surprised when you see tracking results. For example; Do you know how often google bots comes to your site? Which user use which feature or pages? We must track and analyze our applications and users . At least we need to collect them now. I will present very very simple solution. You only need add binary to your bin folder and add 2 lines to web.config. If you... (more)
category: ASP.NET | clicked: 4 | comment | | source: www.ilkeraksu.com
tags: ASP.NET, tracking
8
shouts

Development Tip: How to use Host Header with Development Server

posted by sibersonicsibersonic 258 days, 5 hours, 57 minutes ago
Friday, July 03, 2009 11:19:17 AM GMT
If you are using “Asp.Net Development Server” One of the big problem of developing multiple web site at the same time is Development Server does not recognize and support Host Header. So you have to use different port for each web site. Problem with this solution is if you have hard coded links or templates pointing website you have to tweak code for testing and development. (more)
category: ASP.NET | clicked: 3 | comment | | source: www.ilkeraksu.com