Some ASP.Net Notes


sp_grantlogin [MACHINE_NAME\ASPNET]

The "\" is an illegal character, so use [] instead of ""
Machine Name
User Name - ASPNET

grant all  on misforts to "nibble\aspnet"

Permissions - all  -or- select insert, delete, update
Table Name
Machine Name
User Name - If using NT authentication, IIS uses this user to "log into" the database


IE Temp File & Cookie Location

Windows Explorer will NOT browse to folder - seems to be hardwired NOT to allow browsing
Can cut and paste directory name into address text box
Can get the address for current user:
Explorer
My Computer
Pick a drive (usually C)  & Left Click
Properties
Disk Clean Up (and wait)
Temproary Internet files (select from list)
View Files
(this will let Explorer into the folder - can copy the address text and hold it in a Note Pad text file (*.txt)
Path: C:\Documents and Settings\UserName\Local Settings\Temporary Internet Files
UserName -
may also include Domain Name on systems that log into a domain

Revised   Jan 21, 2008