iis-express

Does IIS Express support ASP Classic?

穿精又带淫゛_ 提交于 2019-12-10 14:58:29
问题 I forgot to install IIS in my last dev machine repave and was thinking that maybe the new IIS Express can fit the bill for running the old ASP Classic sites I'm supporting. Do you know if IIS Express supports ASP Classic? 回答1: Yes, it supports. More infos. 来源: https://stackoverflow.com/questions/3942086/does-iis-express-support-asp-classic

URL rewrite in ASP.NET 5

一笑奈何 提交于 2019-12-10 13:35:33
问题 I'm using ASP.NET 5 where the entire folder structure is changed and the web.config is replaced (compared to previous ASP.NET versions). I'm doing client side routing using angularJS and I have this route: .when('/movies/add', { templateUrl: '/Views/add.html', controller: 'MoviesAddController' }) Everything works as longs as I start on my index.html and click on a link to /movies/add. If I reload the page using the /movies/add URL, the server gives me a 404. According to this tutorial I

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

雨燕双飞 提交于 2019-12-10 12:45:59
问题 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 have set the app directory to Full Permissions for Everyone, just to eliminate all possibility of security issues. I have further verified that IIS express is able to hit the web.config by confirming it using SysInternals ProcMon. ProcMon does not show the IISExpress process attempting to read from any

How to detect IIS Express version?

一曲冷凌霜 提交于 2019-12-10 12:28:21
问题 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 IIS Express version? 回答1: Browse to "C:\Program Files\IIS Express" , select the file iisexpress.exe , press Alt+Enter to open the properties dialog, click on the Details tab and read the product version. 回答2: HttpRuntime.IISVersion will give you the major and minor version of IIS (e.g., 8.0 ).

Asp.Net CPU issue working with Kendo UI treeview after Visual Studio 2013 Update 2

限于喜欢 提交于 2019-12-10 10:55:28
问题 I'm developing Asp.Net MVC website using Kendo UI. Installed Visual Studio 2013 Update 2 RTM and got CPU issue on IIS (CPU >= 30%). http://c2n.me/i7juKB.png After an hour of searching issue, found that the problem is in Kendo UI Treeview with hierarchical data. Kendo Treeview Asp.Net MVC wrapper code: @(Html.Kendo().TreeView().HtmlAttributes(new { style = "height:150px;" }) .Name("treeview-library-country") .Events(events => events.Select("common.onTreeViewSelect").Collapse("common

web.config error with Azure Emulator/IIS Express and SSL Client cert authentication

怎甘沉沦 提交于 2019-12-10 10:45:30
问题 Before anyone gets confused, this is for IIS Express , not IIS. We have an MVC5 app that requires SSL Client Certificate authentication. In development, this runs within the Azure Emulator, in VS2013 which runs under Admin privileges (for port 80/443). When we launch the App inside VS2013 (F5) it runs it within the Azure Emulator but it immediately throws an HTTP Error 500.19 - Internal Server Error with details This configuration section cannot be used at this path. This happens when the

Cannot open Web projects in Visual Studio 2013

佐手、 提交于 2019-12-10 04:21:26
问题 Yesterday I installed an update (Visual Studio 2013 Update 2) to Visual Studio 2013 and since then it has not worked properly. The update was taking quite a long time so I let it run overnight, and when I returned to my workstation this morning, I was unable to load the WebForm projects in our solution. The error it gives when I attempt to reload the projects is The IIS Express applicationHost.config file contains invalid entries and must be corrected before you can open project WebSite. I'm

Visual Studio 2013 “break on handled exceptions” not working, not breaking

荒凉一梦 提交于 2019-12-10 03:36:47
问题 I am debugging an asp.net application on iisexpress.exe, I have configured visual studio 2013 to break on user-handled exceptions through the exception settings window but it still does not break when an exception is thrown. When I pause execution I can see on the Intellitrace window that a lot of exceptions were thrown but visual studio didn't break. 回答1: Ok, it seems it was because of the "Enable Just My Code" options was selected under Options->Debugging->General I don't know why but by

Breakpoint in ASP.NET MVC Razor view will not be hit. No symbols have been loaded for this document

折月煮酒 提交于 2019-12-10 02:51:55
问题 I can't get a breakpoint in a Razor view to be hit in Visual Studio 2013 while debugging in IIS Express. This is the view and unreachable breakpoint: Looking at the modules I see that the latest PDB file has been loaded: And the folder C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\53ff8402\967c7053\assembly\dl3\f3c59a34\6698ffde_b452cf01 has the latest version of the DLL and PDF files: ITVizion.VizionLogs.WeeklyLogs.Web.DLL ITVizion.VizionLogs.WeeklyLogs.Web.PDB I

How to change IIS Express site name in Visual studio project

一曲冷凌霜 提交于 2019-12-09 18:38:14
问题 Hi I have two solution file one is called WWSearch and the other WWSearchDev. WWSearchDev was copied from WWSearch. both solution has ASP.net web form project. I searched everywhere in WWSearchDev for the word "WWSearch" and it has no reference to "WWSearch". But when I run the code IIS express still says the site name is WWSearch The problem is the path of WWSearchDev should be C:\VSS\WWSearchDev. *see screenshot. I tried adding a new site in IIE express application config file in C:\Users\