aspx not installed after visual studio installation on xp-pro

  • Thread starter Thread starter z f
  • Start date Start date
Z

z f

Hi,

i have a clean installation ogf winXPPro with Visual Studio.net 2003 and
framework 1.1, winXPSP2.
for some reason the IIS application are not mapped for the ASP.NET ISAPI DLL
and can not run ASPX pages.
what should i do in order to fix it , and why did it happend in the first
place?

TIA!!
z.
 
Hi,

To fix this do the following...


1) Goto Command Prompt and run IISRESET
2) change to %Windir%\Microsoft.NET\Framework\v<Framework version>
3) Register the aspnet_isapi.dll using regsvr32 aspnet_isapi.dll (NOTE: This
might take around 1 minute to show up the success dialog)
4) Run aspnet_regiis.exe
5) Run IISRESET

You problem should get resolved.

I am not sure what happened in your case, but there is a known issue with
IIS and .Net Framework that if the IIS is installed after the installation
of .NET Framework it does not register the ASP.NET.

Hope I have addressed your question

-Niloday
 
Hi,

Here is a correction to my earilier post (added below for your reference).

Please read the instruction number 4 as ...
4) Run aspnet_regiis.exe -i

Apologise for the mistake.

Regards
-Niloday
-------------------------------------
Hi,

To fix this do the following...


1) Goto Command Prompt and run IISRESET
2) change to %Windir%\Microsoft.NET\Framework\v<Framework version>
3) Register the aspnet_isapi.dll using regsvr32 aspnet_isapi.dll (NOTE: This
might take around 1 minute to show up the success dialog)
4) Run aspnet_regiis.exe
5) Run IISRESET

You problem should get resolved.

I am not sure what happened in your case, but there is a known issue with
IIS and .Net Framework that if the IIS is installed after the installation
of .NET Framework it does not register the ASP.NET.

Hope I have addressed your question

-Niloday
 
Back
Top