If you have IIS installed, ASPNET and NETWORK SERVICE should be available. From Windows Explorer, right click the folder where your application files are - in book example, c:\websites\PPQ\App_Data, select Properties, and Security. If you don't see these objects, you must add them. Click the Add button as shown on p.8, and be sure your computer name is showing under the From this location. If it's not showing click the Location button and select it. You should then be able to type in ASPNET in the Enter the Object Names and Click Check Names. If it's there, it will come back with your computer name\ASPNET.
If it doesn't, you have another problem. You needed to follow the install in the correct order: first, IIS, then the CD or download that adds .net FW, SqlExpress, and Visual Web Developer. If you did that, try to go to Add/Remove Programs, select .Net Framework and click Repair. This might do it for you. If it still doesn't work, uninstall everything, and start over, unless someone else has a better idea.
|