Questions tagged [webmatrix-3]

WebMatrix is a free, lightweight, cloud-connected web development tool from Microsoft.

33 questions
9
votes
2 answers

WebMatrix 3 does not support IIS Express 10

I am facing a problem while trying to install WebMatrix 3 over Windows 10 after installing Visual Studio 2015 (IIS Express 10) due to the below mentioned error. Although it worth mention that I tried to install the older version of IIS on Windows…
3
votes
1 answer

How to create Transaction Commit and Rollback in Webmatrix.Data.Database

I am writing a code for my webmatrix project where transaction commit and rollback is applied. I am Using mysql 5.1 and innodb database engine for transaction support. I use db.Connection.BeginTransaction(); try { …
NorCode
  • 679
  • 1
  • 12
  • 33
2
votes
1 answer

WebMatrix Returns WebMatrix.Data.DynamicRecord instead of data from the table

I am relatively new to WebMatrix and wish to create a page that displays data from the database. See the code below. It returns WebMatrix Returns WebMatrix.Data.DynamicRecord and the column name on every cell @{ var db =…
2
votes
1 answer

How to combine ASP.NET webpages site with a MVC 6 site

I have heard that MVC 6 is combination of Webpages, MVC and Web API. I want to know how to combine a ASP.NET Webpages Content in MVC 6. I want to merge a Webpages site (developed using Webmatrix) into MVC 6.
2
votes
1 answer

Is there a canonical way to save an existing site as a template in WebMatrix?

I want to use an existing site that I built in WebMatrix as the starting point for another one. IOW, I want to use it as a template. Is there a "proper" way of doing this, or is it just a matter of "saving as" the existing site to a new folder, and…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
1
vote
1 answer

PasswordReset is not working in WebMatrix

I am using the exsisting PasswordReset form in WebMatrix. I didn't change anything in the module but, it's not working. When I click the "Did you forget your password?" link and it takes me to the ForgotPassword form. After I enter my email…
tnlewis
  • 323
  • 1
  • 3
  • 15
1
vote
3 answers

How should I call a cshtml file from javascript/jquery?

I'm trying to add cascading dropdown lists to a page on my site. I've followed the example presented at http://www.mikesdotnetting.com/article/196/webmatrix-jquery-cascading-dropdown-lists The only changes being that I've changed the variable names…
1
vote
1 answer

unable to use PHP 5.5 to add data to MySQL 5.7 in webmatrix 3

Please help, this is driving me mad! I have, I thought, a simple registration form that I am trying to send data with PHP to MySQL in Webmatrix. (PHP 5.5 to add data to MySQL 5.7 in webmatrix 3) however, I get the following error in Chrome: The…
the_end
  • 67
  • 9
1
vote
1 answer

Adding JavaScript to RenderSection() in _Layout Page

I'm sure this question must have been asked and answered somewhere on StackOverflow, but I've searched and searched and it's eluding me. I'd be very grateful of any assistance the community might provide. I have a form with which I'm quite happy,…
1
vote
0 answers

Google map error

I am facing an error Compiler Error Message: CS0103: The name 'Maps' does not exist in the current context i named this file as MapAddress.cshtml and jquery file also matches which i have and i have also intalled version 2 of the ASP.NET Web…
Radhe Sham
  • 141
  • 10
1
vote
1 answer

OAuthWebSecurity Migrating from OpenID 2.0 to OpenID Connect

Google had earlier announced the deprecation and discontinuation of openID 2.0 on April 2015. Unfortunately for most people like me, our existing applications already have a bunch of codes written based on this service using OAuthWebSecurity from…
Ifeanyi Chukwu
  • 3,187
  • 3
  • 28
  • 32
0
votes
2 answers

How to style a variable string according to the result of a conditional statement?

To simplify this problem, I have written a basic if/ else statement which shows the message "The number is correct!" if the condition is met on form posting or "Sorry. The number is incorrect!" if the condition is not met. @{ Layout =…
DaniB
  • 191
  • 2
  • 5
  • 19
0
votes
1 answer

How to convert request querystring to HMACSHA256 in webmatrix

The below code doesnt work in webmatrix... (Only the kvps part is not working) @using System; @using System.Collections.Generic; @using System.Linq; @using System.Web; @using System.Configuration; @using System.Text.RegularExpressions; @using…
0
votes
1 answer

Coordination WebMatrix.Data and WebMatrix.WebData work with Oracle DB

i have a MVC 5 project with an oracle DB, i need to use sum sort of membership provider, as i understand it, at the moment there's no boilerplate provider which works with OracleDB for mvc. can anybody recommend a solution? I'm trying to adjust…
galrave
  • 40
  • 10
0
votes
1 answer

Webmatrix Web Pages - Login using Parse (ASP.NET)

I have an issue i cant figure out, i have a small web matrix webpages site, i am using Parse.com SDK and when a user logins in - i am logging them in on the server side. The problem is that if another user anywhere else opens the site, they are…
onesoftuk
  • 26
  • 3
1
2 3