~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Satya Prakash" <spdilli@h...>
Subject: [aspx] .aspx is not mapped to any dll in iis
: I installed Visual Studio.NET
: I installed .net Framework and .Net framework SDK.
: My IIS do not process .aspx pages . They are being displayed as text in
: the browser.
: I checked for the mappings in the iis. and .aspx is not mapped to any dll.
: What can be the reason.
: Can any one help me.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Did you install IIS before you install the .Net framework?
From another list, you can try this utility:
<snip>
Please try the utility of the framework: aspnet_regiis.
you can find the utility in the
%SystemRoot%\Microsoft.NET\Framework\v1.0.xxxx. Run the command:
aspnet_regiis -i.
This utility will register the ISAPI for .net in the IIS.
</snip>
Cheers
Ken