Any help with TypeScript debuging in VS2013?
1. "Install the Latest Typescript for Visual Studio" (2013).
2. Create a project "HTML Application with TypeScript".
V - at this stage debuging is fine.
3. Enable Windows Authentication and disable Anonymous Authentication by updating project Properties and web.config.
X - now TypeScript debuging not working
message: The breakpoint will not currently be hit. No symbols have been loaded for this document.
The error on from the Output panel:
SourceMap http://localhost:16247/app.js.map read failed: The remote server returned an error: (401) Unauthorized.
Click the link of the map file, you can view the file.
note: If set breakpoints in the generated .js file, it works.