<div id=intelliTxt style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px">Hi,
I just created my 1st trial website with Atlas.
Of course, it works fine on my development Windows XP machine.
Then I published it onto an ASP 2.0 enabled hoster and when launching the start page.aspx, got the following error:
====================
Parser Error Message: The element 'buildProviders' cannot be defined below the application level.
Source Error:
Line 60: -->
Line 61: <compilation debug="false">
Line 62: <buildProviders>
Line 63: <add extension=".asbx" type="Microsoft.Web.Services.BridgeBuildProvider"/>
Line 64: </buildProviders>
===============================
I swear I didn't touch the web.config file :-)
Of course, should I remove the <buildProviders> lines, I got another error.
Any clue?
</div>
I just created my 1st trial website with Atlas.
Of course, it works fine on my development Windows XP machine.
Then I published it onto an ASP 2.0 enabled hoster and when launching the start page.aspx, got the following error:
====================
Parser Error Message: The element 'buildProviders' cannot be defined below the application level.
Source Error:
Line 60: -->
Line 61: <compilation debug="false">
Line 62: <buildProviders>
Line 63: <add extension=".asbx" type="Microsoft.Web.Services.BridgeBuild
Line 64: </buildProviders>
===============================
I swear I didn't touch the web.config file :-)
Of course, should I remove the <buildProviders> lines, I got another error.
Any clue?
</div>