IIS Express is a developer version of IIS 7.5 that doesn't require Administrator rights to run.
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: ...
0
votes
1answer
18 views
ASP.NET and YSlow optimization
I'm running a YSlow performance test on my small ASP.NET web project running in an IIS Express. I'm left back with two items that I think needs optimization.
1. Add Expires headers
I need to set ...
1
vote
0answers
24 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
13 views
How can I get XAMPP back after IIS 8 took over my localhost?
I have been using XAMPP for a long time for PHP and mySQL development. Yesterday, after Widows update, the browser will not recognize the XAMPP anymore. It goes directly to IIS 8 page, and I cannot ...
1
vote
0answers
10 views
disable auto-generated error pages iisexpress
I'm creating a JSON web api. Certain parts of the api are limited to authenticated users only.
If you're not authenticated, the server is programmed to set the http status code to 403 and close the ...
0
votes
0answers
17 views
MVC 4.0, iis express, visual studio 2012 forms authentication and session state timeout issue
I have created a new MVC 4.0 application using the forms authentication template which comes with visual studio 2012.
All works fine and I can login and logout and I am directed to my home page after ...
-1
votes
1answer
36 views
How change IIS Express runtime from 4.0 to 2.0?
I'm trying to run using SharpDevelop a MVC2 web app. When I try to run the application, the following error show up in the browser:
Config Error There is a duplicate
...
0
votes
0answers
36 views
Connect to IIS Express service from PhoneGap (Android)
I am developing a PhoneGap application and want to test it on an Android emulator.
My app call a IIS (Express) service to get a list of people. My service is hosted in local and to call it, I use my ...
0
votes
1answer
46 views
Serving static files in development with IIS Express and Visual Studio 2012
This seems like a pretty common use case, but I can't for the life of me find any information on how to set this up.
I've got an "Admin" site where I upload images and then my normal website ...
0
votes
1answer
94 views
Works for GET, not for POST (404 error)
I have a WebApi controller ServicesApiController in my MVC4 project with a signature like so:
[Authorize(Roles = "sysadmin,Secretary")]
[AcceptVerbs("GET", "POST")]
public IEnumerable<Stock> ...
0
votes
0answers
9 views
PHP works in IISExpress when using “/site:” parameter, but not when specifying “/path:” and “/port:”
I have PHP working in IISExpress, but it seems to only work when I set up a <site> node in applicationhost.config, eg:
<site name="phptest" id="1">
<application path="/">
...
0
votes
1answer
33 views
HttpRequestMessage.GetClientCertificate is null when certificate is being set on client
I've set up a WebAPI service to require https and open to accept a client certificate. The SSL part is working fine. I'm using the WebRequestHandler to attach a certificate (a real one, not test ...
0
votes
0answers
35 views
IIS Express re-compiling on almost every call after load of NuGet package
My web application has been working fine. Just recently, I began trying to add Twitter Bootstrap to my project using NuGet (it doesn't appear that NuGet is the issue because the same thing happens if ...
0
votes
1answer
82 views
Unable to launch the IIS Express Web Server after using Microsoft.Web.Administration
I have been playing around with Microsoft.Web.Administration and I have had the following code run in my settup:
{
using (ServerManager serverManager = new ...
0
votes
0answers
43 views
Web API IIS Express 502 Error Failed to negotiate HTTPS connection with server.
I am new to web api with SSL. I am trying to get my site to work with https using IIS Express. The http works fine so I set SSL Enabled to true and I get the above error using the generated URI for ...
0
votes
0answers
101 views
VS 2012 & IIS Express With Windows Authentication
I have successfully setup my development environment on one machine utilizing IIS Express and Windows Authentication to essentially force a web application to use SSL. When I pulled the code down ...
0
votes
1answer
29 views
ssl-based wcf service does not work in azure emulator
If i put the web role to run in IIS, the service goes as expected.
however, it does not work in azure emulator. The error page shows "500 - Internal server error. There is a problem with the resource ...
0
votes
0answers
59 views
Visual Studio 2012 Update 2 IIS Express Basic authentication Logon failure
We have a wizard for Visual Studio which generates new ASP.NET project with different settings, like authentication.
After installing "Update 2" for VS11 generated application gets 401.1 - ...
2
votes
1answer
74 views
How can I force IIS Express to run in 32 bit mode?
I have a classic ASP app that I'm trying to run under IIS Express on 64 bit Windows. It uses Jet to connect to a Microsoft Access database and will not work under 64 bit.
I have created the following ...
1
vote
0answers
87 views
ASP.NET website pages not reflecting recent changes
I have been working on a new intranet site for a few weeks now, and everything has worked as expected. If I made any changes whatsoever (added raw text, new controls, etc) to my .aspx pages, and then ...
1
vote
1answer
79 views
Cannot get ADO connection working on a classic ASP website running in IIS Express on Windows 7 64 bit
I have a legacy classic ASP website that I need to do some maintenance work on. My development machine is running Windows 7 64 bit, Visual Studio 2012 and IIS Express 8.0.
The ASP app is backed by a ...
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 ...
0
votes
2answers
136 views
Work with Web API and Windows Phone
I am developing a solution that is composed of two elements: a web server, which publishes some REST services, and a mobile client, which consumes those services.
To implement the REST services I have ...
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 ...
0
votes
0answers
118 views
IIS Express 8 in Visual Studio will not load site when Authentication cookie exists
I have an ASP.NET mvc application in VS 2012 running IIS Express 8 for the debugger (with a custom domain and ssl). Everything was working great until yesterday. When I launch the debugger, it loads ...
0
votes
0answers
18 views
Reseting IIS Express at runtime
I have some tests that require me to restart IIS before running them. With full-blown IIS, this is as easy as running iisreset from Process.start.
The problem I have now is one of my computers is on ...
1
vote
0answers
116 views
VS 2012 IIS Express 8 - Unable to launch web app
I've created brand new ASP.NET MVC 4 application in VS2012 (Windows 7 64-bit). When I run app using IIS Express 8, my application is not started. Using FireBug I noticed that "site.css" file cannot be ...
0
votes
0answers
26 views
Why does “batch=false” in Web.config improve build time with Casini and worsen it with IIS?
Trying to improve development build time on a 120-project Visual Studio 2012 solution that's been clocking in at 3 minutes plus, the most dramatic change I've found yet comes when I switch between ...
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 ...
0
votes
0answers
46 views
Set password on virtual directory in IIS Express with AppCmd
I have a vdir with a physicalPath that points to a file share. Setting the "userName" and "password" attributes to a user with access to that share in the vdir config section in applicationhost.config ...
0
votes
0answers
161 views
URL Rewrite redirect to ssl with IIS Express
We have enabled redirection from http to https in IIS 7.5 using URL Rewrite and these web.config settings:
<rules>
<rule name="https redirect" stopProcessing="true">
...
0
votes
0answers
72 views
error 400 when my android app get wcf service result
I'm working with xamarin to build android app.
This android app make a simple request to the wcf service.
Actually, the wcf returns me
{"mooResult":"moo ! ( 3 )"}
when I try this URL in my ...
1
vote
2answers
121 views
IISExpress 8 Cannot read configuration file redirection.config
I'm running Windows Server 2008 R2 (x64) with IISExpress8 and when navigating to
c:\Program Files (x86)\IIS Express>iisexpress.exe
it says:
Filename: redirection.config
Error: Cannot read ...
0
votes
2answers
56 views
Unable to create databases when running RavenDB on IISExpress
As the title says. (Cross post from the mailing list: https://groups.google.com/forum/#!topic/ravendb/hxP3REWVMdg)
The iisexpress process is running as the currently logged in user, but I'm only ...
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 ...
0
votes
0answers
59 views
Unit testing SSL-enabled WCF service as part of TFS build process on the Cloud
We have a WCF service running over HTTPS for which we have a number of unit tests. We run the tests during the TFS build process by spinning up an IISExpress instance on the build machine when we ...
0
votes
1answer
183 views
VS 2012 & IIS Express. Could not find a part of the path 'C:\Program Files (x86)\IIS Express\~\MyPics\My.jpg'
I am developing a Asp.Net MVC 4 application using VS 2012. The application when running in local is using the IIS Express as web server.I am facing issues in trying to access a file which is part of ...
1
vote
0answers
76 views
Debugging website in VS 2012 and IIS Express 8.0 - keep losing session
I recently installed VS2012 and my IIS Express automatically upgraded from 7.5 to 8.0.
Now whenever I debug a website application, I lose my session as if application is restarting every 2-3 pages. ...
2
votes
1answer
151 views
How to detect IIS Express version?
I have found that our ASP.NET application runs differently on different machines in IIS Express. All have VS 2012, .Net 4.5 and Integrated mode. But some has VS 2012 Update 1, some not.
How do I find ...
2
votes
1answer
58 views
run php site on iis express
I've been trying to run a simple hello world php site from iis express, following this question http://stackoverflow.com/a/7086364/744610
but i keep getting an error 500 from the iis, and in the cmd ...
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 ...
1
vote
1answer
31 views
VS 2012 launching app based on wrong path
I have a app which is under source control (TFS 2012 also) on c:\Dev\MyApp\Main.
Because im developing a new feature I decided to open a branch on c:\Dev\MyApp\BranchNewFeature.
I developed and when ...
0
votes
0answers
71 views
How to create msmdpump.dll site for Analytics Services in IIS Express?
I read this guide for IIS http://msdn.microsoft.com/en-us/library/gg492140.aspx
You can enable HTTP access to Analysis Services by configuring MSMDPUMP.dll, an ISAPI extension that runs in ...
2
votes
1answer
41 views
ApplicationShutdownReason.BuildManagerChange and ApplicationPool restart in IISExpress
We have a problem. We are using IISExpress 8.0 for Asp.net WebForm application(.net 4.0).
Comupter is running under Windows 7 x64.
Sometimes without any reason ApplicationPool restarts. I know that ...
0
votes
0answers
148 views
LocalDB works fine in Visual Studio IIS, fails when deployed to full IIS
I have a code first localdb database in my MVC 4 project and if I run the application in Visual Studio 2012 it connects fine and everything works. When I publish to my full IIS and access the site the ...
0
votes
0answers
164 views
Value cannot be null. Parameter name: baseUri - ASP.net application with authentication
I am trying to work with a SandBox application for Microsoft HealthVault - Walk Me. I have downloaded the HealthVault SDK and the source code from the Walk Me application. When I launch the ...
1
vote
2answers
183 views
asmx Webservice does not work on IISExpress
We are migrating from IIS 5.1 to IISExpress on developer machines. We have ASP .NET app which also hosts some .asmx webservices.
When using IIS 5.1 we can access wsdl using following URL
http ...
1
vote
1answer
82 views
VS 2012 Breakpoint Issues
I have run into an issue with VS 2012 not hitting breakpoints during the seeding process of my DB. I am on Svr 2008 R2 using EF 5. This is similar to this breakpoint issue, but not quite the same. ...
0
votes
0answers
45 views
ASP.NET MVC - Status Codes without HTML
I am developing an ASP.NET MVC 4 project on my local machine using IIS Express using Visual Studio 2010. I have a controller that returns HTTP status codes via HttpStatusCodeResult. I am noticing that ...



