2
votes
1answer
391 views

MSBuild on TFS failed - WebDeploy Package

I'm currently working on a build for a project, but I'm facing difficulties with the TFS Build. I just want to create a zip package, using a TFS Build, with parameters from IIS Express. CSPROJ ...
1
vote
0answers
178 views

Azure debug with IIS express & VS2010 won't work anymore

I have a project with uses IIS Express as local development server but when starting a project with CTRL+F5 IIS express won't start anymore. I can't see IIS Express icon on taskbar. If I start without ...
0
votes
0answers
170 views

IIS express is terminated when I attach visual studio 2010 debugger to it to start a debug session

I'm currently developping an MVC 4 application on a windows xp computer (old, but I've no choice) I run my application on IIS express 7.5 and each time I try to use "attach to process" in VS 2010 to ...
0
votes
1answer
99 views

Access IIS Express running on virtual machine

I'm trying to access IIS Express that I have running on a windows virtual machine on my mac. I have tried including an additional binding pointing to the IP of the virtual machine, ive used netsh to ...
0
votes
0answers
276 views

Win8 visual studio 2010 or 2012 web project with IIS express error can't create virtual directory

Have anyone install windows 8 enterprise and use it with Visual studio 2010 or 2012 or both on it and developing web project with local IIS? or known what could of cause this error and fix it? I have ...
0
votes
0answers
498 views

How do I get IIS Express to work in Windows 8?

So I've been working at this for about 2 days now and have essentially hit a dead end. I guess the first thing to know is, can IIS Express work in combination with Visual Studio 2010 and Windows 8? ...
0
votes
1answer
151 views

HTTP 500 for web role running under IIS Express in Compute Emulator

I have a web role that is configured to be hosted in IIS when deployed locally in Compute Emulator. Now I want to run it under IIS Express in order to profile the web site more easily. Thus I ...
1
vote
1answer
763 views

Why can't Visual Studio 2010 deploy and start IIS express on local machine?

Our ASP.NET C# web application is used in the following environment .NET Framework 4 Silverlight 4 IIS 7 Windows 2008 Visual Studio 2010 .NET IDE C# HTTPS ( SSL ) In order to keep development ...
2
votes
1answer
392 views

Visual Studio 2012 - Web.config invalid in IIS Express 8

To support an installation on IIS 7, I added the following to my web.config: <system.webServer> <staticContent> <mimeMap fileExtension=".mp4" mimeType="video/mp4" /> ...
0
votes
1answer
39 views

Missing “Web Projects” in Tools>Options>Projects and Solutions in VS 2010 Ultimate

I was trying to use IIS Express in developing my first ASP.NET MVC. I searched on the web and found out that I need to check a box in Tools > Options > Projects And Solutions > Web Projects The only ...
0
votes
1answer
101 views

Stop iisexpress site when I stop debugging it? VS 2010

I have a VS2010 web project that I debug with iisexpress. Sometimes when stepping code I notice something wrong that would have undesirable effects, e.g. in my 70 Gigabyte database, so I want to stop ...
0
votes
1answer
110 views

xap loading error on asp.net development server

Recently I started to get a strange error, While loading xap file it stops! In %95 in %4 very random . There is an error in browser's developer console Uncaught Error: Unhandled Error in ...
0
votes
1answer
190 views

Flash can't access XML files when running under Localhost

We have a Flex/Flash application that loads information from XML files created by a .NET application. It works fine under IIS but when I try to run it from Visual Studio 2010 or 2012 using the ASP.NET ...
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
1answer
303 views

Visual Studio 2010 + IIS Express + Umbraco multi site = either “port 80 in use” or second homepage not detected

I am trying to make a proper setup with Visual Studio 2010, IIS Express (WebMatrix) and Umbraco v4.9.0 for developing a multi site website. I have edited the hosts-file to include: 127.0.0.1 ...
0
votes
1answer
822 views

IIS Express (WebMatrix 2) won't serve .cshtml files in WebAPI project (VS10/WinXP)

I am trying to run a WebAPI project on WinXP through WebMatrix 2. I'm getting this error when attempting to browse index.cshtml (in the root): "This type of page is not served." I created a ...
1
vote
0answers
236 views

Incredibly slow binary access through NHibernate when using IIS Express

I've been unable to Google this, possibly cause I can't figure out the right thing to search for. In an MVC3 project I'm working on, I've got a table with an "image" data column on it. This table's ...
1
vote
0answers
227 views

IIS Express / VS Config works only for myself, not other users

Using Visual Studio 2010 and IIS Express. The web site site I'm debugging will only accept logins from my domain account. If I connect to the site from a different system logged in as someone else, ...
1
vote
3answers
149 views

Do I need to redeploy to IIS Express on my development box every time I change a line of CSS?

I am using VS2010 to develop a cloud application. Previously I was using the Hosted Web Core but now it has switched to IIS Express. Before if I made a change to CSS then all I had to do was refresh ...
4
votes
2answers
480 views

Is there a way I can avoid iisexpress startup delays when it loads DLLs every time I do a build?

I am using VS2010 and IIS Express. When I do a build there are long delays while all the dlls load up. On my rather slow machine it's usually 3-4 minutes. 'iisexpress.exe' (Managed (v4.0.30319)): ...
6
votes
1answer
188 views

Why does Code analysis differ between Cassini and IIS Express for Web Sites?

ISSUE DETAILS We're moving to use IIS Express instead of Cassini and I noticed that Code Analysis isn't returning the same results. On one site we have where we started using code analysis late in ...
5
votes
2answers
1k views

Running the 64 bit version of IIS Express 8 RC with Visual Studio 2010

I have a web app that uses the 64 bit version of SharpSvn, a managed DLL with an unmanaged dependency. It will not run in IIS Express 7.0. Switching to the 32 bit version of the assembly works fine. ...
0
votes
0answers
94 views

Difficulties with long-lived TCP connections in ASP.NET server-side code during local debugging

Let's say you have an ASP.NET website that you launched locally from VS2010, using IIS Express . You test the app, decide you want to make some changes. You stop the debugger. But, in actuality, ...
2
votes
3answers
1k views

IIS Express or Cassini

I'm a little confused about something. I am using Visual Studio 2010 and am a little unsure whether VS 2010 uses IIS Express or Cassini when running web applications. What is the difference? ...
4
votes
1answer
1k views

Make Localhost a Custom Domain in IIS Express

I am using IIS Express in Visual Studio 2010 and right now it runs on localhost:61156. But I need it to run on a domain. Is it possible to make IIS Express to run on devserver.com, instead of ...
2
votes
1answer
90 views

Why does F5 (Start Debugging) play all of the websites in the solution instead of just the “start up” website? [duplicate]

Possible Duplicate: Debugging One Website In A Solution Of Four Our solution has around 12 projects. This includes 4 websites. Main website (set as the startup project) Offline site A ...
2
votes
4answers
1k views

Why am I getting error 500.0 in when using IIS Express (significant debug info included)

I created a blank MVC 3 application on VS2010 SP1, and set the app to use IIS Express. When I debug, I get error 500.0 (0x80070585) I am able to succesfuly run the app using the VS dev server I ...
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 ...
0
votes
1answer
40 views

IIS express swith Off/On site in Solution?

I have multiple Projects(site) in my Solution (visual studio 2010). when i run my project in debug mode it runs all site in the solution. At times i need only two or three sites. How can i On/Off ...
0
votes
2answers
2k views

Configuring IIS Express to use default ports for http and https for debugging

I have followed scot's article on how to enable default ports (80 and 443) for http and https respectively. I have followed each step to the letter and in the end IIS express sytem tray shows me that ...
0
votes
2answers
511 views

Enabling SSL on specific pages. IIS Express and VS 2010

I have just installed sp1 for visual studio 2010 and now i am debugging my asp.net projects and websites with IIS Express. I know i can enable ssl from project's properties. but what i want to figure ...
3
votes
1answer
462 views

IIS Express + Visual Studio 2010 + non-local Project Url

I am facing a dilemma related to another question but not exactly the same. I want to use IIS Express with a custom URL but without modifying the local HOSTS file. Specifically, for me, ...
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. ...
1
vote
1answer
187 views

ASP.NET MVC 3 “Add View” hangs with IIS Express

When adding a new view via the "Add View..." dialog in VS2010SP1 with IIS Express running my site, the dialog hangs when pressing the Add button. Usually takes a couple of minutes for this dialog to ...
0
votes
1answer
168 views

'Could not load type [x].ViewPage<T>' despite solution being cleaned, rebuilt and all DLLs being present

Some colleagues of mine are experiencing the following weird issue, with an MVC2 application that is contained within a solution of around a dozen class libraries. Every so often, running the ...
2
votes
1answer
1k views

Enable Android device to access IIS Express whilst on same network

I am looking for a way to easily test the mobile version of my site in development. I have set up IIS Express, such that I can access locally using: http://localhost:1025/AppName/ or by using my PC ...
1
vote
1answer
325 views

Visual Studio 2010 IIS Express Get Configured Port Numbers

I am currently developing an ASP.NET MVC 3 site using Visual Studio 2010 with SSL enabled for debugging on my local machine via IIS Express. A port is assigned for http and https in the ...
0
votes
1answer
575 views

IIS 7.5 Express requires VS to run under administrator context?

I am trying to use IIS 7.5 for web development, but am getting a message saying: Configuring Web http://localhost:8080/ for ASP.NET 4.0 failed. You must manually configure this site for ASP.NET 4.0 ...
4
votes
0answers
315 views

IIS Express fails to start VS2010sp1 project

I have a sporadic issue whereby occasionally when I boot my computer, open a solution and start the debugger for a project set to run under IISExpress, that IE opens and shows a diagnose connection ...
0
votes
1answer
157 views

Can't use IIS Express in VS 2010

I have VS 2010 and for some reason I dont have the option "use iis express" when I right click on my website project. I have installed IIS Express. The win7 system is up-to-date. when I go ...
7
votes
4answers
880 views

IIS Express on a shared development machine (rdp)

I have a problem which I thought could be common, searched the web for it but found nothing. We're using a shared development machine, and every developer connects through RDP and has his own ...
0
votes
1answer
619 views

Accessing a Visual Studio 2010 Web Server over a local network

I am looking to be able to accept incoming requests to my debug web servers environment from elsewhere on my local network. For example: Development Box: Local IIS Express Web server(deployed ...
2
votes
1answer
1k views

How to make IIS Express the default web server in Visual Studio?

Is there a way to set IIS Express as the default launch option in Visual Studio 2010 SP1? Currently, it uses Visual Studio Development Server by default and one has to execute "Use IIS Express..." ...
0
votes
1answer
642 views

URL routing not working with ASP.NET web forms?

I've recently started a web application and decided to use url routing in it (basically just to get some practice with it). The app is .NET4, and I'm using VS2010 SP1 and IIS Express (integrated ...
1
vote
1answer
764 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 ...
1
vote
0answers
212 views

ASP.NET MVC Debugging, updated libraries not used by IIS Express

ASP.NET MVC, Visual Studio 2010, C#/.NET4. I'm using IIS Express as the web server of choice, as it more accurately mirrors our production configurations in IIS7. However, when I go through ...
0
votes
1answer
669 views

What permissions are needed for project folders in VS2010 IIS express?

Are there some special gotchas when accessing a project folder using IIS express in visual studio 2010? I am testing a file upload control and I keep getting access denied Asp.net errors. I have the ...
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
120 views

How to make DevServer put all assemblies in one folder?

I need to config IIS-Express (or DevServer) to put all output assembly files in one place. Now DevServer copies each dll to its own folder like: C:\Users\UserName\AppData\Local\Temp\Temporary ASP.NET ...
2
votes
3answers
4k views

“Visual Studio is unable to launch the IIS Express Web Server” when appPool is configured to use a specifyIdentity

I have been using IIS express as my web server for awhile now, but I've run into a scenario where I need the application pool to run as a specific user, rather than NetworkService or some other ...

1 2