On a server that was picked to be used as the ClickOnce server, create a folder to store the ClickOnce deployed application:
C:\ClickOnce\PrestoDashboard
Since I'm using AD authentication, I also set the security on the above folder to contain only those people that I wanted to access the app.
In the properties of the WPF app, set the location and then click Publish Now:
At this point I thought it would work, but I was getting errors when trying to access the location within my browser. So I set up a virtual directory in IIS:
I was getting an authorization error at this point, so I went into the Authentication properties of the virtual directory (screenshot above, right side) and enabled Windows Authentication.
Done:
No comments:
Post a Comment