CSharp Solution Deployment in VS2005

  • Thread starter Thread starter Roman
  • Start date Start date
R

Roman

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
 
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.
 
Back
Top