Posts Tagged ‘ASP.NET’

http://www.codeproject.com/Articles/10240/Detecting-Page-Refresh
http://msdn.microsoft.com/en-us/library/ms379557%28VS.80%29.aspx#bedrockas_topic2

Thx to my colleague who provided these links.

SlowCheetah – XML Transforms

Posted: September 25, 2012 in ASP.NET, Deployment
Tags: ,

SlowCheetah – Helps you to transform your app.config or any other XML file based on the build configuration.  It also adds additional tooling to help you create XML transforms.

http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5

http://blogs.msdn.com/b/tmarq/archive/2010/04/01/asp-net-4-0-enables-routing-of-extensionless-urls-without-impacting-static-requests.aspx

ASP.NET Session State

Posted: September 21, 2011 in ASP.NET
Tags: ,

Default value is – 20 minutes and it can be increased to maximum of 24 hours or 1440 minutes.

You can change default value @ web.config level or IIS web site level.

http://forums.asp.net/t/1283350.aspx

http://msdn.microsoft.com/en-us/library/ms972429.aspx

IIS 6.0 Resource Kit – contains a utility called SelfSSL.exe for instantly creating and installing a self-signed testing certificate into IIS.  The tool is intended for IIS 6.0, but it works on IIS 5.1 also and it is simple to use.

  • Download IIS 6.0 Resource Kit Tools
  • Install the resource kit (requires Windows Server 2003, Windows XP)
    From the Windows Start Menu, go to the “\Programs\IIS Resources\SelfSSL” folder and select “SelfSSL”.
  • Instructions will be listed in a command prompt. Type “selfssl” to run the program.
  • Type “y” to confirm overriding/installing the certificate on the given site.
  • Test that it worked by visiting https://localhost/.

References

Step by step instructions to setup – http://www.visualwin.com/SelfSSL/

Download resource kit from http://www.microsoft.com/download/en/details.aspx?DisplayLang=en&id=17275

Book related to resource kit – http://www.addall.com/New/BestSeller.cgi?isbn=0735614202&dispCurr=USD

http://microsoftnlayerapp.codeplex.com/

http://msdn.microsoft.com/es-es/architecture/en/

Deploying asp.net web application in a new server like w2k3, ensure following steps incase if you see HTTP Error 404 – File or directory not found error …

1. Allow asp.net v2.0.50727 under Web Service Extensions section in IIS

2. Run aspnet_regiis -i @ command prompt from the respective (32-bit/64-bit) frameworks directory

3. Set proper asp.net version at the virtual directory level

http://msdn.microsoft.com/en-us/library/ms178473.aspx – IIS 5.0/IIS 6.0

http://msdn.microsoft.com/en-us/library/bb470252.aspx – IIS 7.0

http://www.asp.net/data-access/tutorials/efficiently-paging-through-large-amounts-of-data-cshttp://stackoverflow.com/questions/548475/efficient-way-to-implement-paging

http://msdn.microsoft.com/en-us/library/ms178472.aspx

http://msdn.microsoft.com/en-us/library/dct97kc3.aspx