shahine.com/omar/

homepage | Send mail to the author(s) contact

yet another Microsoft blogger

# Saturday, January 29, 2005

Windows Indexing Service + ASP.NET = CannotDebug

Agrhhhhh! This is why I hate computers sometimes. Based on this post that I saw a few days ago I enabled the Indexing Service on Windows XP. Well all of a sudden I started getting:

Parser Error Message: Access is denied: [name of .dll here]

When debugging dasBlog. For 2 freaking hours I tried to figure out what was wrong, and then thanks to google found this.

"If you use Index Server, you can exclude the Temporary ASP.NET Files directory from the folders that the Index Server scans. To do so, follow these steps."

Lets see, the Indexing service is disabled by default. I enabled it so that I can use it. Why else would I do this? And why can't aspnet_regiis exclude this directory from the Indexing Service? I hate computers sometimes.

 

Saturday, January 29, 2005 3:54:19 PM (Pacific Standard Time, UTC-08:00)
Do you mean, you hate Windows, sometimes?! ;)
Soroush
Wednesday, February 02, 2005 5:59:20 AM (Pacific Standard Time, UTC-08:00)
If you go into your computer manager then to indexing service, you can tell indexing service to not index your temp directory. It will solve your issue.
Brian
Comments are closed.