Error when publishing website

Discussion in 'Visual Studio' started by ChuntDevelopment, Aug 6, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Greetings all,

    I sense this problem is trivial, but I have not been able to come up with a solution.

    If I publish a website directly to the root of my directory, and then navigate to it straight through my domain name it functions fine.

    If I create a directory in my root, publish the website to the directory, and then attempt to navigate to it through my domain name/directory name
    if recieve the following error:


    Configuration Error 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.

    Parser Error Message: The element 'buildProviders' cannot be defined below the application level.

    Source Error:





    Code:
    Line 62:     -->
    Line 63: 		<compilation debug="true">
    Line 64: 			[b]
    Line 65: 				<add extension=".asbx" type="Microsoft.Web.Services.BridgeBuildProvider"/>
    Line 66: 			</buildProviders>
    My initial thought was that a virtual directory needs to be set up, but I really am not too sure.

    Any help would be great.

    Thanks,
    Chris
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page