Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Authentication Porblem
Last Post 08/28/2009 3:50 PM by Peter Donker. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
manuelw
New Member
New Member
Posts:2


--
08/19/2009 12:33 PM

Hi, I'm testing DMX if it's useful for me.

Now I have the problem, that I cant authenticate with webdav.

When i click "open in windows explorer" i get a windows authentication window. when i enter valid DNN username/password, the window appears again. When clicking cancel, I can see the documents, but I cant upload a new one or create a folder.

i'm running windows server 2003 and the newest versions of dnn and dmx. i configured iis like in the documentation. when i go to my dnn virtual directory properties -> authentication methods, enable anonymous access is checked, and integrate windows authentication isnt.

 

checking my event viewer, i get warnings like this one:

--------------------------------------------------

Event code: 3005

Event message: An unhandled exception has occurred.

Event time: 19.08.2009 11:01:41

Event time (UTC): 19.08.2009 09:01:41

Event ID: 5810471395cd467088ea85a9351b99e1

Event sequence: 311

Event occurrence: 9

Event detail code: 0

 

Application information:

Application domain: /LM/W3SVC/1/Root/DotNetNuke-5-128951458360156250

Trust level: Full

Application Virtual Path: /DotNetNuke

Application Path: C:\DotNetNuke\

Machine name: PORTAL

 

Process information:

Process ID: 4832

Process name: w3wp.exe

Account name: NT AUTHORITY\NETWORK SERVICE

 

Exception information:

Exception type: HttpException

Exception message: Path 'PROPFIND' is forbidden.

 

Request information:

Request URL: http://localhost/dotnetnuke

Request path: /dotnetnuke

User host address: 127.0.0.1

User:

Is authenticated: False

Authentication Type:

Thread account name: NT AUTHORITY\NETWORK SERVICE

 

Thread information:

Thread ID: 7

Thread account name: NT AUTHORITY\NETWORK SERVICE

Is impersonating: False

Stack trace: at System.Web.HttpMethodNotAllowedHandler.ProcessRequest(HttpContext context)

at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

--------------------------------------------------

can anyone tell me what to do now, to get webdav working?

 

greez manu

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
08/20/2009 1:11 PM
Hi Manu,

Best way is to run a Fiddler trace to see what's up. You'll quickly see if the WebDAV calls are being handled by dmxdav or by another application.

Peter
manuelw
New Member
New Member
Posts:2


--
08/26/2009 10:31 AM
Hi,
I tried to find the problem, but i cant... Fiddler doesnt capture my this login because im working on localhost... is it possible to configure fiddler, to trace also localtraffic?

greez manu
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
08/28/2009 3:50 PM
Hi Manu,

What I do is to create an alias for localhost. This alias you can then add to the hosts file (Windows/System32/drivers/etc) to point to 127.0.0.1. That should allow Fiddler to pick it up.

Peter
You are not authorized to post a reply.