Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: .aspx is not mapped to any dll in iis


Message #1 by "Satya Prakash" <spdilli@h...> on Fri, 16 Nov 2001 04:23:36
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. 
Message #2 by "Ken Schaefer" <ken@a...> on Mon, 19 Nov 2001 15:33:45 +1100
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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






  Return to Index