Mono Support Add new page/register page with windows authentication - v5.1.40.5107 

Viewed 20453 time(s), 2 post(s), 3/26/2015 7:39:55 AM - by akucharczyk
3/26/2015 7:39:55 AM
99 Reputation 10 Total posts

Hi!

We are using MonoX v5.1.40.5107 with windows authentication.
We have a problem with authentication in two scenarios:

1. FileAdmin.aspx - as administrator i'm trying add new page and i get System.Net.WebException (401). When we refresh FileAdmin.aspx page we could see that the new page was added. Logs:
ERROR MonoX [myusername] - Error
System.Net.WebException: 401
   in System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   in System.Net.WebClient.DownloadString(Uri address)
   in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
ERROR MonoX [BaseHttpApplication] - Application Error
System.Web.HttpUnhandledException (0x80004005): 'System.Web.HttpUnhandledException'. ---> System.Net.WebException: 401.
   in System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   in System.Net.WebClient.DownloadString(Uri address)
   in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   in System.Web.UI.Page.HandleError(Exception e)
   in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   in System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   in System.Web.UI.Page.ProcessRequest()
   in System.Web.UI.Page.ProcessRequest(HttpContext context)
   in System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   in System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

2. PageAdmin.aspx - as administrator i'm trying register new page and i get error box with message "An error has occured while trying to create new page. Please double-check all fields and try again.". When we refresh PageAdmin.aspx page we also could see that the new page was added. Logs:
ERROR MonoX [myusername] - Serwer zdalny zwrócił błąd: (401) Bez autoryzacji.
   in System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   in System.Net.WebClient.DownloadString(Uri address)
   in MonoSoftware.MonoX.Admin.PageManagerRegisterPage.btnSave_Click(Object sender, EventArgs e)


Does MonoX supports windows authentication?
Please for help.

Regards,
Adam

1
3/27/2015 2:50:01 PM
144 Reputation 22 Total posts

Hi Adam,

We are testing this issue and we will get back to you soon.

Regards

2
This is a demo site for MonoX. Please visit Mono Software for more info.