XAMP没有显示我的default.aspx页面 [英] XAMP is not displaying my default.aspx page

查看:89
本文介绍了XAMP没有显示我的default.aspx页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在使用ubuntu9.0和xampp服务器.
我已经在Default.aspx页面中编写了代码,该页面将重定向到index.SHTML页面,但是默认页面仍在浏览器中显示.

我的default.aspx代码如下:

<html >
<head runat="server" >
    <title>.: Technologies :.</title>
</head>
<body>
	<p><%Response.redirect("/index.shtml")%></p>
    <!--form id="form1" runat="server">
        <table>
           <tr>
               <td><asp:contentplaceholder id="Main" runat="server" /></td>
<td></td>
               <td><asp:contentplaceholder id="Footer" runat="server" /></td>
           </tr>
        </table>
    </form-->
</body>
</html>

解决方案

距离我上次使用XAMP已有很长时间了,但是我很确定它使用PHP而不是ASP.NET.

blockquote>

Hi,
I am using ubuntu9.0 and xampp server.
I have written code in your Default.aspx page which will redirect to index.SHTML page but default page is displaying as it is in the browser.

my default.aspx code is below:

<html >
<head runat="server" >
    <title>.: Technologies :.</title>
</head>
<body>
	<p><%Response.redirect("/index.shtml")%></p>
    <!--form id="form1" runat="server">
        <table>
           <tr>
               <td><asp:contentplaceholder id="Main" runat="server" /></td>
<td></td>
               <td><asp:contentplaceholder id="Footer" runat="server" /></td>
           </tr>
        </table>
    </form-->
</body>
</html>

解决方案

It''s a long time since I last used XAMP but I''m pretty sure that it uses PHP and not ASP.NET.


这篇关于XAMP没有显示我的default.aspx页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆