Exforsys
+ Reply to Thread
Results 1 to 4 of 4

HTTP Error 404 - File or directory not found

This is a discussion on HTTP Error 404 - File or directory not found within the Microsoft .NET forums, part of the Programming Talk category; Hi I am Getting the above mentioned error in windows 2003 operating system . Actually that system is additional Domain ...

  1. #1
    kalyansantosh is offline Member Array
    Join Date
    Feb 2007
    Location
    Chennai
    Answers
    84

    HTTP Error 404 - File or directory not found

    Hi
    I am Getting the above mentioned error in windows 2003 operating system .

    Actually that system is additional Domain Control also . While iam adding the ASPNET account to wwwroot , iam not able to find that account .

    So please how to create and add the ASPNET account to wwwroot folder in C drive in windows 2003 ADDITIONAL DOMAIN CONTROLLER.

    PLEASE TREAT THIS IS VERY URGENT.


    Best Regards

    Santhosh

    Last edited by kalyansantosh; 07-02-2007 at 08:32 AM. Reason: have to mention folder

  2. #2
    aaberosmani is offline Junior Member Array
    Join Date
    Nov 2007
    Answers
    1
    Does ur system supports IIS..To check this.Open starts--->Run--->type inetmgr.
    If the window displays then u have IIS installed on ur computer....If u have not installed iis on ur comp. then goto control panel--->add/remove programs---->add/remove windows components ....here check the box corresponding to Internet Information Services...and click next....it will asks u to insert ur o/s cd.....proceed.


  3. #3
    sailajayadav is offline Junior Member Array
    Join Date
    Oct 2007
    Answers
    1
    Quote Originally Posted by kalyansantosh View Post
    Hi
    I am Getting the above mentioned error in windows 2003 operating system .

    Actually that system is additional Domain Control also . While iam adding the ASPNET account to wwwroot , iam not able to find that account .

    So please how to create and add the ASPNET account to wwwroot folder in C drive in windows 2003 ADDITIONAL DOMAIN CONTROLLER.

    PLEASE TREAT THIS IS VERY URGENT.


    Best Regards

    Santhosh
    1. From your Start Button, go to Settings, and Control Panel
    2.In the Control Panel window select Add/Remove Programs
    3. In the Add/Remove window select Add/Remove Windows Components
    4. In the Wizard window check Internet Information Services, click OK
    5. An Inetpub folder will be created on your harddrive
    6. Open the Inetpub folder, and find a folder named wwwroot
    7. Create a new folder, like "MyWeb", under wwwroot.
    8. Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder
    9. Make sure your Web server is running - its status can be checked by going into the Control Panel, then Administrative Tools, and double-click the "IIS Manager" icon
    10. Open your browser and type in "http://localhost/MyWeb/test1.asp", to view your first ASP page
    I hope this will help u.for further details go to this site Run ASP on Your Computer


  4. #4
    Bethw is offline Junior Member Array
    Join Date
    Apr 2008
    Answers
    1
    Congrats! Sailaja You have given the correct and useful reply. Since I too faced this problem, I implemented your solutions to the problem and succeded, thanks!
    __________________
    Beth W.
    New York Immigration Lawyer Marina Shepelsky, located in Brooklyn, assists clients from the New York metro area and across the United States in all immigration and naturalization matters.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...