Microsoft EDGE使用typescript文件报告XHR HTTP404

时间:2015-12-12 20:48:17

标签: asp.net debugging typescript visual-studio-2015 microsoft-edge

当我从Visual Studio 2015调试Typescript Web应用程序时,使用Microsoft EDGE浏览器报告以下内容;

HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier).
(XHR): GET - http://localhost:2543/scripts/Helpers/jsontable.ts

我的项目中有一个jsontable.ts文件,但它不在scripts下。 我还在我的解决方案中进行了全文搜索,并且除了我现在删除的_references.ts文件之外,还没有找到对'jsontable.ts'的其他引用。问题仍然存在。 其他浏览器不会在F12网络窗格中报告此错误(使用Internet Explorer 11,Chrome,Opera和FireFox进行测试)。我知道我不会在我的申请中自己从其他州发送此请求。 有没有其他人经历过这个。有什么问题吗?

1 个答案:

答案 0 :(得分:0)

这可能是sourceMaps。关闭<?php $con=mysqli_connect("server19.0hosting.org","user","password","dbname"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $result = mysqli_query($con,"SELECT * FROM dbtable"); echo "<table border='1'> <tr> <th>Nume</th> <th>Teme facute</th> <th>Teme nefacute</th> </tr>"; while($row = mysqli_fetch_array($result)) { echo "<tr>"; echo "<td>" . $row['Nume'] . "</td>"; echo "<td>" . $row['Teme facute'] . "</td>"; echo "<td>" . $row['Teme nefacute'] . "</td>"; echo "</tr>"; } echo "</table>"; mysqli_close($con); ?> 文件中的该选项。