IIS Configuration - ASP.net doesn't work

  • Thread starter Thread starter Ruy Castelli
  • Start date Start date
R

Ruy Castelli

Hi,

I'm using version 5.1, with .net framework 1.1, and I'm trying to create a
very, very, simple application, where I would enter a text on a TextBox and
when the user clicks on submit, it saves this data on a table. This is just
for testing and learning purposes.

My problem is that either:

- just the label appears on the ie (not the textbox nor the button) and,
when I click on Edit->Source Code, ie shows me the asp.net code, not the
html source code what iis was meant to have sent. Or

- ie displays the asp.net code, no label nothing.

This is driving me crazy, because I can't even display something on the
screen. I'm quite sure this is a configuration issue, but I don't know where
to fix it.

Thanks for your help.
Ruy.
 
hi,

run aspnet_regiis.exe you find it in the .net directory inside your windows
folder.

aspnet_regiis.exe /i IIRC register asp.net ISAPI.

cheers,
 
Thanks, it worked, but aspnet_regiis.exe refused these parameters.

I ran as "aspnet_regiis.exe -i".

Well, thanks a lot.
 
Back
Top