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

rebuilding asp.net project

rom
Hi,

when I update an aspx codebehind page (vb.net) I have to
rebuild the page. After doing that - what do I have to
upload to the server? only the dll file, or the vb.net
pages also? what about the asp.net pages? And another
question - what happen if I'm trying to upload the updated
dll to the server while people are working on the
application? do I have to stop the IIS in order to do that?

Thanks!
Nov 18 '05 #1
2 1520
Hi,

I didn't really mean what do you really mean by vb.net pages & asp.net pages
!!

VB .NET is a language for the .NET platform and ASP .NET is the web
technology used in .NET. As far as your question go, you need to upload the
modified .dll only if you didn't make any changes in the content pages
(.aspx).

No, you don't have to stop & start IIS after uploading your modified .dlls
because ASP .NET looks for file change notification automatically. So as
soon it notifies of a file change request, if it donot have any pending
request, creates a new appdomain, loads the new files into it, and start
serving new requests from there. The old appdomain is killed as soon as it
finishes serving pending requets.

HTH
regards
Joyjit

"rom" <me****@ifat.com> wrote in message
news:0e****************************@phx.gbl...
Hi,

when I update an aspx codebehind page (vb.net) I have to
rebuild the page. After doing that - what do I have to
upload to the server? only the dll file, or the vb.net
pages also? what about the asp.net pages? And another
question - what happen if I'm trying to upload the updated
dll to the server while people are working on the
application? do I have to stop the IIS in order to do that?

Thanks!

Nov 18 '05 #2
Unless you have made changed to the aspx page you don't need to copy it.
Just copying
the dll will do.

If you change anything in the bin folder for your application, your
application will reset. Thus you
do not have to stop IIS.

--
Regards,

Deepak
[I Code, therefore I am]
"rom" <me****@ifat.com> wrote in message
news:0e****************************@phx.gbl...
Hi,

when I update an aspx codebehind page (vb.net) I have to
rebuild the page. After doing that - what do I have to
upload to the server? only the dll file, or the vb.net
pages also? what about the asp.net pages? And another
question - what happen if I'm trying to upload the updated
dll to the server while people are working on the
application? do I have to stop the IIS in order to do that?

Thanks!

Nov 18 '05 #3

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

Similar topics

1
by: Thomas Spiess | last post by:
Hi I rebuilded (compiled) an OCX. For some circumstances I had to rename the OCX and to move it into another directory on my developping machine. My Projects has more than hundred forms. When...
0
by: Ram | last post by:
Hey, I'v recently upgraded my computer to WinXP (previousely was Win2k SP4). After installing VisualStudio.Net 2003, I took the latest version of my solution (my solution has 2 ClassLibrary...
1
by: Amos | last post by:
My Solution has three different projects: GUI, Api, Match. Project GUI includes a reference to Match.dll and Project Match includes a reference to Api.dll . Project Api doesn't include any...
8
by: Andy Capon | last post by:
Hi There, We have a medium size project about 2000 source files and 700,000 lines of code, as you can imagine this takes some time to rebuild all. Now our problem is that we have a code...
4
by: Andrew Kidd | last post by:
Is there any reason that VS 2005 only selects some project to rebuild when I hit the "run debugger" (F5)? We have a solution with 12 projects in it, and I'm debugging one of them right now. I...
1
by: tshad | last post by:
I don't use VS much for my websites. But I do have one that does use VS. I am trying to figure out what I can change that would not require a rebuild. I assume that if I make any changes to...
12
by: StephQ | last post by:
I have a class Bounds with two constructors: class Bounds { private: list<SegmentupperLinearSpline; // Upper bound. list<SegmentlowerLinearSpline; // Lower bound. ....
9
by: eddyman592 | last post by:
Ok, i'm not sure if this is the right place to ask this, and if it's not i'm sorry. I recently had to reformat my C drive, and i had to reinstall Visual Studio 2005. Before I reinstalled it, the...
1
by: Bartholomew Simpson | last post by:
Repost ... first post never appeared .... I'm working on a larg(ish) project which consist of about 800 files spread accross 37 modules. I have done a lot of major refactoring over the last...
8
by: Dave | last post by:
Does anyone have any idea why my 2005 solution is choosing to rebuild, everytime i execute any project within its space? There's nothing overly strange with the project assemblies within, a few...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.