asp.net and html

  • Thread starter Thread starter notsure
  • Start date Start date
His aspx (your friend's aspx), will that need to run from your host? Or will
the http link point to another machine?

If it's your machine, then you need asp.net runtime installed. (Install .net
framework, run aspnet_regiis -i, and then regsvr32 aspnet_isapi.dll)

If its his machine, then simple html will work.
 
As I said below, if it runs on your host, you need to setup the aspx
application on your host first. (I am assuming you've already taken care of
that).

Once you have that running, then yes, putting a href on the <a> tag should
take care of it. Let us know if you run into any issues.

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
 
Back
Top