Silverlight, IIS authenticate?

Questions about Wine on Linux
Locked
nardev
Newbie
Newbie
Posts: 1
Joined: Sun Oct 06, 2013 7:15 am

Silverlight, IIS authenticate?

Post by nardev »

Probably some of you might complain that this is not question for you guys, but please, listen, i think it could be very related.

I'm not sure that i can determine what is exactly my problem, but i hope there could be somebody who had similar issue.

Basically i open RavenDB web interface which runs on Pipelight for Debian. And it works OK until i need to authenticate in order to save something in RavenDB? Than it seems that it simply doesn't lett the username and password pass to the server. This is the output which i get:
Could not authenticate against the server

Message: [HttpWebRequest_WebException_RemoteServer]

Arguments: NotFound

Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid= ... moteServer

Uri: /edit?id=asdf&database=test

Server Uri: http://asdfasfd/databases/asdfasdf/docs/asdfadf

-- Error Information --

System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]

Arguments: NotFound

Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid= ... moteServer

at System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

at System.Func`2.Invoke(T arg)

at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise)

Inner StackTrace:

at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent, Action`1 action)

at Raven.Studio.Models.EditableDocumentModel.SaveDocumentCommand.SaveDocument()

at Raven.Studio.Models.EditableDocumentModel.SaveDocumentCommand.Execute(Object parameter)

at System.Windows.Controls.Primitives.ButtonBase.ExecuteCommand()

at System.Windows.Controls.Primitives.ButtonBase.OnClick()

at System.Windows.Controls.Button.OnClick()

at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)

at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)

at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Silverlight, IIS authenticate?

Post by dimesio »

Pipelight uses a patched version of Wine that is not supported here. Report the problem to them.
Locked