First ASP.Net

  • Thread starter Thread starter DMP
  • Start date Start date
D

DMP

Hi ,
I write a Hello.Aspx in Notepad.
And save in C:\ASPNET folder.
What will be the configuration change to run the Hello.aspx on my local
machine(localhost) ?
Thanks,
 
You'll have to put it on a site topn which ASP.NET is enabled (assuming you
alaready installted the console).

You can check this in the IIS console by seeing if ASPX extension are
directed to the aspnet executable. If this is not the case see the doc for
the aspnet_regiis tool that allows to enable asp.net for a particular
site....

Patrice
 
You need to just drop it in a web site that has iis and the framework
installed.
in XP just make sure that iis is running and check for net framework 1.1 in
your add/remove pgms.
thanks
kes
 
Thank everybody
Kurt Schroeder said:
You need to just drop it in a web site that has iis and the framework
installed.
in XP just make sure that iis is running and check for net framework 1.1
in
your add/remove pgms.
thanks
kes
 
Back
Top