iis-express

Visual Studio 2015 - Adding virtual directory not possible

别来无恙 提交于 2019-11-28 07:03:11
we are running some of our sites as Web Site projects in Visual Studio. We recently upgraded to VS2015. Now we can't add virtual directories to new websites. We already tried right-click "Add new virtual direcory" where we get an error message as well as editing the applicationhost.config in the Project folder. Is this a bug with VS2015 or is there a way to create the directories? There is no problem with project that already ran on IIS Express before upgrading to VS2015. PS: I know of the thread here but it doesn't help. FileSystem Web site to IIS Express. Open VS2015 (Right click and select

Installing IIS on Windows 7 Home Basic

久未见 提交于 2019-11-28 05:50:19
问题 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 have such an entry in there. So I guessed that I have some component missing(jigsaw) and used the MS WebPI utility to install IIS components and other things even remotely connected to web development. I have installed Web deploy 3.0 IIS Express 7.5 .NET framework 4 and MS web tools for Visual

Force IIS Express to Classic Pipeline Mode

爷,独闯天下 提交于 2019-11-28 05:41:52
How can I force IIS Express to run at classic mode? And I need that this configuration stays with .csproj, once that this file that say that a project should be open with IIS Express. In Visual Studio 2010 select the Web Application project node in Solution Explorer then either: Press F4 or Navigate to View -> Properties Window or press F4 Important: Don't Right-click -> Properties from the right-click context menu for the project node in solution explorer because that will show the Property Pages for the project which is a whole different thing. In the properties Windows you'll see the entry

How can I force IIS Express to run in 32 bit mode?

南笙酒味 提交于 2019-11-28 05:13:42
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 application pool for the ASP app, but it seems to ignore the enable32BitAppOnWin64 attribute and the process is still 64 bit. <applicationPools> <add name="UnmanagedClassicAppPool32" managedRuntimeVersion="" managedPipelineMode="Classic" autoStart="true" enable32BitAppOnWin64="true" /> </applicationPools> How can I get this app pool in IIS Express to run as a 32 bit process? Neal For Visual Studio

VS 2012 can't load project which uses IIS with custom binding host - thinks it's using IIS Express

限于喜欢 提交于 2019-11-28 04:15:45
I have an ASP.NET project which uses IIS. IIS site is configured to use custom binding host name. Project file contains following settings: ... <UseIISExpress>false</UseIISExpress> ... <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>False</AutoAssignPort> <DevelopmentServerPort>8662</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> <IISUrl>http://custom.host.name/</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer

IISExpress Log File Location

ε祈祈猫儿з 提交于 2019-11-28 04:01:59
IISExpress writes log and configuration data to pre-determined location out of the box. The directory is an "IISExpress" directory stored in a user's Documents directory. In the directory is stored the following folders files underneath. Config Logs TraceLogFiles The location of my home directory is on a network share, determined by group policy Currently we are encountering scenarios where visual studio locks up when stopping debugging Silverlight applications using IIS Express. I was looking to change the location for the log & configuration data for IISExpress to see if this fixes the

How to solve “Microsoft Visual Studio (VS)” error “Unable to connect to the configured development Web server”

久未见 提交于 2019-11-28 03:55:49
PROBLEM If you start using " Microsoft Internet Information Services Express (IIS) " from " Microsoft Visual Studio (VS) " you may get when you run Build this error message Unable to connect to the configured development Web server . Failed to register URL "http://{ip_addr}:{port}/" for site "{project_name}" application "/". Error description: Access is denied. (0x80070005) What kind of rights is it? BG Bruno SOLUTION This means that you are missing the right for using it. Create it with Netsh Commands for Hypertext Transfer Protocol > add urlacl . 1) Open " Command Line Interface (CLI) "

IISExpress ClientCertificate Setup Steps

蓝咒 提交于 2019-11-28 03:51:11
问题 I am trying to configure a simple web site to require client certificates on IISExpress. My configuration is according to http://www.jasonrshaver.com/?tag=/IIS+Express <site name="XXXX" id="3"> <application path="/" applicationPool="Clr4IntegratedAppPool"> <virtualDirectory path="/" physicalPath="XXXX" /> </application> <bindings> <binding protocol="http" bindingInformation="*:65360:localhost" /> <binding protocol="https" bindingInformation="*:44300:localhost" /> </bindings> </site> ...

IIS express not working in visual studio 2012

白昼怎懂夜的黑 提交于 2019-11-28 03:30:59
问题 Iam not able to run the Visual Studio Application with IIS Express. Iam getting an Error “Unable to launch IIS Express” for the first time. After multiple times debugging, Iam getting the below error, If I run IIs express manually through command prompt,iam getting the below error, I have reinstalled IIS Express but there is no change. I have also modified the application host config file of IIs express by deleting all the site names of application but there is no change. Iam not able to know

Can't get the OWIN Startup class to run in IIS Express after renaming ASP.NET project file

巧了我就是萌 提交于 2019-11-28 02:23:19
I've got a situation where I needed to change the solution and project names within a OWIN-based WebAPI website. Everything worked great before this change, and to my knowledge the renaming was successful because of the following: The solution builds fine and all my unit tests run sucessfully both locally and on our TeamCity build server The application runs fine on our test server (full IIS 8) and in production (also full IIS 8) My issue is that after this rename I can not get the Startup class to execute when I run this in IIS Express no matter what I try. I suspect there is some cached