Unable to launch the IIS Express Web server

I had the exact same problem. The reason – bad IIS config file. Try deleting the automatically-created IISExpress folder, which is usually located at %userprofile%/Documents, e.g. C:\Users\[you]\Documents\IISExpress. Don’t worry, VS should create it again – correctly, this time – once you run your solution again. EDIT: Command line for deleting the folder: rmdir /s /q … Read more

How can I toggle word wrap in Visual Studio?

Following https://docs.microsoft.com/en-gb/visualstudio/ide/reference/how-to-manage-word-wrap-in-the-editor When viewing a document: Edit / Advanced / Word Wrap (Ctrl+E, Ctrl+W) General settings: Tools / Options / Text Editor / All Languages / Word wrap Or search for ‘word wrap’ in the Quick Launch box. Known issues: If you’re familiar with word wrap in Notepad++, Sublime Text, or Visual Studio Code, be … Read more

Where is the IIS Express configuration / metabase file found?

The configuration file is called applicationhost.config. It’s stored here: My Documents > IIS Express > config usually, but not always, one of these paths will work %userprofile%\documents\iisexpress\config\applicationhost.config %userprofile%\my documents\iisexpress\config\applicationhost.config Update for VS2019 If you’re using Visual Studio 2019+ check this path: $(solutionDir)\.vs\{projectName}\config\applicationhost.config Update for VS2015 (credit: @Talon) If you’re using Visual Studio 2015-2017 check this … Read more

Visual Studio jump to next error shortcut?

F8 (and Shift+F8 to go backwards). Or at least that’s what it is in my keyboard profile – you can go to tools\options\environment\keyboard and check out Edit.GoToNextLocation. Note If you configured Visual Studio using VB keyboard settings, no key has been assigned to this function. You need to pick your own and assign them.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)