Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS6 Not configured for .Net - Framework is installed 2

Status
Not open for further replies.

RTomes

Programmer
Apr 19, 2005
357
US
A client of mine has Windows Server 2003.
.Net Framework 1.1 is installed.
IIS6 is not configured to run .Net apps, the ISAPI mappings have no .aspx or .ascx and all the other files types for .net.

In IIS6 is there a way to configure IIS without having to uninstall the .net framework an re-installing it?
 
You can do this by running

aspnet_regiis.exe -i

from within the folder where the framework is installed

C:\windows\Microsoft.NET\Framework\1.xxxxxx\
 
Thanks shatch, I will give it a try.
 
That did add the ISAPI mappings. Thanks Much!
The server still will not display .aspx files.
404 file not found.
Two test files are there along side older .asp files.
Files show up in IIS manager too so they are there.
The one test file is just a simple Hello World so it does work on our web servers and my local machine.
I added the ASPNET account to modify the web folder.
I changed the error message to show detailed yet all I get for ASPX pages is 404 file not found.

Any Ideas?
 
Rtomes,

Can you check in
Control Panels--Add Windows Components--ASP.NET

The ASP.NET component has to be check for ASP.NET applications to run.

Hang
 
Hanglam, You are the MAN! That worked.
Thanks to both of you.
This has made my weekend.
Soon I can figure out how to give stars I am going to do so.
 
Figured out the how to vote stars. Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top