My thoughts regarding ASP.NET, C#, programming practices, and more...
reading
You Should Read archives
blogs I read
|
Thursday, October 21, 2004<add assembly="*"/> Error
This error drove me nuts for the longest time. You have been unit testing your project. After your n-th time rebuilding, you call the .aspx page you are trying to test and you get an error similar to this one:
Configuration Error Parser Error Message: Access is denied: Source Error: This error drove me nuts for the longest time. I would end up closing Visual Studio .NET and restart IIS. This would usually solve the problem for a short time. Solution: To stop the Indexing Service in Windows XP you can do the following : Enjoy.
Comments:
Content copyright ©2003-2006 Tod Birdsall
That's a great solution if you aren't using indexing, in which case it should be turned off anyway... but what about if you need the indexing service for your site searches?
Post a Comment
Links to this post: << Home |