yurykorzun / AngularJS-WebDav

Prototype of an application that provides webdav access for MS Word documents via ASP.Net MVC app
2 stars 0 forks source link

Trouble deploying this website in to IIS #1

Open Karthikbs7 opened 7 years ago

Karthikbs7 commented 7 years ago

I am not able to deploy this solution to IIS. I would be glad if you can explain step by step approach to deploy this solution.

Thanks in advance.

yurykorzun commented 7 years ago

Thanks for showing interest in the project.

I worked on it a while ago and it was more a prototype and a proof of concept, rather than a working solution. Could you tell me what do you need specifically, and I will try to remember the details.

yurykorzun commented 7 years ago

From what I remember, src/DocumentManagement.WebDav/ - is a web service that works like a proxy for a webdav source and src/DocumentManagement.Web is a ASP.net website that hosts an AngularJS application that talks to the service.