Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is required to deploy a web app
Message
From
30/10/2006 13:16:16
 
General information
Forum:
ASP.NET
Category:
Deployments
Miscellaneous
Thread ID:
01165564
Message ID:
01165569
Views:
10
>I have a Web based App ready to deploy to a corporate server and would appreciate any guidance on what the Live Production site will need.
>(At this stage, I'm not sure even if they are running Windows so I'll need precise details)
>
>I presume they will need:
>1. MS XP or MS Server 2003
>2. MS Framework 2.0
>3. IIS running
>4. Testing App is running on Sql Server Express..... do they actually need to load this or does it come with MS Framework 2.0
>5. Is Sql express sufficiient ? or will they need Sql Server or another server.

They need to have at least the same .NET Framework you use for your application. Then, in the IIS Web site definition, make sure this is the .NET Framework version used for that Web site.

You would have to install SQL Express or SQL Server separately. This is not bound to .NET Framework.

From what I have known recently, SQL Express can do.

Yes, you will need IIS. I wouldn't recommend something else now for the OS than Windows Server 2003.

You will need to assure that the proper connection string is done with the proper privilege so from your application, accessing the data will still work on the server.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform