View Single Post

  #3 (permalink)  
Old 12-12-2007, 10:49 AM
sailajayadav sailajayadav is offline
Junior Member
 
Join Date: Oct 2007
Posts: 1
sailajayadav is on a distinguished road
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
Reply With Quote