Using Visual Studio 2013 in Windows 8.1, I\'ve been used to debug applications hosted in IIS by attaching to the w3wp.exe process running the Application Pool.
Open Visual Studio in Administrator Mode, then Debug -> attach to process -> tick the check box "Show processes from all user", select w3wp.exe. Administration mode is required for debugging the source code.