Jump to content

Link In Html Page To A Aspx Page


plasmy

Recommended Posts

I assume this is the right place to ask this. I need to make a link in my HTML page to an ASPX page. I am doing the following <a href="Page.aspx"> </a> The link is an image so assume that between the <a>'s there is a <img>. Also all pages are currently local in my computer since I have yet to put them on the servers, so the href actually contains the path to the aspx page I'm trying to link. I click the link and it does nothing, not even loading. Is there anything special I need to do to redirect to an aspx page in html?

Link to comment
Share on other sites

ASP requires a webserver. It cannot run from the local hard disk. At least I don't think so. Other languages, like PHP, require a webserver, but since ASP is a Microsoft product maybe Windows has built-in support for it. If you're not running Windows, I can pretty much guarantee you need a webserver. I don't think Apache can run ASP so you'd need to use IIS for Windows. Or upload your files to a host that supports ASP.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...