Installing ASP.NET

E

Elizabeth

I have .NET 2002 and 2003 installed on my dev machine; somehow it seems I am
not set up to run ASP.NET on the dev machine. IIS is there and I configured
it to handle .aspx extensions with aspnet_isapi.dll ... but it doesn't work.
Apparently, when I installed VS both times I didn't want to do ASP.NET on
the dev machine ... now I do

so what do I have to do now to get it installed ?

thanks ...

E
 
E

Elizabeth

Mark Rae said:
Well, you could start by explaining how you know it doesn't work...


Requests for .ASPX pages yield a HTTP 500 -- Internal Server Error ....
requests for .ASP pages work fine
 
J

Juan T. Llibre

have you tried executing

aspnet_regiis -i

from a command window in the .Net Framework directory ?

drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

If the .net framework is installed but isn't registered, that will get it registered with IIS.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
E

Elizabeth

Juan T. Llibre said:
have you tried executing

aspnet_regiis -i

from a command window in the .Net Framework directory ?

:) BINGO ! Thank you, Juan .. you have no doubt saved me many, many hours
of frustration and aggravation ....

Elizabeth
 

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

Top