VSWebCache

  • Thread starter Thread starter androidsun
  • Start date Start date
A

androidsun

I am using C#. How to configure the Visual Studio.Net so that it will
compile project .Dll and .Pdb on the \bin directory on my remote
development server instead of in the C:\Documents and Settings\<my
local account>\VSWebCache\<my web server address>\MyAppName?
Currently, I have to copy the the .Dll and .Pdb from the VSWebCache
aand paste them in the development server manually. Thanks for your
help.
 
If you right-click the project in Solution Explorer, choose "Properties",
then Configuration Properites / Build / Output Path

You can send the build output to any folder you want.
Peter
 
Thanks for the response. I followed your suggestion and changed the
Output path to the desired location. As soon as I hit "Apply", the
path is changed to "bin\". All the path preceeding "bin" is gone. Do
you know why? Thanks.
 
Never mind my previous response. I just realized that even the
preceding path of bin disappears, the path is actually saved in project
output preference. I guess it just one of the things that MS does
mysteriously.
 
Back
Top