Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WCF and WF
  4. WCF - Svn Error

WCF - Svn Error

Scheduled Pinned Locked Moved WCF and WF
questioncsharphelpphpvisual-studio
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    butchzn
    wrote on last edited by
    #1

    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

    V M 2 Replies Last reply
    0
    • B butchzn

      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

      V Offline
      V Offline
      Vimalsoft Pty Ltd
      wrote on last edited by
      #2

      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/

      1 Reply Last reply
      0
      • B butchzn

        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

        M Offline
        M Offline
        Mark Salsbery
        wrote on last edited by
        #3

        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:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups