|
 |
aspx_beginners thread: ASP.NET Installation in WinXP Pro
Message #1 by "Andrej Pangersic" <andrej.pangersic@e...> on Mon, 24 Feb 2003 18:12:50
|
|
Hello,
I have a WinXP Pro (Slovenian) installed on my computer with the
(optional) IIS. IIS was installed from a separate (English) CD, because I
only have OEM installation on the IBM ThinkPad machine.
IIS is running OK for the "classical" .asp applications. When I
install .NET Framework 1.0 with SP 2 it does not install ASP.NET although
other .NET applications have no problems. There is simply no mapping to
ISAPI dlls in IIS Properties/Home Directory/Configuration for the file
types .aspx ...
Installation returns status successful and I have completely no clue where
to search for the error. I have repeated the whole procedure already two
times with the same effect.
Anybody has an idea what could be wrong?
Thanks, Andrej
Message #2 by "Ken Schaefer" <ken@a...> on Tue, 25 Feb 2003 11:56:36 +1100
|
|
Try the following, to add the asp.net mappings to IIS:
Start>run>cmd
cd %WINDIR%\microsoft.net\framework\v1.0.3705
aspnet_regiis.exe -i
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Andrej Pangersic" <andrej.pangersic@e...>
Subject: [aspx_beginners] ASP.NET Installation in WinXP Pro
: I have a WinXP Pro (Slovenian) installed on my computer with the
: (optional) IIS. IIS was installed from a separate (English) CD, because I
: only have OEM installation on the IBM ThinkPad machine.
:
: IIS is running OK for the "classical" .asp applications. When I
: install .NET Framework 1.0 with SP 2 it does not install ASP.NET although
: other .NET applications have no problems. There is simply no mapping to
: ISAPI dlls in IIS Properties/Home Directory/Configuration for the file
: types .aspx ...
:
: Installation returns status successful and I have completely no clue where
: to search for the error. I have repeated the whole procedure already two
: times with the same effect.
:
: Anybody has an idea what could be wrong?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #3 by "Andrej Pangersic" <andrej.pangersic@e...> on Wed, 26 Feb 2003 16:43:00
|
|
It works!
Thanks a lot,
Andrej
> Try the following, to add the asp.net mappings to IIS:
Start>run>cmd
cd %WINDIR%\microsoft.net\framework\v1.0.3705
aspnet_regiis.exe -i
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Andrej Pangersic" <andrej.pangersic@e...>
Subject: [aspx_beginners] ASP.NET Installation in WinXP Pro
: I have a WinXP Pro (Slovenian) installed on my computer with the
: (optional) IIS. IIS was installed from a separate (English) CD, because I
: only have OEM installation on the IBM ThinkPad machine.
:
: IIS is running OK for the "classical" .asp applications. When I
: install .NET Framework 1.0 with SP 2 it does not install ASP.NET although
: other .NET applications have no problems. There is simply no mapping to
: ISAPI dlls in IIS Properties/Home Directory/Configuration for the file
: types .aspx ...
:
: Installation returns status successful and I have completely no clue
where
: to search for the error. I have repeated the whole procedure already two
: times with the same effect.
:
: Anybody has an idea what could be wrong?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #4 by "Alex Smotritsky" <alex.smotritsky@v...> on Tue, 25 Feb 2003 00:30:25 -0500
|
|
Try this:
http://support.microsoft.com/?id=306005
-----Original Message-----
From: Andrej Pangersic [mailto:andrej.pangersic@e...]
Sent: Monday, February 24, 2003 6:13 PM
To: aspx_beginners
Subject: [aspx_beginners] ASP.NET Installation in WinXP Pro
Hello,
I have a WinXP Pro (Slovenian) installed on my computer with the
(optional) IIS. IIS was installed from a separate (English) CD, because
I
only have OEM installation on the IBM ThinkPad machine.
IIS is running OK for the "classical" .asp applications. When I
install .NET Framework 1.0 with SP 2 it does not install ASP.NET
although
other .NET applications have no problems. There is simply no mapping to
ISAPI dlls in IIS Properties/Home Directory/Configuration for the file
types .aspx ...
Installation returns status successful and I have completely no clue
where
to search for the error. I have repeated the whole procedure already two
times with the same effect.
Anybody has an idea what could be wrong?
Thanks, Andrej
|
|
 |