Feeds:
Posts
Comments

Archive for June, 2008

 
What is a Design Pattern?
Design Pattern is a re-usable, high quality solution to a given requirement, task or recurring problem. Further, it does not comprise of a complete solution that may be instantly converted to a code component, rather it provides a framework for how to solve a problem.
In 1994, the release of the book [...]

Read Full Post »

Usually this problem occur when we install iIs after installation of Visual studio or .net framework. For this purpose use aspnet_regiis.exe, it is located under %WindowsDir%\Microsoft.NET\Framework\vx.y.zzzz\ and you should call it with the -i parameter: aspnet_regiis.exe -i
 

Read Full Post »

very nice article about encription of cookies in asp.net
http://www.codeproject.com/KB/cs/CookieEncryptionModule.aspx
 

Read Full Post »