Configuration Error - There was an error accessing

haffa

New Member
Just a wild guess....but does the web login have permissions to access the box/file where the content is being served from? Does this only happen with .aspx pages? Have you tested other (non asp.net) pages with this configuration?For some reason on our web server/cluster, I am getting this error while trying to access an aaspx page. This page works perfectly on a box that has both the web server and files located on it but on our test site that has the web server seperated from the cluster, it bombs.<BR><BR>here is the url and error for reference. Any ideas.<BR>http://test.orlandosentinel.com/dotnettest/Test1.aspx<BR><BR><BR><BR><BR><BR>Server Error in '/dotnettest' Application.<BR>--------------------------------------------------------------------------------<BR><BR>Configuration Error <BR>Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. <BR><BR>Parser Error Message: There was an error accessing file://extratstweb/dotnetTest/web.config.<BR><BR>Source Error: <BR><BR><BR>[No relevant source lines]<BR> <BR><BR>Source File: \ExtratstwebdotnetTestweb.config Line: 0 <BR><BR><BR>--------------------------------------------------------------------------------<BR>Version Information: Runtime Build:1.0.2914.16; ASP.NET Build:1.0.2914.16Yes, the webserver/cluster server works perfectly for asp pages but not aspx pages. I do not have the framework on the cluster, only the web server but that should not affect anything as the cluster is only holding the pages that are served up by the web server.
 
Back
Top