[thelist] aspx on winXP and IIS 5.1: Something is rotten

Ken Schaefer ken.schaefer at gmail.com
Wed Sep 8 03:32:27 CDT 2004


You do *NOT* use regsvr32

Start -> Run -> Cmd

In the command prompt window navigate to:
c:\windows\Microsoft.Net\Framework\<your .NET version>\

and then type:
aspnet_regiis -i

You can type:
aspnet_regiis /? 
to see a list of all available option.

Alternatively, if you know that you have v1.1 installed, then do:

Start -> Run (and enter):
%systemroot%\Microsoft.Net\Framework\v1.1.4322\aspnet_regiis.exe -i

When you first install the .NET Framework, if IIS is present,
aspnet_regiis.exe is called by .NET Framework setup to install the
necessary ISAPI extensions into IIS. By doing this yourself, you're
just manually replicating what the .NET Framework setup is doing.

HTH

Cheers
Ken


On Tue, 7 Sep 2004 23:34:45 -0500, Casey Crookston
<casey at thecrookstons.com> wrote:
> > There's also this, which should fix the mapping:
> >
> > aspnet_regiis -i
> 
> 
> I've seen some references to this in some posts I've found via Google....
> but I can't figure out how to execute that file with the -i flag (what does
> that mean, any way?)  It errors out everytime I try.  For example, I do
> Start > Run > regsvr32
> Windows\Microsoft.NET\Framework\v1.1.4332\aspnet_regiis.exe -i
> 
> and I get this error:
> 
> "... failed - The specified module could not be found."
> 
> However, the file aspnet_regiis.exe DOES exist in that folder.
> 
> ?????


More information about the thelist mailing list