|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Unable to write to file in my web siteI developed 2 applications: 1) ASP.NET Web Service 2) Windows application, that communicate with the Web service using SOAP In the Web service I can read any text file but i can't write to text file in my WEB site. Before calling the Web service i used this: webService.Credentials = System.Net.CredentialCache.DefaultCredentials The response i'v got is: The Wervice is unable to open the file Server was unable to process request. --> Access to the path "d:\hosting\ashersh\clientsData\qqq.txt" is denied. Does sombody can tell me how can i get WRITE authorization??? Thanks Asher Google this....
<identity impersonate="true"/> Steve Ray Irwin asherLaci wrote: Show quoteHide quote > Hi, > > I developed 2 applications: > 1) ASP.NET Web Service > 2) Windows application, that communicate with the Web service using > SOAP > > In the Web service I can read any text file but i can't write to text > file in my WEB site. > Before calling the Web service i used this: > webService.Credentials = > System.Net.CredentialCache.DefaultCredentials > > The response i'v got is: > The Wervice is unable to open the file > Server was unable to process request. --> Access to the > path "d:\hosting\ashersh\clientsData\qqq.txt" is denied. > > Does sombody can tell me how can i get WRITE authorization??? > > Thanks > > Asher Master Programmer ëúá:
> Google this.... I put this command into the WEB.config in my web site, but it still> > <identity impersonate="true"/> > > Steve Ray Irwin doesn't work. I'v got the same error message Asher You need to add the username & password to that string - of the person
with correct file permissions. Steve Ray Irwin asherLaci wrote: Show quoteHide quote > Master Programmer ëúá: > > Google this.... > > > > <identity impersonate="true"/> > > > > Steve Ray Irwin > > I put this command into the WEB.config in my web site, but it still > doesn't work. I'v got the same error message > > Asher Don't let this guy get to you; he's abusive, and his viewpoints
do not represent the rest of the people in this forum. Robin S. ---------------------------- "asherLaci" <asher***@013.net> wrote in message Master Programmer ëúá:news:1164778219.077551.126500@j72g2000cwa.googlegroups.com... > Google this.... I put this command into the WEB.config in my web site, but it still> > <identity impersonate="true"/> > > Steve Ray Irwin doesn't work. I'v got the same error message Asher Thanks,
You are absolutly right, i tried to ignore his response. My problem was solved by the instructons of my site adminstrator, how to write enable my subfolders. Asher Hi..
Check the Permission's assigned for the file u accessed, for the users ASP.NetUser and IUSER_SystemName .. U can find the permission wizard on the Secrity settings on the property wizard.. If u did't find this, Go through the Folder options --> Views --> Check" Simple file sharing .." .. Show quoteHide quote On Nov 28, 7:26 pm, "asherLaci" <asher***@013.net> wrote: > Hi, > > I developed 2 applications: > 1) ASP.NET Web Service > 2) Windows application, that communicate with the Web service using > SOAP > > In the Web service I can read any text file but i can't write to text > file in my WEB site. > Before calling the Web service i used this: > webService.Credentials = > System.Net.CredentialCache.DefaultCredentials > > The response i'v got is: > The Wervice is unable to open the file > Server was unable to process request. --> Access to the > path "d:\hosting\ashersh\clientsData\qqq.txt" is denied. > > Does sombody can tell me how can i get WRITE authorization??? > > Thanks > > Asher Thanks,
You are right. My problem was solved by the instructons of my site adminstrator, how to write enable my subfolders. Asher
Datagridview...cell contents
Newbie Question here Newbie help: How to detect when a worker thread ihas completed normaly newbie syntax question: adding event handler for button not working How broad should an interface be? Advice needed. File and Database Search Why does Join method call sit there forever? Error on deleting registry value Can't Update Datagridview DataGridView (VS2005) |
|||||||||||||||||||||||