Hi Ben/Scott, When I went to http:/localhost/, I got the start message saying 'It works'.
But when I went to http:/localhost/default.aspx, I got the 404 error again i.e, URL not found. -Ranjitha On Wed, Sep 9, 2009 at 12:52 AM, Scott Golightly < [email protected]> wrote: > The steps are different under IIS6, sorry I thought I had read that he was > using IIS7. I don't have a machine with IIS6 handy to look up the step by > step instructions but from memory they would be > 1. From control panel -> Add/Remove programs choose "Add Windows > Components" > from the left hand side of the dialog box. > 2. In the next dialog box choose ASP.NET. I seem to remember that instead > of > automatically selecting the dependencies you get a dialog telling you about > the dependencies when you try to continue the setup. > 3. After finishing the wizard to add ASP.NET test the .aspx page again. > > Scott > > -----Original Message----- > From: Ben Dewey [mailto:[email protected]] > Sent: Tuesday, September 08, 2009 12:42 PM > To: '[email protected]' > Subject: RE: .NET Stocktrader > > 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 >
