Error Consuming Web Service from WIndows application when WebService is using Custom Service Account ( Create an Application Pool with a Custom Identity)



I have a web service in .net 1.5 that I am consuming using windows
application.
I am running this windows application on Windows XP Pro.

Now if we use SQL server Authentication in WebService to connect to database
I am able to Invoke this web service from Windows Application(running on XP)

But as soon as I switch to Custom Service Account ( Create an Application
Pool with a Custom Identity) . I get following error while Invoking this
web service from Windows Application (running on XP)

"Server was unable to process request. --> Unable to generate a temporary
class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\noqnumwr.0.cs' could not be found
error CS2008: No inputs specified"


I tried following
go to c: > windows > temp
right clik and click on properties > Security >
here Click on Add and find out the NETWORK service user, add and then allow
full control.
Still it failed.



Thanks
DNB






.



Relevant Pages

  • Re: ADFS Development Issues
    ... One thing to keep in mind is that if a website is protected by ADFS V1, ... site to be automatically authenticated by our windows application so ... like a web service proxy. ... generated on the server. ...
    (microsoft.public.windows.server.active_directory)
  • Re: ADFS Development Issues
    ... site to be automatically authenticated by our windows application so ... based on redirects and possibly uses forms-based authentication to collect ... web service proxies don't handle this type of thing ... the server based on how it needs to work. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Dynamically Change URL of web service
    ... Microsoft MVP - Windows Client ... > client apps will use the exact same web service, ... What this does is put an entry in the config file, ... >>> How can I dynamically change this when the client app loads. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • RE: Web Service Security
    ... You could encrypt or hash your ... As far as web service authentication/authorisation is concerned you would be ... WSE does a pretty good job of abstracting away most of the ... a windows domain account). ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Web Service, Authentication, Security & Domains
    ... The easy way to do this is with Basic authentication and SSL. ... that does send the password across the wire (although it is ... Windows application will communicate to the Web Service via internet ...
    (microsoft.public.dotnet.security)