Wednesday, March 4, 2015

When you ASP.NET application seems to loose the ability to find the .master page for your Default.aspx...

...or when you get the red and yellow screen of death over this bit of your Web.config file:

<authentication mode="Forms" />

 
 

...that's a good sign that you should have set things up as an application in IIS instead of a virtual directory.

No comments:

Post a Comment