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

learn more… | top users | synonyms

0
votes
0answers
15 views

Update CSS on wordpress and view using iframe

I am trying to make changes to a theme by editing the css of the theme itself. I am using the shape theme of wordpress using webmatrix. I am able to display the theme using Ifram with the code ...
3
votes
2answers
44 views

Why won't my $.ajax call return a json object from a cshtml file?

I have this jquery that uses ajax in an attempt to return a json object, but I am no pro at ajax, though I have used it before with json, only I was loading a json file and not trying to return a ...
1
vote
1answer
39 views

Why won't my calls to date.ToString() and str.Length in C# work together?

I realize that this is probably going to be a newbish question, but no matter what I try or lookup, I can't seem to find any answer to why I can't trim some strings like I would want for a json ...
2
votes
1answer
27 views

What is meaning of multiply a table to self and get one field?

This is the Source code of WebMatrix.WebData.SimpleMembershipProvider.GetHashedPassword: private string GetHashedPassword(IDatabase db, int userId) { var pwdQuery = ...
2
votes
1answer
18 views

Webmatrix: Variable table name

I'm using Webmatrix for my project and I want to create a table in my sql-database. I tried this: var createTable = "CREATE Table Table1 (mitglieder INTEGER, admin BIT)"; ...
0
votes
1answer
12 views

Deploying non-MVC website to IIS7 (Windows 2008) server from Visual Studio 2012

Is there a documentation or how-to on deploying non-MVC website from Visual Studio 2012? I have seen some saying to use references (bin directory) which is all I need for Visual Studio 2012 but I ...
0
votes
1answer
33 views

Insert query values in a cell in iTextSharp

I have managed to generate a pdf using iTextSharp in webmatrix. I have a query shown below: var db = Database.Open("Northwind"); var sql = "SELECT CustomerID, CompanyName, ContactName, Address, ...
0
votes
1answer
39 views

How to add an image to a table cell in iTextSharp using webmatrix

I have made a table with cells and interested in having an image in one of the cell. Below is my code: doc.Open(); PdfPTable table = new PdfPTable(2); table.TotalWidth = 570f; table.LockedWidth = ...
0
votes
1answer
7 views

System.Web.Helpers Namespace not working in WebMatrix

Im trying to use the WebImage object type in WebMatrix 3. It works fine in the .cshtml file, but when doing the same thing in a .cs file it can't find the type. I've tried adding the Using ...
0
votes
2answers
33 views

How can I store date only in datetime field in WebMatrix with Sql Server CE?

I was wondering if there was a way to store a date (example: 01/01/2013) as datetime without SQL Server CE adding the time (example: 12:00:00 AM). I could always store it as the string "01/01/2013" ...
0
votes
2answers
32 views

Getting name of Page being requested/was requested

I know this is easy, but I've forgotten how and since I can't remember what it's called; it's been difficult trying to search for a solution. How can we request the page name in C#? E.g.: String ...
0
votes
1answer
16 views

WebMatrix 3 intellisense and publishing

Does WebMatrix 3 support intellisense for css libs you add or a customer css file you create? For me this doesn't work. It would be nice to have intellisense when using say twitter bootstrap for ...
0
votes
1answer
38 views

Unable to Install Webmatrix

Error Occurs Microsoft Web Platform Installer couldn't find the product you tried to install. Either the link you clicked is incorrect or you may be overriding you feed with a different feed The ...
0
votes
1answer
34 views

Do not use 'System.Runtime.CompilerServices.DynamicAttribute'. Use the 'dynamic' keyword instead

i copy and paste source of WebMatrix.WebData.IDatabase but VStudio mark Dynamic words and said Do not use 'System.Runtime.CompilerServices.DynamicAttribute'. Use the 'dynamic' keyword instead. Why i ...
0
votes
2answers
28 views

dynamically rendering plain .html page on webmatrix

I'm trying to render a .html webpage using @Renderpage() method in Webmatrix but the .html extension is not supported by the method. I guess the method only supports cshtml extensions. Is there a way ...
3
votes
3answers
42 views

How should I handle users browsing to pages in my site meant only for AJAX? Should I ever use GET?

Similar questions have been asked about the nature of when to use POST and when to use GET in an AJAX request Here: What are the advantages of using a GET request over a POST request? and here: GET ...
2
votes
3answers
20 views

Retrieving Data in Webmatrix without 'foreach'

I want to retrieve a single item of data from my database to then use as a value for an input element. Using the below will retrieve each instance of SubmittedBy in the DB so results in multiple ...
1
vote
1answer
28 views

Problems Deploying web application to iis

Built a web application with webmatrix, try to deploy locally to iis 5.1 for testing purposes so i added it to my wwwroot folder didnt work then i created a virtual directory. the home page works with ...
0
votes
0answers
16 views

Sanitizing an ASP.NET web site project for open source sharing purposes?

I am writing an article on creating a WebMatrix 3/ASP.NET web site that lives in the Azure cloud. I want to make sure that I have removed all information that needs to be kept private to my account ...
1
vote
0answers
35 views

Can WebSecurity work in WCF services?

I am new in the SimpleMembership model. WebSecurity works fine in the Web pages, but I have problems when I use it in the services. I have some web services, working under: <binding ...
2
votes
0answers
17 views

Upgrading WebMatrix to V3

Just upgraded WebMatrix this morning to WebMatrix V3, but now when I open the solution in Visual Studio, it displays the error "the selected file is not a valid solution file". Everything was working ...
0
votes
1answer
134 views

Webmatrix 3 Sql Server CE 4 Busted?

Ok, when I create a sql server CE .sdf database in the new Webmatrix 3 I run into a problem. I've narrowed an example down to this. 1) I create a table called test. One column "test_ID" is a ...
0
votes
1answer
31 views

Should I remove unused bits out of Web.config?

My current WebMatrix web site is very basic - it simply shows mostly static context, photos, and contains a few links. Many things are referenced in Web.config that I don't use in this site, such as ...
2
votes
0answers
32 views

Where can I clear non-razor view engines in a Web Pages site?

It is recommended when using the Razor View Engine to unload any others (such as Web forms) in Global.asax like so: ViewEngines.Engines.Clear(); ViewEngines.Engines.Add(new RazorViewEngine()); But ...
1
vote
2answers
82 views

How can I use the minimal amount of Twitter Bootstrap to get the fluid benefits?

I want my sites to work well on all form factors (phones, tablets, desktop/laptops) and orientations (vertical and horizontal). Twitter Bootstrap's "fluid" example seems great for this. I have to say ...
0
votes
0answers
9 views

How to decipher and assuage WebMatrix report warnings?

The report that WebMatrix allows you to run on your site is a little funky; specifically, it tells you there are problems (warnings, in my case), but although teasing you with what looks like such, ...
0
votes
0answers
38 views

WebMatrix set Insert_Identity on

I've made a database in WebMatrix. And i've set the isIdentity true but the table wont auto increment. It gives me an error saying that "Insert_Identity is off". How do I turn it on?. The SQL code ...
0
votes
0answers
30 views

Interact with webmatrix database using PHP

I am having trouble using my Webmatrix database. I would like to insert data into the database with a registration page written in PHP. When I created my database the "web.config" file was created. ...
0
votes
1answer
40 views

Retrieve data from database column in WebMatrix

Im using WebMatrix 2. I need retrieve data from column in my database. This is database column: I have used this code to retrieve data and get it in combobox @{ var db1 = ...
2
votes
1answer
97 views

Webmatrix - Passing variable from cshtml page to an aspx page

I'm using Webmatrix to build my site which renders different fusioncharts when users click on different buttons, i.e. if they click on the "Europe" button, they get a graph of avg temperatures in ...
2
votes
2answers
102 views

JQuery validation not working on webmatrix when locally hosting?

Ok so I know it validates correctly as it works in JSfiddle, but when I try to run it locally for some reason it is not validating. I have nothing happening with the POST of the form yet. Also, I am ...
0
votes
2answers
44 views

Error while using ColumnAttribute for an EF Model

I've extended my ASP.Net Web Pages application with the Entity Framework, which I have downloaded in Visual Studio via NuGet. Now I get the following error, while trying to assign a different column ...
0
votes
1answer
52 views

Migration of Access dataBase to SQLServer, what should I change in the code?

I have a web site that uses access database, I want to change connection to SQL Server DB, I migrate the Database with SQL Server, however I Have to change the connection code and sql requests. here ...
0
votes
1answer
27 views

Active Server Page Error with WebMatrix

When I execute my ASP pages I get this error in the browser: Active Server Pages (ASP) erreur 'ASP 0131' Parent path unauthorized /Admin/nimda_cansu.asp, ligne 1 The include file '.. / Inc / ...
-2
votes
0answers
29 views

Some specific file(.css,.jpg) file are not loading in my website published via webmatrix [closed]

I just published my webmatrix website.In this .cshtml files are working but linked .css files are not working. Such thing also happen with image files. When I search about this problem on net.I found ...
2
votes
2answers
35 views

Why does Visual Studio rename my project?

A project I started in WebMatrix I go back-and-forth with - some things are easier to do in WebMatrix, but in general I'm more comfortable in VS, so... anyway, when I opened it in VS for the first ...
0
votes
3answers
31 views

WebMatrix 2 site problems on upload to host

I have developed a Web Pages 2 website for my company using WebMatrix 2 that includes a simple SQL Compact Edition (.sdf file) database. Sounds simple. Runs perfectly on my local development box. ...
2
votes
1answer
77 views

ServiceStack with mono on linux

I know nothing about linux or mono. I have web app that I am building in WebMatrix. I've set up simple service with ServiceStack and a cshtml test page. All runs fine on Windows but when I move the ...
0
votes
1answer
46 views

Can I open a folder of a live web site with WebMatrix2?

I want to edit a web site using WebMatrix, however the site was created with ASP.net, When I open the folder of My site I Get so many errors, I just want to know if I can edit the web site ? Thank ...
0
votes
1answer
28 views

WebMatrix 2 asp pages issues

When I open my web site in WebMatrix 2 to update the database and add some pages, I get errors in my asp pages like: This document type is not supported. IntelliSense and validation for this ...
1
vote
0answers
41 views

WebMatrix can not recognize html tags in pages.asp

I'm trying to update live web site using WebMatrix, but when I open the asp files of the web site, I get so many errors (with HTML Tags) such us: Unknown element 'frame' or element cannot be placed ...
1
vote
2answers
70 views

Why is my WebMatrix project still using the old favicon.ico file?

The default favicon.ico that gets included in a WebMatrix product is added in _SiteLayout.cshtml like so: <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" /> That icon does ...
1
vote
1answer
46 views

How can I delete a folder from my WebMatrix project?

The default setup for a project in WebMatrix contains an "Account" folder with many files such as Login.cshtml, Logout.cshtml, Register.cshtml, etc. I do not need/want login capability for the site ...
-1
votes
1answer
18 views

Why is my image not displaying in my web page?

I modified the _SiteLayout.cshtml file in my WebMatrix project so that it contains this line: <p class="site-title"><a <img src="~/Images/Thumbnails/Landscapes/Fall_2012 10 ...
0
votes
1answer
32 views

Where in a WebMatrix project should the jquery CDN reference be placed?

I see here: Where do you include the jQuery library from? Google JSAPI? CDN? that this is a good way to include jQuery from a CDN (Google's): <script ...
0
votes
1answer
16 views

Data base login error when connecting from webmatrix [closed]

I have installed joomla 2.5 template in webmatrix with mysql as database.Enterd the pasword and confirmed as well. After installing the template in webmatrix there is an option to configure database ...
2
votes
1answer
260 views

How can I use jQuery file upload in webmatrix (ASP.NET Web Pages)?

I would like to use this jQuery file upload with my website https://github.com/blueimp/jQuery-File-Upload and according to the documentation I will need to create my own file upload handler and I was ...
0
votes
0answers
26 views

DB login error in configuring joomla using webmatrix [closed]

I have installed webmatrix. In Webmatrix installing the joomla, AT first it ask the data base connection, In the combo box it is showing Microsoft sql server (installed) and asking me the password for ...
0
votes
1answer
20 views

webmatrix - Reply-To webmail.send header

Anyone know how to do the following in C#? additionalHeaders.Add("Reply-To: test@test.com"); Solved: var header = new[]{"Reply-To:test@hotmail.com"}; WebMail.Send(to: customerEmail, ...
0
votes
1answer
41 views

WebMatrix SendMail additional headers

I need to add the following tag to my outgoing emails: {"X-MC-Template", "testheader"} the code i currently use to send emails is: var header = new[]{"X-MC-Tags:test"}; try { // Send email ...

1 2 3 4 5 15