how to call asp page from html page

Posted by amol kadam on Stack Overflow See other posts from Stack Overflow or by amol kadam
Published on 2010-03-23T06:15:33Z Indexed on 2010/03/23 6:23 UTC
Read the original article Hit count: 528

Filed under:
|

hello sir, I'm Amol Kadam, totally new for asp.net & html . Sir I got the problem while uploading the pages of html & asp.

Sir actually i have one html page name as index.html & other one is asp page name as ContactUsNew.aspx. Sir there is link in html page for contact Us page. & for this link i use the code.

<td style="height: 42px">
    <p class="menu01"><a href="ContactUsNew.aspx">CONTACT US</a></p>
</td>

Sir when I run this application in localhost it run successfully, but when I upload these pages on ftp that time the path specified for contact us link on index.html page not switches to contactusnew.aspx page. there is path error occured plz help me......

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html