G Guest Oct 9, 2006 #1 I cannot run raw asp page applications . I receive the error 500. Where do I look to find out why theses cannot be run?
I cannot run raw asp page applications . I receive the error 500. Where do I look to find out why theses cannot be run?
B Bill Frisbee Oct 10, 2006 #2 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.
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.
G Guest Oct 10, 2006 #3 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. Click to expand...
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. Click to expand...
B Bill Frisbee Oct 10, 2006 #4 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.
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.