Tagged Questions
0
votes
0answers
15 views
why does chrome with iis express measure wrong width of page
i have this simple html:
<html>
<head>
<title>Code: NewYork</title>
</head>
<body data-ng-app="us">
<input type="text" />
</body>
</html>
...
0
votes
0answers
18 views
When using IIS Express through Visual Studio 2012, resx changes are not recognized
In my html code of a C# web application I have the resx references as:
ul class="inlineList"
li
fmt:message key="scrollabletable.footer" /
span data-bind="text: ...
1
vote
0answers
25 views
web application exists on both the local IIS web server and the IIS Express web server
On the surface, this looks a lot like I want to use iis 7 instead of iis express in visual web developer 2010, or Visual Studio USE LOCAL IIS WEB SERVER issue with IIS 7.5.
But, my problem is that ...
0
votes
0answers
31 views
Adding <mimeMap> entry Causes 500 for Other Static Content on IIS Express
I'm using Visual Studio 2012 with Update 2 and IIS Express.
When I add a record to the staticContent section, all other static content (.js, .css, .jpg, etc) returns a 500 error.
Any advice would ...
1
vote
1answer
50 views
Start IIS Express without opening default site
When I launch my MVC4 project from Visual Studio 2012, IIS Express starts and then automatically launches the default page for the default site (i.e. the one I'm working on).
How do I prevent it from ...
1
vote
1answer
62 views
IIS Express doesn't start on first try, but starts fine after that. How do I troubleshoot?
I'm running Visual Studio Professional 2012, and recently IIS Express tries to spin up on the first attempt when I'm debugging an asp.net mvc app. It eventually times out and I get an error dialog ...
1
vote
1answer
1k views
Unable to launch the IIS Express Web server
I have an asp.net MVC 4 solution. When I try to open it using Visual studio 2012, I get following error:
---------------------------
Microsoft Visual Studio
---------------------------
Configuring ...
1
vote
0answers
73 views
How to set up IIS7 like Visual Studio's IIS Express?
I have an ASP.NET MVC web application that works fine when I run it through Visual Studio, using IIS Express. However when I put it on IIS7, one part of it doesn't work. What are the settings that ...
2
votes
0answers
184 views
How can I change IIS Express 8.0 install directory so it doesn't use “My Documents”?
Is it possible to change IIS Express 8.0 so that its install and configuration directory is not under "My Documents"?
In our environment, "My Documents" is mapped to a network share.
The problem ...
0
votes
0answers
300 views
AppPool in IIS Express must run under Integrated Mode
I am using the IIS Express instead of the Visual Studio 2012 Development Server to install the DotNetNuke 7.0.04 because DotNetNuke 7 requires integrated mode and ASP.NET Development Server doesn't ...
0
votes
1answer
175 views
IISExpress: Unable to automatically step into the server. the remote procedure cannot be debugged
I'm hosing a webservice in IISExpress and can browse to the endpoint using my browser so I know its alive. I'm writing a test application in WinForms and want to call a method on the service.
When I ...
3
votes
0answers
158 views
IIS Express slow on external requests using Parallels VM on Mac
Running a VM on a Mac for a .NET backend, I have the following setup:
Parallels 8 (Shared Network), Win 8, IIS Express 8 (not run as admin I think), Visual Studio 2012 Epress
ACL via elevated ...
2
votes
1answer
189 views
IIS Express Immediately shutting-down running site after stopping web application
I'm using visual studio 2012 in the first days of using VS-2012 when I want to stop application in IDE, application was still running on IIS Express, I could browse running application, but now It ...
0
votes
0answers
68 views
How to show IIS Express output window with Visual Studio 2012
I want to show the log output window of IIS Express when I'm debugging, similar to when IIS Express is ran through command line (iisexpress.exe /site:name).
Anybody knows how to do this while keeping ...
0
votes
1answer
127 views
Visual Studio 2012 err "could not write to output file '…some.dll'
When debugging my MVC4 app, using local IIS Express in Visual Studio 2012, each time I get
Description:
Could not write to output file '...\obj\Debug\some...dll'
The process cannot access the file ...
0
votes
0answers
87 views
Linking Separate JavaScript Library and Web Project in Visual Studio for Easy Debugging and Deployment
TLDR:
I want to be able to link a JavaScript library project with a Web Application in Visual Studio, and have this configuration easily portable to other developers in the organisation. Linking via ...
0
votes
0answers
103 views
Why is IISExpress giving me a 404 when clearly file is present?
I have a path C:\development\app with a simple file 'release-notes.html'.
I've started IISExpress in the same path like so:
C:\development\app\iisexpress /port:8080 /path:.
Yet when I browse to ...
1
vote
0answers
84 views
Why does visual studio development server give 404 errors for some file types?
I'm trying to test out visual studio development server and I get 404 errors for some file types. For example if I have a file /Views/Users/SignIn.js it is rejected, where css are allowed. This same ...
4
votes
1answer
2k views
VS 2012 IIS Express 8 - Unable to launch the IIS Express Web server
I'm trying to run an MVC 4 project in IIS Express 8 (because that is apparently what comes with VS 2012) and every time I've tried to run it from VS, I get the following error.
Unable to launch the ...
1
vote
2answers
481 views
“No symbols have been loaded” - Silverlight project cannot find pdb files
I've got a web project that runs a Silverlight app. Due to the massive build times I am trying to use "Attach to Process" instead of running in debug in Visual Studio.
When I build the full solution ...
1
vote
0answers
34 views
IIS Express 8, VS 2012 and 64-bit [duplicate]
Possible Duplicate:
Can’t get IIS Express 8 beta to run website as 64-bit process
I have VS 2012 configured with IIS Express 8. I need to run a web site under 64bit process. When I set the ...
1
vote
0answers
184 views
Syntax for netsh http url reservation for any IP address
I'm using IIS Express as my development web server with Visual Studio 2012. I want to be able to reach my site from wireless devices (smartphones, tablets, etc.) for testing and debugging. The ...
0
votes
1answer
406 views
Unable to create virtual directory
I am working on a website which authenticates with Facebook, so that the user can sign in through his/her Facebook profile. I've seen similar questions like this one, but none that covers exactly my ...
4
votes
1answer
2k views
Can Visual Studio restart IIS Express on new debugging session?
I have an ASP.Net application that performs some database initialization during Application_Start in Global.asax. I'm using IIS Express to debug the application.
I find that if I stop debugging, ...
23
votes
7answers
14k views
Visual Studio Debugging/Loading Very Slow
I'm at wits end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my MVC sites. Not always: at first, the projects will load nice and fast, but once ...
2
votes
1answer
794 views
Creating a virtual directory failed with the error
I can't solve this problem
I suggest I have to change c:\Windows\System32\drivers\etc\hosts file and add after
# localhost name resolution is handled within DNS itself.
the next line:
127.0.0.1 ...
3
votes
1answer
592 views
Why does my IIS Express web application project throw an error in the output window when it attempts to load?
A web application project which was converted to IIS Express and then checked into Team Foundation Server is kicking out an error when other developers try to load it. The error appears in the Visual ...
10
votes
1answer
425 views
IIS Express 7.5 refuses to launch from VS 2K10 Ultimate
When trying to debug a web project from VS 2010 Ultimate using IIS Express I get the following error:
"Unable to launch IIS Express Web Server."
IIS Express does start when this error appears and I ...
10
votes
1answer
2k views
IIS Express is automatically disabling anonymous authentication for my project, why?
When I switch my ASP.NET MVC project from Cassini web server to IIS Express, this is added to my applicationhost.config file:
<location path="MyProject">
<system.webServer>
...
0
votes
1answer
282 views
Debug with IIS Express and access files above root
I am developing an ASP.Net project with Visual Studio that is hosted on a local IIS server. The entire site is fairly complicated, and made up of multiple applications, so I am using a ...
0
votes
1answer
74 views
How to ensure my 64bit box produces 32bit IIS assemblies
Lately I've run into some unstable behavior with the Web Site Admin pages and I wonder if I've crossed 64bit/32bit lines. I'm working off a Win7 64bit box but only interact with IIS in 32bit mode.
...
17
votes
3answers
5k views
Creating virtual directories in IIS express
Is there any way to create a virtual directory in IIS express? I know that Cassini can't do this and it would be nice to be able to do this without using a full version of IIS.
I've got it so far ...
1
vote
1answer
278 views
Access IIS 7.5 Express started by Visual Studio 2010 from VMWare Guest
I have VS2010sp1 I have developed a MVC 3 site with C#, jQuery etc. When I develop I use IIS Express. A client now wants me to test the site from Internet Explorer 7 on a Windows XP machine.
I have a ...
1
vote
2answers
530 views
Changing all projects of a Visual Studio solution to use IIS Express
Does anyone know a trick to change all web projects in a Visual Studio solution so that they use IIS Express.
Imagine converting 100 Web Application projects by clicking each "Properties"...
1
vote
1answer
759 views
How to setup IIS Express to run a Visual Studio project in a Virtual Directory instead of root?
I'm using VS 2010 and a using IIS Express instead of the Visual Studio's web server.
By default the Web application runs at the root of localhost something like this: http://localhost:50369/
I wish ...
3
votes
1answer
5k views
Error: allowDefinition='MachineToApplication' beyond application level
there are a ton of SO postings on this subject. by far, the solution seems to be to configure the directory in IIS as an application. Another common solution is to remove backup web.config files ...
8
votes
1answer
951 views
How to use IIS Express without polluting the .csproj file
I recently switched to IIS Express for asp.net developement but I don't understand that clicking on "Use IIS Express..." (contextual menu on project in Visual Studio) affects the .csproj file...
The ...
5
votes
1answer
1k views
Android Emulator loopback to IIS Express does not work, but does work with Cassini
I am attempting to post data from an Android application running in the Android Emulator on my local machine to a web application running under IIS Express also running on my local machine. ...
6
votes
1answer
4k views
Enabling PHP on IIS Express with Visual Studio (sans WebMatrix)
I am working on this web application which is mostly .NET, but a part is written in PHP. Yes, it is twisted and sick, but that's the way it has to be… In my development environment, IIS Express is my ...
32
votes
2answers
17k views
Configure IIS Express for external access to VS2010 project
I am developing a project in VS2010 and am able to view my site locally via IIS Express. I would like to enable external access over the network.
All my research has sent me to this blog entry: ...
10
votes
3answers
8k views
How do I configure a website project to use IIS Express?
I have a website project, not a web application. I have Visual Studio SP1 (beta) installed, but I only see the option to use an external web server; there is no "Use IIS Express" option like with web ...
9
votes
4answers
6k views
IIS Express Web Server - (Every) Port is in Use?
Today I installed VS2010 SP1 Beta, and IIS 7 Express, as I currently have IIS5 on my local development machine and thought I'd try IIS Express out.
I have gone into the properties window for my Web ...
0
votes
2answers
401 views
IIS Express with VS2010 SP 1 beta problem
I have installed VS2010 SP1 and IIS Express Beta. Both are installed correctly, but I can't use them because the option does not appear in the context menu as Scott Guthrie describes on his blog here:
...
8
votes
1answer
2k views
what is difference between visual studio development server and IIS express server aka Webmatrix
some days before i found that Visual studio sp1 have a facility to run the Webmatrix aka IIS express from visual studio instead of vs development server.
so i want to know what is difference between ...