ASP.NET Developer Notes

Ryan Garaygay's ASP.NET notes online

Browse by Tags

All Tags » ASP.NET (RSS)
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 no comments
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 7 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