install net asp on w2k

  • Thread starter Thread starter Thomas Henz
  • Start date Start date
T

Thomas Henz

Hi!

I'd like to get into asp.net a little on a win2000 box. So I installed
..net framework and the IIS that comes with win2000. Is that all to use
asp .net functions? I wanted to use server.htmldecode() but couldnt,
because it was unknown to the iis.

Thanks a lot,

Tom
 
First of all, if you didn't install IIS before you installed the framework,
you'll need to run aspnet_regiis to configure your server. Second, can you
post the code and language you are trying to use?
 
Back
Top