Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Deploying ASP 2.0 Web Applications to Production and Session Stat

Reply
Thread Tools

Deploying ASP 2.0 Web Applications to Production and Session Stat

 
 
=?Utf-8?B?TWlrZQ==?=
Guest
Posts: n/a
 
      05-04-2006
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
 
Reply With Quote
 
 
 
 
MSDN
Guest
Posts: n/a
 
      05-04-2006
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" <> wrote in message
news:04B08154-264E-4591-8547-...
> 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



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why do I have to prefix stat from <sys/stat.h> with the keyword struct? Rolf Krüger C++ 2 03-12-2008 10:38 PM
Date & Time representation in "struct stat" - <sys/stat.h> Magesh C Programming 3 10-05-2007 12:13 PM
struct stat st; stat(fileName.c_str(), &st); hu? Steven T. Hatton C++ 3 06-02-2005 01:50 PM
os.stat('<filename>')[stat.ST_INO] on Windows Patrick Useldinger Python 6 03-03-2005 09:21 AM
deploying and re-deploying ASP.Net applications =?Utf-8?B?VG9tIE4=?= ASP .Net 2 02-04-2004 09:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57