Configration error.

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

Dear freinds,

i have an web application with a configuration file. and i have share point installed in my system.

share point configuration file is available in "c:\inetpub\wwwroot\web.config"

my web application configration file is available in "c:\inetpub\wwwroot\sampleApplication\web.config"

when i access my web site it refers the share point configration file and throws this error message like this "The XML file web.config could not be loaded. Access to the path "c:\inetpub\wwwroot\web.config" is denied."

if i remove the share point configuration file it works fine.

what shall i do now?

i want both to work at a time.

any idea? any link?

thank u

by
joe

From http://www.developmentnow.com/g/8_0_0_0_0_0/dotnet-framework-aspnet.ht

Posted via DevelopmentNow.com Group
http://www.developmentnow.com
 
Joe-

If I'm understanding you correctly, you need to exclude the \sampleApplication
from SharePoint's control. If you have SharePoint 2003, you can configure
it in it's Central Administrator (see http://support.microsoft.com/kb/828810).
If you have MOSS 2007, be sure to define a new web application for the virtual
directory and that should work.

HTH.

-dl
 
Back
Top