iis-express

OpenCover for ASP.Net Core application running on IIS Express

隐身守侯 提交于 2019-12-11 13:43:41
问题 I'm trying to get Code Coverage for a Asp.Net Core application(DebugType - Full) running on IIS Express using OpenCover. As specified here I tried setting the environment variable and then run the OpenConsole. Only difference being that I'm trying to open using iisexpress.exe instead of VSIISExeLauncher.exe set LAUNCHER_ARGS=-p "C:\Program Files\dotnet\dotnet.exe" -a "exec \"C:\CoreWebApp\CoreWebApp\bin\Debug\netcoreapp2.0\CoreWebApp.dll\"" -pidFile $([System.IO.Path]::GetTempFileName()) -wd

Use IIS Express in visual studio 2010 without sp1 and command window

落花浮王杯 提交于 2019-12-11 13:38:58
问题 I want to use iis express with vs 2010 but i can't install sp1 for now, i have figured out how to do this, it is close to this guide How to configure Visual Studio 2008 to use IIS Express? and it works. My problem is that when vs runs iisexpress it has also an annoying command window (besides the tray icon) which i would like to get rid off. I can't install sp1 for vs 2010 but i have installed vs 2010 express with sp1 and double checked that when the integrated iis express option is used it

IIS Express Blocks VS 2010SP1 Builds

匆匆过客 提交于 2019-12-11 13:04:14
问题 After several build / debug cycles, IIS Express (both 7.5 and 8.0RC) start to block builds of the project in VS 2010SP1. The build will hang indefinitely until I terminate IIS Express. Is there a fix/workaround for this issue? 回答1: I ended up adding a pre-build event to kill IIS Express if it is running. taskkill /FI "IMAGENAME eq iisexpress.exe" UPDATE This solution helps but is not perfect. Sometimes the build will fail with an error message that the IIS Express process could not be

How can I tell if I have IIS Express or Full version installed?

五迷三道 提交于 2019-12-11 12:35:50
问题 I have two machines: Windows 10 Pro, and Windows 10 Home. I have enabled IIS on both of them. From both machines, going to IIS -> File -> About shows this dialog: One might assume that I'm dealing with the full version of IIS simply due to the lack of the word "Express". Is there any simple way to confirm if a machine has full or express installed? 回答1: You opened IIS Manager to see such a dialog and IIS Manager is only part of full IIS, while IIS is part of Windows. If you want to check that

PhpStorm | WebMatrix (IISExpress) | Xdebug.remote_port | — Which Port(s) to put where?

喜夏-厌秋 提交于 2019-12-11 09:17:54
问题 I've got a localhost webserver setup with WebMatrix and its IISExpress. It runs the webserver as http://localhost:<port> . I've also installed xdebug in it which runs perfectly for error-handling purposes. Now I have installed PhpStorm and I want to make use of its debugger's break-point wizardry. It uses Xdebug's /?XDEBUG_SESSION_START=<IDEKEY> feature and This is where I'm having trouble. In all, I have 3 places where I can set PORT: (a) Port in xdebug.remote_port in php.ini . (b) Port in

Different result in IIS express and IIS

大城市里の小女人 提交于 2019-12-11 08:27:34
问题 I recently installed webmatrix on a windows 2008 machine. I installed dotnetnuke using webmatrix, I visited the site using a browser on the server, finished installing the site, and everything works just fine. I than created a site in IIS, and pointed it at the folder where I installed dotnetnuke. When I visit the site using my domain name and on port 80 with a browser on my server, it takes me to the install page. When I visit the site using a remote computer, it says "This site is currently

How do I reference native files in IIS express?

非 Y 不嫁゛ 提交于 2019-12-11 07:08:39
问题 What I have is a Asp.Net MVC project which references a c++/cli assembly which in turn references some native c++ dlls. This is ultimately published ta a azure web service in a web role. This recommends copying the native dlls to the "%windir%\system32\inetsrv" folder in a startup task so that web role can find them when the role starts up. This works as expected on the cloud. However when debugging locally I want these dll's available to IIS Express. These are 64 bit dlls so I have to run

“SQLExpress database file auto-creation error” but DefaultConnect pointing at SQL Server 2008 R2

删除回忆录丶 提交于 2019-12-11 05:42:11
问题 I am using Visual Studio 2012 to create an MVC4 Internet application. I've moved away from Entity Framework and I am now using a local install of SQL Server 2008 R2. I changed my connection string to point at my local SQL Server instance: <connectionStrings> <add name="DefaultConnection" connectionString="Data Source=.;Initial Catalog=NotesBoard;Integrated Security=SSPI;" providerName="System.Data.SqlClient" /> </connectionStrings> There are no other connection strings in my project. This

LocalDB works fine in Visual Studio IIS, fails when deployed to full IIS

两盒软妹~` 提交于 2019-12-11 05:41:59
问题 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 database cannot connect and I get : "the specified localdb instance does not exist" I've had other problems, it seems localdb is a nightmare to deploy! I followed all the advice here also: http://blogs.msdn.com/b/sqlexpress/archive/2011/12/09/using-localdb-with-full-iis-part-1-user-profile.aspx

Problem developing WF4 application - The requested resource has moved to the one of the following locations

荒凉一梦 提交于 2019-12-11 05:21:08
问题 I am developing a WF4 application. The workflows are hosted in an ASP.NET website. For development, I am using IIS express. When debugging between edit cycles I get this error: System.ServiceModel.FaultException`1 was unhandled by user code Message=The requested resource has moved to the one of the following locations: https://localhost:44305/Workflows/PerformanceAppraisal/Exempt.xamlx StackTrace: at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply,