Tagged Questions
0
votes
1answer
350 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 ...
13
votes
3answers
10k views
Add MIME mapping in web.config for IIS Express
I need to add a new MIME mapping for .woff file extensions to IIS Express.
If I add the following snippet to the "applicationhost.config" of IIS Express it works fine:
<staticContent ...
0
votes
1answer
355 views
Make IIS Express service external requests - checklist
I have a simple application deployed in IIS Express. It works well... for localhost.
I need to access it from another machine in my network but so far with no luck.
What's the checklist to make it ...
0
votes
1answer
493 views
How to run multipe WCF services using the same IIS Express instance through VS 2010
I have a solution in Visual Studio 2010 with multiple WCF service projects, which I would like to run under IIS Express as a single site with a subfolder containing each WCF project:
Web site
...
0
votes
1answer
4k views
IIS Express path to applicationhost.config in Visual Studio 2010
Is there a way to tell Visual Studio 2010 what value to use for the /config parameter when IIS Express is started?
Using Process Explorer I can see that the iisexpress.exe process is started by ...
0
votes
0answers
294 views
development setup for wcf with username security on VS2010 and IIS express
Here's the end game... I need a wcf service application with username/password security over ssl. Pretty basic stuff, but I'm at my wit's end trying to make this work. I'm trying to implement the ...
5
votes
2answers
3k views
How to set Allow Parent Paths in IIS Express Config
I'm assuming this is possible in the applicationhost.config file but I did not see a parent paths setting.
How do you allow parent paths for a specific site running under IIS Express?