CSharp Solution Deployment in VS2005

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top