473,397 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Installation on productive system

Hi group

I developed a never version of my webapplication and tried to install it on the productive system. But I found that I can't delete or change the name of my application folder on the productive system because it is in use (I believe it is the IIS?). After stopping the IIS I could remove the old files and install the new ones

Is stopping the IIS the only way to update an aspx application on a server?

Thanks a lot
Ashley
Nov 18 '05 #1
1 915
You shouldn't really need to delete or change the name of the production
folder at all. Once you ahve tested your application fully and are sure that
it is ready to be deployed to a production server, just copy the new files
over the old ones. The execution model for .NET basically copies your
compiled assemblies to a shadow directory and runs those at runtime. When
you copy over the existing files with new ones the ASP.NEt runtime picks up
that the files have changed, and replaces it's shadow copies with the new
ones. Gone are the days of shutting down IIS to upgrade web applications.

Hope that helps. (by the way - this is all covered in the excellent book
Essential ASP.NEt with Examples in C#, by Fritz Onion - well worth a look
for finding out what goes on behind the scenes in ASP.NET )

--
--------------------------------------------------------
Peter Wright (www.petewright.org)
Author of ADO.NET Novice To Pro
From Apress. www.apress.com (and 10
other doorstops from Wrox)
"Ashley" <an*******@discussions.microsoft.com> wrote in message
news:84**********************************@microsof t.com...
Hi group,

I developed a never version of my webapplication and tried to install it on the productive system. But I found that I can't delete or change the name
of my application folder on the productive system because it is in use (I
believe it is the IIS?). After stopping the IIS I could remove the old files
and install the new ones.
Is stopping the IIS the only way to update an aspx application on a server??
Thanks a lot
Ashley

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: InstallAware | last post by:
For Press Inquiries: Sinan Karaca InstallAware Software Corporation 336 Guerrero Street, San Francisco CA 94103 415 358 4094 (voice/fax) sinank@installaware.com http://www.installaware.com/ ...
5
by: InstallAware | last post by:
For Press Inquiries: Sinan Karaca InstallAware Software Corporation 336 Guerrero Street, San Francisco CA 94103 415 358 4094 (voice/fax) sinank@installaware.com http://www.installaware.com/ ...
5
by: InstallAware | last post by:
For Press Inquiries: Sinan Karaca InstallAware Software Corporation 336 Guerrero Street, San Francisco CA 94103 415 358 4094 (voice/fax) sinank@installaware.com http://www.installaware.com/ ...
4
by: coosa | last post by:
Hi, I was installing SQL Server on my machine and during installation my PC freezed. It happens frequently on my machine. So i tried after restarting to install it again and since then i always...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.