Ask a Question related to ASP.NET Web Services, Design and Development.
-
Terry Willett #1
register asp.net to IIS
How do I register asp.net to IIS.
When I try to install SQL reporting services I get the error asp.net is not
registered to IIS server.
I downloaded asp.net 1.1
I am on a WinXP PRO machine.
I have SQL server Developer edition and VS 2003
Thanks,
Terry
Terry Willett Guest
-
OCX file will not register
The install fails because the ocx file does not register during the install process and it will not let me manually register it either. Any ideas? -
how do i register it?
I have illustrator cs tryout version and i bought a serial but i dont know how to register it. I cant find where i put the serial -
how do i register?
how do i register? (i have a serial number0 please help me! -
Self register
Hi every one. Is it possible to creat aSelf-register form on IIS? Using Widows server 2003, is ther any script needed to do so, or any extensions,... -
Please register?
Sam: Are you using MX or MX 2004? -- Kevin French Team Macromedia Volunteer for Fireworks -Download a 30 day trial of Fireworks MX 2004 -
Gerry O'Brien [MVP] #2
Re: register asp.net to IIS
Two possible ways.
Locate your framework directory, usually found under;
C:\Windows\Microsoft.NET\Framework\versionnumber
You will have to replace version number with v1.1.4322 if you downloaded the
1.1 version. Double check it first though.
In that folder you will find an .exe falled aspnet_regiis. Execute that.
If that doesn't work, as it sometimes fails, then locate aspnet_isapi.dll
and open it with regsvr32.exe. You should be all set to go. There are two
more aspnet_xx.dll files in there as well. If you still have problems,
register those as well.
--
Gerry O'Brien
Visual Developer .NET MVP
Visual Basic
"Terry Willett" <twillett@cox-internet.com> wrote in message
news:1082lmbe2s6pu81@corp.supernews.com...> How do I register asp.net to IIS.
> When I try to install SQL reporting services I get the error asp.net is
> not
> registered to IIS server.
>
> I downloaded asp.net 1.1
> I am on a WinXP PRO machine.
>
> I have SQL server Developer edition and VS 2003
>
> Thanks,
> Terry
>
>
Gerry O'Brien [MVP] Guest
-
Scott M. #3
Re: register asp.net to IIS
Don't forget the install switch!
aspnet_regiis -i
"Gerry O'Brien [MVP]" <gkcomput@hotmail.com> wrote in message
news:e6bhshTJEHA.3368@TK2MSFTNGP10.phx.gbl...the> Two possible ways.
>
> Locate your framework directory, usually found under;
>
> C:\Windows\Microsoft.NET\Framework\versionnumber
>
> You will have to replace version number with v1.1.4322 if you downloadedtwo> 1.1 version. Double check it first though.
>
> In that folder you will find an .exe falled aspnet_regiis. Execute that.
>
> If that doesn't work, as it sometimes fails, then locate aspnet_isapi.dll
> and open it with regsvr32.exe. You should be all set to go. There are> more aspnet_xx.dll files in there as well. If you still have problems,
> register those as well.
>
> --
> Gerry O'Brien
> Visual Developer .NET MVP
> Visual Basic
>
>
> "Terry Willett" <twillett@cox-internet.com> wrote in message
> news:1082lmbe2s6pu81@corp.supernews.com...>> > How do I register asp.net to IIS.
> > When I try to install SQL reporting services I get the error asp.net is
> > not
> > registered to IIS server.
> >
> > I downloaded asp.net 1.1
> > I am on a WinXP PRO machine.
> >
> > I have SQL server Developer edition and VS 2003
> >
> > Thanks,
> > Terry
> >
> >
>
Scott M. Guest
-
Gerry O'Brien [MVP] #4
Re: register asp.net to IIS
oops ;-)
--
Gerry O'Brien
Visual Developer .NET MVP
Visual Basic
"Scott M." <s-mar@BADSPAMsnet.net> wrote in message
news:OhGCOEVJEHA.3368@TK2MSFTNGP10.phx.gbl...> Don't forget the install switch!
>
> aspnet_regiis -i
>
>
> "Gerry O'Brien [MVP]" <gkcomput@hotmail.com> wrote in message
> news:e6bhshTJEHA.3368@TK2MSFTNGP10.phx.gbl...> the>> Two possible ways.
>>
>> Locate your framework directory, usually found under;
>>
>> C:\Windows\Microsoft.NET\Framework\versionnumber
>>
>> You will have to replace version number with v1.1.4322 if you downloaded> two>> 1.1 version. Double check it first though.
>>
>> In that folder you will find an .exe falled aspnet_regiis. Execute that.
>>
>> If that doesn't work, as it sometimes fails, then locate aspnet_isapi.dll
>> and open it with regsvr32.exe. You should be all set to go. There are>>> more aspnet_xx.dll files in there as well. If you still have problems,
>> register those as well.
>>
>> --
>> Gerry O'Brien
>> Visual Developer .NET MVP
>> Visual Basic
>>
>>
>> "Terry Willett" <twillett@cox-internet.com> wrote in message
>> news:1082lmbe2s6pu81@corp.supernews.com...>>>> > How do I register asp.net to IIS.
>> > When I try to install SQL reporting services I get the error asp.net is
>> > not
>> > registered to IIS server.
>> >
>> > I downloaded asp.net 1.1
>> > I am on a WinXP PRO machine.
>> >
>> > I have SQL server Developer edition and VS 2003
>> >
>> > Thanks,
>> > Terry
>> >
>> >
>>
>
Gerry O'Brien [MVP] Guest



Reply With Quote

