Hi,
Perhaps the machine.config file on the production server is different from
that file on your machine. Compare the <system.web> element on both files,
something must be missing on the production file.
The problem can not be on the web.config file because the application works
fine on your machine.
Regards,
Pablo Cibraro
[quoted text, click to view] "Alejandro Becker" <beckeralejandro@hotmail.com> wrote in message
news:eLCwemABHHA.4844@TK2MSFTNGP02.phx.gbl...
> When I want to see the Web Service, entering http://server/ws/wsfile.asmx
> I get the error:
>
> Server Error in '/ws' Application.
> ----------------------------------------------------------------------------
> ----
>
> 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: Missing required Web Services section of the
> Web.config file.
>
> Source Error:
>
>
> [No relevant source lines]
>
>
> Source File: none Line: 0
>
>
> ----------------------------------------------------------------------------
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
> ASP.NET
> Version:1.1.4322.2032
>
> In my machine works fine, but when I upload to the production server I get
> the error I described.
>
> Thanks
>
> Alejandro Becker
>
>
>