Blog Home  Home Feed your aggregator (RSS 2.0)  
Kiruthik .com - ASPNet
eCCentric Vagabond
 
Free ASP.NET MVC eBook on   Wednesday, March 11, 2009

Free ASP.NET MVC eBook

Source : Hanselman & ScottGu

 

Wednesday, March 11, 2009 11:20:07 PM UTC  #    Comments [0]   .Net | ASP.Net  | 
ASP.Net MVC RC1 on   Friday, January 30, 2009

ASP.Net MVC RC1

Few days back, ScottGu announced the shipment of ASP.Net MVC 's RC1. Check his blog post for more details.

And had couple of issues in installing it. One being uninstalling the ASP.Net MVC Beta. It didnt get removed immediately and stayed there for nearly an hour.

Uninstalling ASP.Net MVC Beta

And the other was installing the new ASP.Net MVC RC1. The setup didnt respond for couple of times, so I installed it after few reboots. I also had some problem in the Virtual Server 2005 R2 & its KB948515. So after solving this with a re-boot, I brought ASP.Net MVC RC1 into my machine.

Friday, January 30, 2009 3:07:04 PM UTC  #    Comments [0]   .Net | ASP.Net  | 
Silverlight inside NOKIA on   Sunday, March 09, 2008

Silverlight inside NOKIA

Nokial has annouced to support Silverlight in its Series 60 applications.

Sunday, March 09, 2008 5:18:05 PM UTC  #    Comments [0]   .Net | ASP.Net | Microsoft  | 
Windows Server 2008 Beta 3 on   Thursday, September 06, 2007

Windows Server 2008 Beta 3

Got my Windows Server 2008 Beta 3 DVD, but due to RAM and other issues, I didnt install it, for more than a month. And last week, I got time to explore Windows Server 2008. Windows Server 2008 is having all the cosmetics which is present in Windows Vista. I tried using AERO which was really great for my laptop with Intel 945 Graphics card, with 2GB of RAM. Though my laptop display is 12", I could really feel the nice AERO interface. Then comes our great IIS 7.0, which is why I got interested more towards the Longhorn Server.

IIS 7 - Windows Server 2008

Thursday, September 06, 2007 7:01:34 PM UTC  #    Comments [0]   ASP.Net | Microsoft | Technology | Windows Server 2008  | 
Scott Hanselman's Updated List for 2007 on   Friday, August 24, 2007

Scott Hanselman's 2007 Ultimate Developer and Power Users Tool List for Windows

Computer ZEN presents the updated list of tools. Many tools, from the List is what Im using, and also the list is only making me to learn those-which are mostly new to me!! Thanks to Scott.

  Link to Scott Hanselman's 2007 Ultimate Developer and Power Users Tool List for Windows

 

Friday, August 24, 2007 12:03:06 PM UTC  #    Comments [0]   .Net | ASP.Net | C# | Notable Blogs | software | Technology  | 
Taking your ASP.Net Web Application Offline on   Thursday, January 11, 2007

Taking your ASP.Net Web Application Offline

My work mostly revolves around ASP.Net based Projects, and so I frequently come across a situation where I release the application (or a part of it - may be dll ) for Testing, when someone is accessing. Generally I used to delete the web folder and install the new one after a informal notification. For this I cant stop or pause the Web server, as some other web application is running side by side will get affected. In times, I will just replace the web folder as such (taking advantage of the xcopy deployment). Its not the exact way to do so!!

At last I found the solution for this : Simply add a file called app_offline.htm to your root of the web folder. The application wont respond to any of the further requests. It just throws  404 - Error ( The resource cannot be found. )

app_offline.htm  - can be a empty file. This is a simple way to bring your application Offline!

To bring it back (making it online is so simple - deleting the file app_offline.htm will do!

I have checked with ASP.Net 2.0, and not tried with ASP.Net 1.1 Even I dont know whether this feature is there in ASP.Net 1.1

[Source]

Thursday, January 11, 2007 5:24:42 AM UTC  #    Comments [4]   .Net | ASP.Net  | 
Copyright © 2012 Kiruthik Nandhakumar. All rights reserved.