Contents tagged with Web Forms
-
Learning about Trackbacks
Today I learnt a lot more about Trackbacks - I had as I'm hoping to implement them in ProjectDistributor.
-
Master Pages and building "nice" sites
Brian is seeking community feedback around the topic of MasterPages to help ascertain the value of the ASP.NET team including some standard, out-of-the-box templates with the product. Read his blog entry here:
-
ProjectDistributor - features in the next release
ProjectDistributor has been "open source" for a couple of weeks now and, in that time I've received a few e-mails highlighting bugs and also mentioning new features which should get added. I've rolled all of those requests into the code base so, you'll see that stuff in the next release.
-
skmFAQ's
Scott Mitchell has created a new open source application for managing FAQ's which is worth checking out:
-
Debugging classic ASP
Today I had to help a client debug a classic ASP application using VS.NET. I hadn't done this before and while looking for a solution I came across this excellent whitepaper for debugging client and server-side scripts:
-
COM+ registration and permission errors
If you are using EnterpriseServices (COM+) from a web application you need to make sure that you manually register your components with COM+ when deploying your app.
-
How to study for an MS certification exam
Today the question was asked about techniques used when studying for MS certification exams. I've passed a few of them so, here's my secret ;-)
-
Justin discusses "peering" technology
http://weblogs.asp.net/justin_rogers/archive/2004/11/06/253224.aspx
-
ELMAH installed on PD
This morning (at approximately 3am :) I installed ELMAH on the ProjectDistributor application. ELMAH is an HttpModule and an HttpHandler which combine to capture and provide global reporting of exceptions which are occurring in your web applications. The whole excercise took me a mere 10 minutes to:
-
Response Output Filters
I just finished reading Dino Esposito's excellent article from the September Msdn Magazine titled: Design Smarter Tracing for ASP.NET Pages