I know deployment of Web Applications is supposed to be quite easy, but I'm
having difficulty setting up a usable development environment.
I am developing in a web application project and two separate components
(DLL) projects.
All are located on a web server (not my local machine)
When I set up references for my web application, I can browse to shares on
the web server where the two components are located. I then get a warning
message about not being in a trusted location.
What's the best way to set up a web application and references to components
that you are developing at the same time? I am also working on a custom
server control which I will have to add a reference to as well...
Thanks in advance!
Troy