ASP.NET Developer Notes

Ryan Garaygay's ASP.NET notes online

Browse by Tags

All Tags » ASP.NET (RSS)
BlogEngine.NET and migration to IIS 7
This blog (and the its parent/main site) is now running on IIS 7 Integrated Mode and would like to share a little of my experience. There were two major issues with I migrated these blog to IIS 7 [more] 1) Server Error in / Application - Request is not...
Posted: Jan 28 2009, 01:32 AM by ryangaraygay | with 4 comment(s)
Filed under: ,
remove malicious script tags from file
Just want to share a "simple" Windows Forms application that I created to automate removal of malicious SCRIPT tags inserted into some web files. Read full article on .NET Developer Notes on remove malicious script tags from file
Performance, Measure and ANTS Profiler
Might need to create a separate page for notes on performance since I've been doing a lot of C# and database tuning lately but having them on this post so far. Here are some of my notes on performance [more] * Before you optimize, ensure that your results...
Control Visibility, ViewState and Security and Performance
It is not unheard of to come across a solution where use of asp:Placeholder and asp:Panel (or some other container) Visibility is employed to show/hide certain details from the user especially when when implementing "simple" Authorization/Permission features...
Posted: Apr 29 2008, 08:25 PM by ryangaraygay | with 1 comment(s)
Filed under:
Hand Editing Web.Config or not
I've come across a number of issues in the past where the cause of the issue is that someone hand edited the web.config and resulted to a not well formed XML (missing tags, unclosed quotes et al). The recommended way of doing it is to minimize these issues...
Posted: Apr 22 2008, 09:49 AM by ryangaraygay | with 37 comment(s)
Filed under:
ASP.NET Development Server cannot be accessed using non-localhost URL
An interesting point about the ASP.NET Development Server (previously named "Cassini") was raised hours ago by Alvin, a coworker of mine. Forgive my ignorance but it seems that the said builtin server was constrained to be accessed only with localhost...
More Posts