ScottGu's Blog
Scott Guthrie lives in Seattle and builds a few products for Microsoft
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
Atlas
Commerce Server
Community News
Data
IIS7
Link Listing
LINQ
MVC
Security
Silverlight
SQL Server
Talks
Tips and Tricks
Visual Studio
WPF
WPF/E
News
<RECOMMENDED>
My ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas Series
</RECOMMENDED>
<RECOMMENDED>
My Silverlight Tutorials and Links
</RECOMMENDED>
Navigation
Home
Blogs
Archives
May 2008 (1)
April 2008 (7)
March 2008 (6)
February 2008 (7)
January 2008 (8)
December 2007 (8)
November 2007 (9)
October 2007 (7)
September 2007 (9)
August 2007 (13)
July 2007 (12)
June 2007 (10)
May 2007 (9)
April 2007 (12)
March 2007 (9)
February 2007 (9)
January 2007 (12)
December 2006 (12)
November 2006 (14)
October 2006 (14)
September 2006 (15)
August 2006 (17)
July 2006 (17)
June 2006 (14)
May 2006 (17)
April 2006 (23)
March 2006 (12)
February 2006 (27)
January 2006 (35)
December 2005 (29)
November 2005 (17)
October 2005 (9)
September 2005 (8)
August 2005 (11)
June 2005 (1)
May 2005 (2)
April 2005 (4)
March 2005 (4)
February 2005 (1)
January 2005 (2)
November 2004 (9)
October 2004 (5)
December 2003 (4)
November 2003 (7)
October 2003 (15)
September 2003 (2)
May 2003 (2)
April 2003 (3)
March 2003 (2)
February 2003 (5)
Favorite Links
ScottGu.com
ASP.Net Home
Nikhil Kothari
DotNetSlackers
ASPAlliance
My Blog in Chinese
My Blog in French
November 2005 - Posts
5
Comments
ASP.NET 2.0 Security FAQs Online
by
ScottGu
The Channel9 guys have recently published a new Wiki on ASP.NET 2.0 Security Topics where you can read and comment on common security questions (example questions/answers: how to use forms authentication with Active Directory, how to create custom trust...
23
Comments
VirtualPathProvider Extensibility in ASP.NET 2.0
by
ScottGu
One of the really powerful things we did in ASP.NET 2.0 was to build a pluggable provider abstraction for a web app’s file activity, and to then re-plumb the ASP.NET parser, compiler, and other path/content/page related work to go through it. What this...
45
Comments
HTML Validation Checking in VS 2005 (and how to optionally turn it off if you want)
by
ScottGu
I posted earlier about some of the cool new HTML source editor features in VS 2005 and Visual Web Developer. One of the big new things is much richer html source validation. Specifically you can now validate against different HTML schemas and standards...
38
Comments
A few of my favorite new HTML source editor features in Visual Web Developer & VS 2005
by
ScottGu
We spent a lot of time in Visual Web Developer and VS 2005 focusing on delivering a really great HTML source editing experience (we also did a lot in design-view – but this blog post is just about the HTML source editor). Below are a few of the cool new...
65
Comments
How to Run a Root “/” Site with the VS/VWD 2005 Local Web Server
by
ScottGu
Update: This blog post is now old and out of date. Please read this newer post of mine instead . One of the questions I’ve been asked a few times is whether it is possible to build and run an ASP.NET web-app as a top-level “root” site...
40
Comments
ASP.NET 2.0 Site Navigation Features
by
ScottGu
Feb 2006 Update: Please also check out this new blog posting I did on Site Navigation. The new Site Navigation features in ASP.NET 2.0 can make building navigation structures across a web-site much easier. Scott Mitchell has published a good quick overview...
23
Comments
Changing the default browser used in VS 2005 and Visual Web Developer
by
ScottGu
I've seen a few people ask if it is possible to change what browser is launched and used when running web apps in VS 2005 and Visual Web Developer (for example: to use FireFox instead of IE). The good news is that there is an easy way to configure this...
6
Comments
ASP.NET 2.0 Security Best Practices (and the declarative PrincipalPermission attribute)
by
ScottGu
This is a great MSDN whitepaper about ASP.NET 2.0 Security Best Practices. I’d definitely recommend setting aside some time to read it. At the bottom of the whitepaper there are then links to another 28 additional ASP.NET HowTo security whitepapers. Most...
15
Comments
Url Mapper w/ Regex Support
by
ScottGu
Several people have asked why the built-in URL Mapper in ASP.NET 2.0 doesn't support regular expressions. There were actually a few reasons for this -- one of the big ones being that just about the time we were about to consider adding it my team started...
0
Comments
Inventory Provider for the Commerce Starter Kit for ASP.NET 2.0
by
ScottGu
Last week I blogged about the new Commerce Starter Kit. David Hayden has already built a new Inventory Provider for it. Pretty cool! - Scott
More Posts
Next page »