Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying ASP.NET C# MM.NET Application
Message
From
15/04/2010 12:39:22
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01460187
Message ID:
01460334
Views:
32
>Frank,
>
>Tim has given you the best advice for setting this up, but I will attempt to just re-word it here. Basically, you need to create the web site in IIS. When you do that, at some point you will need to say where the files for the web site (or more appropriately web app) will be located. When you choose the 'Publish Web Site' option in VS, this will package all your web app files into this target directory you specify. You would then FTP that directory to the directory on the server you specified where your web app files exist.
>
>Therefore, creating a setup program is not necessary, however, you might want to use it as it gives you an ability to 'Install' your web appication on the web server using an install program. What is useful with this approach is that if you want to control what assemblies need to be included and installed in the GAC. If you use this install method, then I believe you might have to uninstall and then re-install every time you make an application change.
>
>I believe Tim likes to include all needed assemblies in the publish directory (in bin) therefore alleviating your need to create a setup program. This approach would seem easier especially if you web app will experience many changes.
>
>HTH
>
>
Thanks Bob, that is all exactly correct. I always have lots of updates and so running uninstall and such is not useful. Plus with a hosted sites I don't have access/ permission to run install programs. I just have a virtual directory to copy my files into.
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform