iis 7.0 - ASP pages cannot be read

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I cannot run raw asp page applications . I receive the error 500.
Where do I look to find out why theses cannot be run?
 
Halinab,


By default ASP is disabled under IIS 7. You must install the option from
Application Development Features and enable ASP pages within IIS.


Bill F.
 
Can you instruct me how to do that

Bill Frisbee said:
Halinab,


By default ASP is disabled under IIS 7. You must install the option from
Application Development Features and enable ASP pages within IIS.


Bill F.
 
Of course!

Go to the Control Panel. Select the Programs option (click on the word
Programs). Select Turn Windows features on or off.

At this time UAC will fire off. Give it permission to proceed.

Expand the IIS folder (Internet Information Services)

Expand World Wide Web Services

Expand Application development Features.

Add the various extensions you require for IIS (such as .Net, ASP, ASP.NET
etc.)

Click OK and this will install the features.

You then need to make sure they are enabled in the IIS MMC snap-in.

I do this from the desktop.

Right click on Computer and select Manage. Expand Services and Applications.

Internet Information Services is listed right up the top and manage away!


Bill F.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top