
- Forum
- Programming Talk
- Microsoft .NET
- HTTP Error 404 - File or directory not found
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 ...
-
07-02-2007, 08:30 AM #1
- 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
-
11-28-2007, 12:24 PM #2
- 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.
-
12-12-2007, 10:49 AM #3
- Join Date
- Oct 2007
- Answers
- 1
1. From your Start Button, go to Settings, and Control PanelHi
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
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
-
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

Reply With Quote






