VS2005 web service compilation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bikerchick
    New Member
    • Oct 2006
    • 6

    VS2005 web service compilation

    I'm used to using VS2003, but am now upgrading some of my VB.NET applications to VS2005 using the upgrade wizard.

    My web services normally consist of the bin folder, .asmx and .config files - which I deploy. However, in 2005, my bin is empty, and i'm having to also deploy the App_Code folder to get it to work.

    This can't be right! can anyone tell me how to do this properly?! :o)
  • bikerchick
    New Member
    • Oct 2006
    • 6

    #2
    Sorted! in VS2003 when you BUILD the application you get the /bin folder.... in VS2005 when you build you don't! you have to "publish" the web service to get the bin...

    Comment

    • MikeHarris
      New Member
      • Nov 2007
      • 1

      #3
      Hiya. I just wanted to say thanks for posting that solution; it really helped me. So many people dont bother following up stuff once they've found out how to solve their problems, which is of course very frustrating for anyone else who is experiencing the same issue and stumbles across the unclosed thread.

      Good on ya :D

      Comment

      Working...