I had some basic questions about application deployment:
I have a small ASP .NET application in C# that is in development on an XP machine, Uses a sql server 2000 database on the same machine. the web application has dependency on 2 other projects that are part of the same .sln (solution) file (Using VISUAL STUDIO .net 2003)
Concurrent users will proabably be 5-6 as it will be an intranet appication only
I have created the .msi file for deployment.
I was wondering:
1) Instead of running the setup.exe and installing the application on a different machine, can I leave it on the development machine (Xp pro operating system)? (users can currently access the application by navigating to the computer name within the network), what might be the implications of this?
1) If decided to keep the current XP machine as the application host, do I still need to run the set up (.MSI) file on this machine? (I mean are there any performance benefits to this , as the source code is already on this machine anyway, will the Setup do anything different?)
Send to a Friend Printer Friendly
I have a small ASP .NET application in C# that is in development on an XP machine, Uses a sql server 2000 database on the same machine. the web application has dependency on 2 other projects that are part of the same .sln (solution) file (Using VISUAL STUDIO .net 2003)
Concurrent users will proabably be 5-6 as it will be an intranet appication only
I have created the .msi file for deployment.
I was wondering:
1) Instead of running the setup.exe and installing the application on a different machine, can I leave it on the development machine (Xp pro operating system)? (users can currently access the application by navigating to the computer name within the network), what might be the implications of this?
1) If decided to keep the current XP machine as the application host, do I still need to run the set up (.MSI) file on this machine? (I mean are there any performance benefits to this , as the source code is already on this machine anyway, will the Setup do anything different?)
Send to a Friend Printer Friendly