aspnet app on new pc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have a new pc with just the .Net framework on it and i just installed iis
on it (i don't have visual studio on it). however, i'd like to put my asp.net
page on it but it's not working properly (buttons on the page don't show up).

do i have to configure something to make it work?

thanks,
rodchar
 
Hi rodchar:

IF you installed IIS after installing .NET, you'll probably need to
locate and run aspnet_regiis -i from the .NET install dir. This will
configure IIS for ASP.NET.
 
thanks that helped.

Scott Allen said:
Hi rodchar:

IF you installed IIS after installing .NET, you'll probably need to
locate and run aspnet_regiis -i from the .NET install dir. This will
configure IIS for ASP.NET.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top