Scott, Will this work for him under WinXP with IIS6?
-Ben -----Original Message----- From: Scott Golightly [mailto:[email protected]] Sent: Tuesday, September 08, 2009 2:41 PM To: [email protected] Subject: RE: .NET Stocktrader Vineet, Since you can see a .htm page but not a .aspx page I am guessing that you either do not have ASP.NET installed/enabled or there is a problem with the setup. To check if ASP.NET is installed: 1. Run server manager. Under Roles see if the Web Server (IIS) role is installed. If not add the role. 2. Click on the "Web Server (IIS)" role name to see the details. Under the Role Services check that ASP.NET is listed as Installed. If not, click on Add Role Services and select ASP.NET under Application Development. The dependent services will also be selected. Click install and continue through the wizard to install ASP.NET. 3. Retest the default.aspx site to see if that fixes the problem. Scott Golightly -----Original Message----- From: Vineet ghatge [mailto:[email protected]] Sent: Tuesday, September 08, 2009 11:23 AM To: [email protected] Subject: Re: .NET Stocktrader Hi Ben, 1. Try http://localhost - do you get an iis start message? When I ran this I got the IIs start Msg > 2. try http://localhost/trade/default.aspx do you get the startup file? > When I ran this step I got the following error:- The page cannot be displayed There is a problem with a program on the page you are trying to reach, and the page cannot be displayed. Please try the following: Open the localhost home page, and then look for links to the information you want. Click the Refresh button, or try again later. HTTP 403.1 Forbidden: Execute Access Forbidden Internet Information Services Technical Information (for support personnel) Background: You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. More information: Microsoft Support > With Regards, > VGH
