473,382 Members | 1,437 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,382 software developers and data experts.

Deploying ASP 2.0 Web Applications to Production and Session Stat

What is the effect of deploying asp.net 2.0 and the effect of session state
to the production application?

What happens when you xCopy any modified or new .vb or .cs class file from
the App_Code folder to the production App_code folder on the production
server? Is the user's session state preserved?

How about XCopying any .aspx and/or .asp.vb file to a Web Folder in
production? Any effect on session state?

Same question applies to the web.config file or global.asax file?

What we are trying to determine is the effect on a production ASP.net 2.0
web application when doing any type of deployment during prime time when the
users are active.
--
MikeG
May 4 '06 #1
1 1093
My old understanding is:
Changing Web.config causes the Web application to restart
Normally, the system automatically detects changes to ASP.NET configuration
files. Usually the changes take effect after ASP.Net
processes all current requests, then it applies the new changes of
web.config to the new requests that are coming.

As for ASPX pages, I am not sure if it has the same effects.
You can deploy your web app without .cs or .vb files. All IL is in the
..dlls

SA

"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:04**********************************@microsof t.com...
What is the effect of deploying asp.net 2.0 and the effect of session
state
to the production application?

What happens when you xCopy any modified or new .vb or .cs class file
from
the App_Code folder to the production App_code folder on the production
server? Is the user's session state preserved?

How about XCopying any .aspx and/or .asp.vb file to a Web Folder in
production? Any effect on session state?

Same question applies to the web.config file or global.asax file?

What we are trying to determine is the effect on a production ASP.net 2.0
web application when doing any type of deployment during prime time when
the
users are active.
--
MikeG

May 4 '06 #2

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

Similar topics

3
by: yoda | last post by:
Hi Guys, I've been used to deploying code to the production server by checking out of subversion and manually sorting out any kinks. (yes, I know, it sounds primitive) I realize I'm losing so...
1
by: Tom | last post by:
Hi, I built and packaged some web applications written by .net and c#. They connect to the same DB and have listview to list data from DB. They did not have any errors when I built and test...
3
by: Chris Dunaway | last post by:
A quick scan of the group did not immediately reveal an answer to my questions so here goes. First let me describe my app and then I'll ask the questions. I am writing a Windows Forms App (not...
10
by: Gerben van Loon | last post by:
Hi there, hope someone can help me on this: I'm planning to deploy several ASP.NET projects to a production server. Normally I used the "Project / Copy project" option in VS.NET, but to this...
2
by: Tom N | last post by:
Here's is our configuration ..Net Framework 1.1, Windows 2000, AppCenter 200 Our developers use XCOPY to deploy to the AppCenter NLB cluster (obviously, to the node that is the controller ...
2
by: rlthurston | last post by:
I am in the process of moving our asp.net application from staging environment to our production environment. Our security in staging is quite a bit more lax then in production and when we deployed...
1
by: Carl | last post by:
Help!! What are the best concepts / startegies to deploy an ASP.NET web application? My idea is work first in Production PC then after completing the project deploy it on the Web Server. But...
2
by: Kilo Bravo | last post by:
When you finally move your web application from the developement server to the production server what files should you actually upload? Are the source files necessary? Or just the dll. Why did...
4
by: john | last post by:
I think some of the changes to Asp.net are rediculous. Take the ability to deploy source code to production that is compiled on the fly. If this is such a great model, why not distribute your...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.