Hi everyone!, this is what I am trying to do, but running into problems.
I have Server 2012, its up running just file. I have a virtual DC, a virtual Fileserver / Printserver, and what I would like to do is setup a
virtual webserver with just webdav so the users can access any file / folder they have access to on the server. (From outside the building)
This is what I have done so far:
Setup the Virtual server with IIS
installed webdav
created an application pool called webdav:
set the .net framework to No managed code
set the identity to a domain user account, that has permission to the file server share
changed the default website to new webdav application pool
added the webdav authoring rule and gave full access to everything.
I created a virtual path to the file server share, tested the settings, it worked.
Then converted to an application
enabled only windows authentication, made sure kernal-mode authentication was checked.
From in side the firewall: webdav is working from Win7, I have just used http as a test, works fine.
http://localservername/data, it asks me to authenticate, I do, it works.
(I know http is not secure, but I am testing...)
So I gave the server a live ip, and I can bring up the IIS Screen.
From inside the firewall, I use the live ip http://xxxxxxx/data, it asks me to authenticate, I do, it works
When I try to either map a network drive from outside the building I either get an
error 67 (from the command line) or I get the folder does not appear to be valid from windows.
What the heck am I missing??
I have tried to read every tutorial that I can get my hands on and cannot find a solution....
Did I miss a step, or can't you do this this way??, I am at a loss...
any help would be appreciated..
Thanks..
Wolverine1994