Win7 login without domain to local repository

1

In my project I have an alfresco repository running on localhost:8080 and now I want to map the WebDav (\\localhost@8080\alfresco\webdav) as a network drive. The problem is my computer is in the company's domain so every time I try to map the network drive it automatically assumes I want to login with username DOMAIN/admin with password admin. Choosing the option "Use another account" also still adds the company's domain which is not working because then it will not find it. Using FireFox I can login to http:\\localhost:8080\alfresco\webdav\ with the credentials admin admin.

How can I map the network drive to localhost WITHOUT the domain?

I also tried

net use * \\localhost@8080\alfresco\webdav\ admin admin

and all its varieties with the same problem.

Pali

Posted 2014-08-25T07:26:40.257

Reputation: 202

I'm slightly lost: What's the point of mapping a networked drive to the local computer? – Iszi – 2014-08-25T12:55:41.723

I have to reproduce a problem which only occures if a document was uploaded to the Alfresco repository using WebDAV. – Pali – 2014-08-25T13:55:32.027

Ok. Let's stop right there. Please have look at this post on Meta, and re-write your question accordingly.

– Iszi – 2014-08-25T14:07:49.777

Sorry Iszi I dont get it. I asked straight for a solution and I dont aski for another problem. But again: how can I get ride of the domain user credentials? – Pali – 2014-08-26T06:39:37.430

Try YOURCOMPUTERNAME\YourUsername as username. – gronostaj – 2014-08-27T16:15:55.930

@gronostaj I also tried this but won't work either – Pali – 2014-08-28T07:21:35.023

No answers