iis error

  • Thread starter Thread starter Selen
  • Start date Start date
S

Selen

Hi,
I can only see my computer name in iis. and I cant create
web application.The error is "Web server isnt found or not installed" .I
load IIS again but the error doesnt change..

thanks
 
Hi Selen,

Is the "World Wide Web Service" checked? Found in
Control Panel->Add Or Remove Programs->Add/Remove Windows
Components->IIS->Details
 
You must use Aspnet_regiis.exe
To use Aspnet_regiis.exe to update a script map for an ASP.NET application
Open a command window. (Click Start, click Run, type cmd, and then click
OK.)
Navigate to the directory of the Aspnet_regiis.exe version you want to use.
Remember that each version of the .NET Framework comes with its own version.
The file is usually located in the following directory:
systemroot\Microsoft.NET\Framework\versionNumber
Use the -s or -sn option of Aspnet_regiis.exe along with the path to the
application to set up the script maps. The following shows a sample command
line that updates the script maps for an application called SampleApp1.
Aspnet_regiis.exe -s W3SVC/1/ROOT/SampleApp1

this is info from :
..NET Framework Developer's Guide
Configuring an ASP.NET Application for an ASP.NET Version
 
Back
Top