Category Development

Failed to Execute URL ASP.net

Got this error (System.Web.HttpException: Failed to Execute URL at ISAPIWorkerRequestInProcForIIS6) when starting up my asp.net website. The error occured beacause the project Managed pipeline mode was set to: Classic. When I changed the pipeline mode to Integrated the website started…

Visual Studio 2017 changing font colors

Have had some problems with Visual Studio 2017 and my color scheme (self created). But at every startup VS changed the color scheme to something completely different. No other settings where affected only the colors were changed. This bug have…

Submit dynamically created form using jQuery

Tried to submit a dynamically created form from an ajax response using jQuery. But couldn’t get it to work. Used the call $(“#formId”).submit(); At last I found the cause why the form wasn’t submitting. In the form a button element…

VS 2017 RC

Wow now is Visual Studio 2017 available for test (release candidate version). Microsoft seems to release a new version every second year now of Visual Studio. Some new features I really like so far: Visual Studio has been optimized to…

Unable to launch the IIS Express Web server

Failed to register URL “http://localhost:63647” for site application. Error description: The process cannot access the file because it is being used by another process (0x80070020). 1. Open project properties. 2. Choose “Web” on the left hand side. 3. Update the…

Section is locked (ipSecurity configuration)

Module IpRestrictionModule Notification BeginRequest Handler ExtensionlessUrl-Integrated-4.0 Error Code 0x80070021 Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault=”Deny”), or set explicitly…