Click here to Skip to main content
16,004,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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>
Posted
Updated 24-Jun-10 20:22pm
v2

1 solution

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

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900