Configuration Error in ASP.NET 1.1 App

T

Thomas Satzinger

Hi to all,

i am doing a ASP.NET app in VS2003 (Framework 1.1, SP) under XP SP2.
From time to time, on program startup, i get an error message, telling me
"Configuration Error", "Access denied" on
<add assembly="*"/> in my machine.config.

Closing VS, deleting the Bin - folder, open VS , recompile app helps.

Any ideas on waht is going on here?

I do have a screenshot but cannot post it here


Thomas
 
P

Patrick Olurotimi Ige

Since you are getting Access Denied Error..
Do the ASPNET acct have the appropriate permissions?
Patrick
 
G

Guest

I was having the same issue. In my case, it was actually Index Server that
was causing the pain. See this article:

http://support.microsoft.com/default.aspx?scid=kb;en-us;329065

Basically, if Index Server tries to catalog the .dll while the asp worker is
trying to access it, IS puts a block on the whole folder. You can either turn
of index server or tell it not to index your asp .net temp folders.

Interestingly, my searching on MS didn't find that article. I finally found
the solution by reading a blog thread I found on Google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top