D
David
I'm developing an ASP.NET application to run on Win2K
server with IIS 5.1, which has run perfectly happily in
various development, test and staging environments. I've
recently deployed it on one of our production servers and
I'm getting an intermittent 'Access is denied' error when
pages are loading. The file being accessed is an xml
globalisation file that is used to load the text for the
page according to the language settings of the browser.
I've tried a sledgehammer approach of granting 'Everyone'
full control of the file and the folder it is in, to no
avail. I've also tried removing Temporary ASP.NET Files
from the indexing service, as I've seen that suggested as
a solution in various places. Again this didn't work (the
indexing service is set to 'Manual' on the server anyway).
All the pages load fine when I'm logged onto the server
via terminal services client, using an administrative
account. Also, strangely, I can access the site from my
own machine for a while after I've accessed it from the
server - almost as if something has been reset.
I've got integrated security switched on with no anonymous
access as it is an intranet app.
Any suggestions as to the cause of the problem would be
greatly appreciated...
Thanks in advance.
David.
server with IIS 5.1, which has run perfectly happily in
various development, test and staging environments. I've
recently deployed it on one of our production servers and
I'm getting an intermittent 'Access is denied' error when
pages are loading. The file being accessed is an xml
globalisation file that is used to load the text for the
page according to the language settings of the browser.
I've tried a sledgehammer approach of granting 'Everyone'
full control of the file and the folder it is in, to no
avail. I've also tried removing Temporary ASP.NET Files
from the indexing service, as I've seen that suggested as
a solution in various places. Again this didn't work (the
indexing service is set to 'Manual' on the server anyway).
All the pages load fine when I'm logged onto the server
via terminal services client, using an administrative
account. Also, strangely, I can access the site from my
own machine for a while after I've accessed it from the
server - almost as if something has been reset.
I've got integrated security switched on with no anonymous
access as it is an intranet app.
Any suggestions as to the cause of the problem would be
greatly appreciated...
Thanks in advance.
David.