3
votes
1answer
86 views

Can I have two or more WebMatrix sites running at once?

I'm using WebMatrix2 to run some test sites locally on my box. Each site of course is given its own port number by WM2 (eg localhost:15632 or localhost:12643) What I haven't figured out is how to ...
2
votes
1answer
278 views

Running multiple sites at once with WebMatrix 2 without opening it up multiple times

Since I have began using WebMatrix, I have developed many of my organization's web-interface, intranet sites. I am now up to four, almost five sites running all at once for users to connect to, and I ...
0
votes
1answer
100 views

Sencha touch in webmatrix

I'm trying sencha touch in WebMatrix but not having much success. Everything from the sencha library has been downloaded and IISExpress is running correctly but when I browse to index.html I get the ...
1
vote
1answer
2k views

Installing IIS on Windows 7 Home Basic

I have a ASP.NET application and I would like to deploy it on a webserver. So I searched for a some tutorials and most of them tell to enable the IIS Management Console in control panel.But I don't ...
0
votes
1answer
371 views

How do you configure WebMatrix to run PHP on *.htm, *.html files?

I'm running a PHP website locally using WebMatrix. This site uses PHP within *.html files. By default, WebMatrix doesn't allow this. How do I configure WebMatrix so that the PHP runs? (note that I'm ...
0
votes
1answer
290 views

How do I start nodejs web-site under iisexpress/iisnode from a command line?

I am having a problem trying to figure out how to start a nodejs web-site under issexpress/issnode without using Web-Matrix. Basically I need to do the same thing that is done by clicking start/stop ...
1
vote
1answer
177 views

site on IIS of my Windows 7 error 404 after install WebMatrix and IIS Express

I use Orchard CMS (MVC 3), first install with SQLCE, add site to IIS and running fine. Later, I install WebMatrix to migrate from SQLCE to SQL Express. After that my site on default IIS can not run ...
0
votes
1answer
287 views

PHP not worked in IIS express when wordpress run with no issue

I have install WordPress through webmatrix and they are work fine in my computer when I run them. When I create a new website or create from template then it's not worked. Suppose I made a index.page ...
0
votes
1answer
291 views

How can I setup an alias for a website in Webmatrix?

I have a site setup in webmatrix that runs on http://localhost:port on my local dev machine. At the moment I'm using a piece of open source software that is dependant on having a domain: ...
0
votes
1answer
348 views

Webmatrix error when creating new site from folder “MACHINE/REDIRECTION”

I'm experiencing an error when creating a new site from a folder with Webmatrix. I've used it for months now and i never had a problem with it, but yesterday when i went for create a new site i got ...
3
votes
1answer
186 views

Why do i get Error http 500.0 when running IIs-express from a folder?

I am trying to run the iis-express command tool from a folder : iis-express /path:. /trace. i have the admin rights , and my folder only contains a index.html file. when i try to do it that way , ...
0
votes
1answer
401 views

configure hostname for wordpress site using webmatrix

How can I configure a wordpress site built using webmatrix on windows to run on a specific hostname instead of localhost with a port number. For example my site is currently running on ...
0
votes
1answer
881 views

Issue with Windows Authentication using iisnode and WebMatrix

I tried to write a simple site using node.js hosted on IIS Express 7.5 (via WebMatrix). I would like to use Integrated Windows Authentication. I configured applicationhost.config as it described in ...
2
votes
3answers
2k views

How to set video MIME-type for VideoJs in IIS Express / Webmatrix

I'm developing a .NET site which is running locally on IIS Express through WebMatrix. The site contains a VideoJS script which basically plays HTML5 video. The video which has been loaded in is .mov ...
2
votes
1answer
338 views

WebMatrix Host File

Is there any way to do a redirect to a WebMatrix address like you would using a host file: 127.0.0.1 localwebsite.com. I can't use computername:2000 in the host obviously, so how can I use my ...
0
votes
1answer
719 views

Custom QueryStringModule (httpModules) not taken into account with WebMatrix

I created a QueryStringModule based on the one found here: MVC3 & Encrypted Querystring Parameters It works fine when I run my web application with the VS2010 debugger, but it is not taken into ...
0
votes
1answer
406 views

host access to web application on virtual using iis express

I created a web application in my virtual pc using the latest and greatest web matrix items (including IIS Express) on an XP SP3 virtual. Is it possible to access that application from my host ...
0
votes
1answer
816 views

Webmatrix with pre-installed PHP

I already have PHP 5.3.6 installed, is there a way to direct WebMatrix to make use of the installed PHP? Thanks
1
vote
1answer
171 views

Microsoft Webmatrix - Pool User

I know that WebMatrix does not have Pool concepts, but can I put my WebSite in Webmatrix to run in context of a specified User?
2
votes
2answers
740 views

WebMatrix parse .html file as .asp

I have a file with .html extension that contain the: <!--#include virtual="filename"--> directive and I'm using Microsoft WebMatrix. When I run the web pages from WebMatrix the directive ...
2
votes
1answer
772 views

iis express path for global theme directory

I'm using Visual Studio 2010 SP1, ASP.NET Webforms, Framework .NET 3.5 and IIS Express (also called WebMatrix). I get the following compilation error in Visual Studio with my WebSite : Theme ...
0
votes
3answers
3k views

IIS Express fails to serve cshtml files

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 try ...
2
votes
1answer
1k views

machine.config and processmodel with IIS express

I'm wondering if modifying processModel in machine.config will have any effect on an IIS express integrated mode application? I'm trying to modify the maxWorkerThreads to at least 100 because I was ...
1
vote
1answer
1k views

Access WebMatrix (IIS Express) hosted site using external IP

I've created a WordPress site using WebMatrix Beta on a Windows 7 machine. I'd like to test the site on some mobile devices. Is it possible to configure WebMatrix Beta (IIS Express) to be visible to ...