|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Need help..Hello..
does anyone know how to deploy the ASP.Net applications using visual studio 2005 thanks sasi Wrong group for this question, but here is your answer:
1. Copy and paste 2. Copy project from inside Visual Studio 2005 3. Compile and deploy a) MSI b) copy bits out to a server If these don't make sense, there are plenty of articles on msdn.microsoft.com to help out. -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA ************************************************* Think outside of the box! ************************************************* <sasireka.gurus***@gmail.com> wrote in message news:1157028253.605635.159310@e3g2000cwe.googlegroups.com... > Hello.. > does anyone know how to deploy the ASP.Net applications using visual > studio 2005 > thanks > sasi > Two methods:
1. Copy the contents of the project from the webroot on your dev box to the webroot of your production box, create the application in IIS and configure as you like. 2. Add a web setup project to your solution and run the produced executable on your production server while logged in as an administrator. If you're unfamiliar with .NET programming and setup projects, then I'd use the first option. All you need are the .as?x files and the .dll files (which should be in the /bin directory). I hope that helps. Show quote "sasireka.gurus***@gmail.com" wrote: > Hello.. > does anyone know how to deploy the ASP.Net applications using visual > studio 2005 > thanks > sasi > > |
|||||||||||||||||||||||