Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i use searcharoo4 on my site on the internet.when the search.aspx page loads this error apears.
"access to the path c:\Inetpub\z_searcharoo.dat is denied"
source error:

Line 35:         Spider cat = new Spider();
Line 36:         cat.SpiderProgressEvent += new SpiderProgressEventHandler (OnProgressEvent);
Line 37:         _Catalog = cat.BuildCatalog (new Uri(Preferences.StartPage));
Line 38:        Cache [Preferences.CatalogCacheKey] = _Catalog;
Line 39:

what can i do?
Posted

You need to check the permissions.
 
Share this answer
 
If you don't know what 'access is denied' means, you could consider going to the jobs board and hiring a programmer to do this work for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900