iis-express

Why do environmentVariables from launchSettings.json profiles not load when aspNetCore web.config sections exist?

萝らか妹 提交于 2020-07-19 18:59:04
问题 We recently upgraded a .NET Core 2.1 Web App to .NET 3.1. Ever since, our profiles in launchSettings.json are not properly working. Specifically, the environmentVariables are not loading, with one in particular being "ASPNETCORE_ENVIRONMENT". We use this to switch appSettings.{Environment}.json when debugging locally to target different environments. In my research, it seems that the web.config is the culprit for this issue. For context, we keep a web.config in our project so we can customize

WIX installer toolset - SQL Server and IIS express installation [closed]

巧了我就是萌 提交于 2020-07-04 04:25:22
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 months ago . Improve this question I have WIX installer with some custom UI screens out of which I have one custom UI screen with two radio buttons on it.i just want to install SQL Server Express and IIS Express depending radio button selection.How can i implement this functionality. I am using

Unable to load dynamic library 'php_wincache.dll'?

橙三吉。 提交于 2020-06-27 17:49:41
问题 Because I already use ASP.NET I decided to use PHP on IIS, I install it using Wep PI but when I trying to install Composer he fails with PHP settings error. I tried to change the extension_dir to absolute and uncommented php_wincache extension in php.ini but none of my solutions works C:\Program Files (x86)\iis express\PHP\v7.2\php.exe The php.ini used by your command-line PHP is: C:\Program Files (x86)\iis express\PHP\v7.2\php.ini A setting in your php.ini could be causing the problem:

HTTP error 500.19 - Cannot read configuration file

蓝咒 提交于 2020-06-24 05:02:27
问题 In one of my ASP.NET apps, all of a sudden I am unable to run it in Visual Studio 2013 due to the error displayed below. It appears that it is trying to open the web.config from a path that doesn't even exist. All of my project code, including web.config, are located under C:\Projects\SourceCode\AFEManager\Trunk\AFEManager.Web. I've found a number of posts here from users experiencing a similar error, but the solutions seem to vary and none I've found so far seem applicable to my situation. I

HTTP error 500.19 - Cannot read configuration file

百般思念 提交于 2020-06-24 05:02:16
问题 In one of my ASP.NET apps, all of a sudden I am unable to run it in Visual Studio 2013 due to the error displayed below. It appears that it is trying to open the web.config from a path that doesn't even exist. All of my project code, including web.config, are located under C:\Projects\SourceCode\AFEManager\Trunk\AFEManager.Web. I've found a number of posts here from users experiencing a similar error, but the solutions seem to vary and none I've found so far seem applicable to my situation. I

allowdoubleescaping = “true” in IIS Express Config Not Working

ε祈祈猫儿з 提交于 2020-05-23 21:30:51
问题 I get HTTP Error 404.11 - Not Found The request filtering module is configured to deny a request that contains a double escape sequence. Error when I send a request to a .razor page in Blazor, The link is dynamically built and sent to users email: string confirmationLink = $"{HttpContext.Request.Scheme}://{Request.Host}/account/confirmemail/{System.Web.HttpUtility.UrlEncode(user.Id)}/{System.Web.HttpUtility.UrlEncode(confirmationToken)}"; I modified the IIS Express config files in five places

Creation of the virtual directory http:/ /localhost:16858/ failed with the error

两盒软妹~` 提交于 2020-05-17 06:34:55
问题 i am trying to load a web project in VS2015 and i get the following error. Creation of the virtual directory http:/ /localhost:16858/ failed with the error: Filename: redirection.config Error: Cannot read configuration file. I tried to delete *.csproj.user to rebuild the file. But it didn't work. How to solve this problem ? Any suggestions ? 回答1: The error is solved. Firstly, if you don't install IIS Express, you should install. After installing, copy all files from C:\Program Files\IIS

Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException

坚强是说给别人听的谎言 提交于 2020-05-15 05:45:08
问题 I'm getting the following error message from Visual Studio 2017 on first run of the ASP.NET Core MVC Boilerplate template (DotNet Core) regarding the SSL certificate: "Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException occurred HResult=0x80070002 Message=The system cannot find the file specified Source= StackTrace: at Internal.Cryptography.Pal.CertificatePal.FromBlobOrFile(Byte[] rawData, String fileName, String password, X509KeyStorageFlags keyStorageFlags) at System