webmatrix Questions

3

Solved

I am just getting into web development (from a Windows application development background), and WebMatrix seems like a good place to start, due to it's simplicity, and also because it looks like a ...
Swansea asked 25/2, 2011 at 2:8

2

Solved

I am working on a PHP application using IIS Express/Web Matrix and it is giving me the "friendly" error page instead of the actual error. How do I configure my site or IIS express to give me the ac...
Memorable asked 17/9, 2011 at 20:37

3

Solved

I installed WebMatrix and followed these instructions to install IIS 7 on my Windows 7 machine. When I click 'Run' to run my express node app, the browser pops up and tells me The iisnode modul...
Aqualung asked 26/10, 2012 at 0:20

1

I'm using Microsoft WebMatrix 2 to work on a simple ASP.NET WebPages site. When you are in the Files view, there is a Visual Studio Launch button that should open up the site Solution in Visual Stu...

1

Solved

I have had trouble when researching or otherwise trying to figure out how (if it's even possible) to get binary image data using JavaScript/jQuery from an html input element of type file. I'...
Contribute asked 1/11, 2012 at 18:51

2

Solved

I'm fooling around with WebMatrix, and so far the best way I've figured out how to use stored procedures with Razor/WebMatrix is like so- @if (IsPost) { var LinkName = Request["LinkName"]; var ...
Schweiz asked 15/9, 2010 at 17:23

1

Solved

Possible Duplicate: Strong password regex Need RegEx for password strength? I was just wondering what the best way to search a string for certain criteria (password strength to be sp...
Webber asked 15/10, 2012 at 16:26

3

Solved

Firstly, I have only recently tried my hand at building with razor in cshtml using Webmatrix and I found it much less time consuming than building aspx web forms. Having gotten used to it, I can no...
Appalachia asked 24/9, 2012 at 18:19

1

Solved

I've searched the documentation (http://msdn.microsoft.com/en-us/library/system.web.helpers.webgrid.webgrid(v=vs.111).aspx), and found "canPage: false" - which does not work. Saying there is no par...
Forbear asked 23/9, 2012 at 6:18

0

How do I register an IIS FastCGI application in a MSDeploy's web.config file as documented? I'm trying to build a simple test MS Web Deploy package installable by the Web Platform Installer via a ...
Waggle asked 21/9, 2012 at 6:47

5

Solved

I made the mistake of upgrading webmatrix 2 that I had running to the latest version and now it's broken everything! From the about screen this is what I am running: Version 2.0 WebMatrix: 7.1.1...
Vandenberg asked 7/9, 2012 at 6:9

2

Solved

I am using WebMatrix and have built a website based on the "StarterSite". In this starter site you get a nice basic layout - including registration, login, forgot password pages etc... I've notice...
Misconception asked 25/2, 2011 at 12:53

1

Solved

From the "My Sites" view, one-by-one I selected several web sites I wanted to delete. For each I was given the option of "delete site" or "delete site and content". I chose "delete site and content...
Barrator asked 22/1, 2012 at 20:25

3

Solved

I'd like to return some XML instead of HTML in my WebMatrix cshtml file? How do you change the content type header?
Derosa asked 6/7, 2010 at 22:6

1

Solved

What is the difference between _PageStart.cshtml vs _AppStart.cshtml? Can I use them interchangeably?
Checkoff asked 13/1, 2012 at 4:37

1

Solved

How do you add multiple receipients, meaning more than one email in the TO: field using the webMatrix WebMail object? I've messed around with creating a string that combines two emails with a comma...
Rainwater asked 15/9, 2011 at 14:33

2

Solved

I am playing around with Umbraco which I install though the Web Platform Installer. 3 different sites are now showing up in WebMatrix, and they are just Umbraco CMS1, Umbraco CMS2 and Umbraco CMS3....
Spigot asked 28/7, 2011 at 18:34

2

Solved

I have a website saved in Dropbox folder and I successfully worked on it for days without any problems with publishing. When I opened that site today in WebMatrix on another computer, I had to conf...
Orgeat asked 10/6, 2011 at 20:56

1

I come from a C# background with Desktop apps and mostly PHP for web stuff, and I thought that with Razor code you could do something like this to display an exception message (just like you can in...
Parlance asked 25/5, 2011 at 16:32

2

Solved

I think I may have found a bug in WebMatrix's PageData, but I am not sure. It concerns how to pass data from a partial page back to a calling page. In the WebMatrix documentation (tutorials, e.g. ...
Chow asked 26/2, 2011 at 13:56

3

Solved

I've just started checking out WebMatrix, and am running into a problem. I performed a fresh install of WebMatrix, then started a tutorial which involves creating one small cshtml file. Whenever I ...
Knotting asked 24/2, 2011 at 23:0

7

Solved

Although this question isn't directly about code it's related to programming and seems better put here than, say, serverfault or superuser. -- I'm a developer with Visual Studio 2010. Microsoft's ...
Adahadaha asked 28/7, 2010 at 16:32

3

Solved

Is it possible to use Razor on an existing ASP.NET 4 website?
Vellum asked 15/7, 2010 at 8:42

1

Solved

In this question, Add a column to IEnumerable in C#, I got the following code: var db = Database.Open("LOS"); var ie = db.Query(sqlAssignments); // make a new ie2 that has an extra calculated f...
Foresight asked 17/3, 2011 at 13:0

5

Solved

I don't think I can actually add a field (column) to an existing IEnumerable. But what I want is a new IEnumerable that is derived from an existing IEnumerable with a calculated field. The pseudoco...
Momus asked 17/3, 2011 at 11:41

© 2022 - 2024 — McMap. All rights reserved.