WCF - Svn Error
-
Hi guys, Not sure where to post this... I have a Silverlight application that interacts with a service hosted in the hosting website. The service performs operations like getting data etc. A key function of the service is to obtain the current file state(this is where svn comes in). When running this website in Visual Studio all functions work correctly and as expected. After publishing the website and browsing via IIS, my calls to SVN return an error stating "svn: Error resolving case of 'M:\MySite\mypage.xml'. All calls to other methods in the service still work fine...just the svn calls throw errors. I have attempted to find any related issues and the most likely answer i have received is that it is possibly related to permissions http://jimmers.info/wordpress/2009/08/05/104/. My current setup of IIS is as follows: I have AnonymousAuthentication enabled as well as WindowsAuthentication. My Web.Config contains the following entry. <authentication mode="Windows" /> My Question is...how do i get the service to process as the logged on user? If that will solve my problem? Thank you in advance
-
Hi guys, Not sure where to post this... I have a Silverlight application that interacts with a service hosted in the hosting website. The service performs operations like getting data etc. A key function of the service is to obtain the current file state(this is where svn comes in). When running this website in Visual Studio all functions work correctly and as expected. After publishing the website and browsing via IIS, my calls to SVN return an error stating "svn: Error resolving case of 'M:\MySite\mypage.xml'. All calls to other methods in the service still work fine...just the svn calls throw errors. I have attempted to find any related issues and the most likely answer i have received is that it is possibly related to permissions http://jimmers.info/wordpress/2009/08/05/104/. My current setup of IIS is as follows: I have AnonymousAuthentication enabled as well as WindowsAuthentication. My Web.Config contains the following entry. <authentication mode="Windows" /> My Question is...how do i get the service to process as the logged on user? If that will solve my problem? Thank you in advance
look at this http://stackoverflow.com/questions/1137219/aptana-1-5-svn-error-resolving-case-of[^]
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
Hi guys, Not sure where to post this... I have a Silverlight application that interacts with a service hosted in the hosting website. The service performs operations like getting data etc. A key function of the service is to obtain the current file state(this is where svn comes in). When running this website in Visual Studio all functions work correctly and as expected. After publishing the website and browsing via IIS, my calls to SVN return an error stating "svn: Error resolving case of 'M:\MySite\mypage.xml'. All calls to other methods in the service still work fine...just the svn calls throw errors. I have attempted to find any related issues and the most likely answer i have received is that it is possibly related to permissions http://jimmers.info/wordpress/2009/08/05/104/. My current setup of IIS is as follows: I have AnonymousAuthentication enabled as well as WindowsAuthentication. My Web.Config contains the following entry. <authentication mode="Windows" /> My Question is...how do i get the service to process as the logged on user? If that will solve my problem? Thank you in advance
butchzn wrote:
.how do i get the service to process as the logged on user?
Maybe this will help: How to: Impersonate the Original Caller in WCF Calling from a Web Application[^]
Mark Salsbery Microsoft MVP - Visual C++ :java: