WebMatrix web.config settings???
6/16/2011
I am not a web designer, but my boss asked me to make a quick mock up site for a client I found Microsoft WebMatrix and their templates, I tried one and just published the thing to a host and got a 403 forbidden.
So I tried Orchard, and got the same thing then found out I have to configure the...
Similar articles
DotNetShoutout - Latest published stories
Replacing Web.config settings with Transformations
Let’s say you want to point to a different connection string when you deploy your ASP.NET Web Project to your hosting provider. Until recently you’d have to modify your Web.config file manually. This ...
Latest Microsoft Blogs
Global Application settings and the web.config file.
While getting started on . NETOOP , one of the first issues to address is that of “Global” settings. When you build a web application for a single purpose, you can hard-code things without much concer...
ASP.NET Weblogs
Global Application settings and the web.config file.
While getting started on . NETOOP , one of the first issues to address is that of “Global” settings. When you build a web application for a single purpose, you can hard-code things without much concer...
Mikael Söderström
Change settings for you web site in WebMatrix
When we create new sites in WebMatrix, they are automatically being used by IIS Express for rendering them. To modify how IIS Express is used, we can use the Settings page in WebMatrix. If you open a...
ASP.NET Weblogs
Web.Config is Cached
There was a question from a student over on the Asp.Net forums about improving site performance. The concern was that every time an app setting was read from the Web.Config file, the disk would be acc...