Erro on build

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/25/2006 8:56:00 AM
Gravatar
Total Posts 1

Erro on build

Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS. C:\Inetpub\wwwroot\Mojo\mojoportal\atlaspak\Web.config 241 

When I build it I get this error, i remeber reading something about the AJAx part but I don't remember how to fix it.

 

Thanks

10/25/2006 11:05:51 AM
Gravatar
Total Posts 18439

Re: Erro on build

This kind of error is usually one of 2 things, either you have the IIS properties configured for ASP.NET 1.1 and using  mojoPortal 2.x which requires ASP.NET 2.0, or it can also be caused if you have another web.config file in a folder above mojoportal that is interfering. Like if you have mojoportal setup to map to http://localhost/mojoportal but there is another web.config file in the folder that corresponds to http://localhost that can cause problems like this.

I also don't understand why your error is pointing to the AtlasPak folder unless you pointed the web to the wrong folder. It should point to the Web folder if you are working with the source code. If you want to use Atlas you copy the web.config and MyPage.aspx from the AtlastPak folder and replace the ones in the web folder then put the Atlas dll in the bin folder.

Hope it helps,

Joe
You must sign in to post in the forums. This thread is closed to new posts.