CSharp Solution Deployment in VS2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roman

    CSharp Solution Deployment in VS2005

    I have developed a csharp web site using VS2005. What is the typical
    deployment method if the target server is on the local network.

    In any event, I am assuming I should deploy it without any csharp code.
    If could you tell me how to do that?

    Thanks in advance

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: CSharp Solution Deployment in VS2005

    Roman,

    If your app doesn't require any special permissions (because if you
    deploy it on a network), then I would just have people run it from a network
    share.

    However, if you need to have it updated, as well as require special
    permissions for the zone it is being deployed from (intranet zone), then I
    would consider using ClickOnce.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Roman" <rgelfand2@hotm ail.comwrote in message
    news:1158275739 .667046.92010@d 34g2000cwd.goog legroups.com...
    >I have developed a csharp web site using VS2005. What is the typical
    deployment method if the target server is on the local network.
    >
    In any event, I am assuming I should deploy it without any csharp code.
    If could you tell me how to do that?
    >
    Thanks in advance
    >

    Comment

    Working...