Re: Calling web service from ASP



Hi,

first of all, the VB.Net remark is "Bullocks". Next time ask for the
argumentation of the "people that are saying that". I'm very curious
what they would come up with ;)

Then, back to your issue. Your issue is the temporary assembly path.
..Net compiles XmlSerializer (for instance) for performance
enhancement.

The directory where .Net builds the temporary is configurable. Have a
look at the "compilation" element for config files.
http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_aspnetgenref/html/7c319582-074a-4d2a-a787-03b9d4541c12.asp

Hope this helps,

Marvin Smit.

On Tue, 6 Sep 2005 05:39:13 -0700, "Sudha"
<Sudha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>Hi All,
>
>I've a requirement to call a web service from an ASP page. As we have only
>two options, using SOAP Toolkit 3.0 and XMLHttp object, which are not upto my
>requirement, I thought I will create a compenent using c# which calls the web
>service and I thought I can call that component very easily from ASP.
>
>But I'm getting access denied errror while calling the .net dll/component
>from my asp page. I need to let the IWAM_<machinename> user a/c to have FULL
>permissions on c:\winnt\system32\temp folder. As my set up program doesn't
>have the code to place these permissions dynamically at client place, This
>step has to be performed manually. Because of this manual step, client is not
>accepting the code and he don't even want to change the permissions on the
>system-folders.
>
>Some people are saying that using VB.NET as the language, it works. Is that
>true?
>
>My basic requirement is to call a web service (which has web methods taking
>very complexed objects as input/output parameters) from an ASP page.
>
>Any suggestions/thoughts would really be appreciated.
>
>Thanks in advance for your help!!!
>
>Regards,
>Sudha M
.



Relevant Pages

  • Calling web service from ASP
    ... I've a requirement to call a web service from an ASP page. ... two options, using SOAP Toolkit 3.0 and XMLHttp object, which are not upto my ... have the code to place these permissions dynamically at client place, ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: FTP and Web Service stop by itself
    ... ASP on its own shouldn't crash IIS out of the blue except maybe if you're being ... I m running ASP in my IIS. ... >>© 2002 Microsoft Corporation. ... FTP and Web Service stop by itself ...
    (microsoft.public.inetserver.iis.security)
  • problems upgrading from Capicom 1.0 to Capicom 2.0
    ... I have a system that uses capicom in a couple of different ways: ... Essentially, data initially gets encrypted by the web service, and in ... some cases a customer service application, written in ASP, must ... data coming from cap2. ...
    (microsoft.public.security)
  • Re: Design question: User objects and a Role object
    ... permissions that I get about the user from a web service. ... turn the xml permissions into ROle objects, but does that mean that my ... <?php echo 'Just another PHP saint'; ...
    (comp.lang.php)
  • Error creating object
    ... .NET interop for invoking from ASP and VBScript are tested as working on the ... I can get the object instantiated from VBScript ... I cannot get it instantiating from ASP, ... /// Instatiate web service proxy client ...
    (microsoft.public.dotnet.framework)

Loading