Top "Webmatrix" questions

Microsoft WebMatrix consists of a basic IDE bundled with a simple but powerful SQL database and a lightweight web server.

The entry has already been added

All my Razors views have this error: The pre-application start initialization method Start on type WebMatrix.WebData.PreApplicationStartCode threw an …

c# asp.net asp.net-mvc connection-string webmatrix
Developing in Visual Studio 2010 with the new IIS Express web server?

Although this question isn't directly about code it's related to programming and seems better put here than, say, serverfault or …

visual-studio iis visual-studio-2010 iis-7.5 webmatrix
The name 'Database' does not exist in the current context?

I am getting this error when I try to launch my website using WebMatrix. I have a .cs file which …

c# sql sql-server razor webmatrix
"Remember Me" with asp.net web pages

I realize that this question may have been asked before, but I can't find anything that matches my situation exactly. …

c# asp.net razor webmatrix
Razor C# - Get data from database

I am using WebMatrix, I have created a database and put a table with a few rows of data. I …

c# asp.net sql-server razor webmatrix
WebMatrix error "The specified password for user account 'root' is not valid...."

When creating a new Joomla, Drupal or any website involving a database from the 'App Gallery', I get the errors: …

mysql sql-server webmatrix
Visual Studio 2013 sp1 hangs when trying to debug ASP.NET web site?

Recently, Visual Studio 2013 started hanging again when trying to debug/trace an ASP.NET web site. The site was created …

c# asp.net visual-studio-2013 webmatrix
How to convert a data reader to dynamic query results

I have a View that typically gets query results from a WebMatrix Query (IEnumerable<dynamic> data type), and …

c# webmatrix
Add a column to an IEnumerable in c#

I don't think I can actually add a field (column) to an existing IEnumerable. But what I want is a …

c# linq webmatrix
How do I connect to a SQL Server database using WebMatrix?

I added a connection and it shows up in "Other Connections" but I can't seem to reference it. var db = …

sql-server webmatrix