Re: simple question
From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 02/20/04
- Next message: Curt_C [MVP]: "Re: Displaying an Excel spreadsheet"
- Previous message: Tim Marsden: "Re: Displaying an Excel spreadsheet"
- In reply to: Allan Rojas: "simple question"
- Next in thread: Curt_C [MVP]: "Re: simple question"
- Reply: Curt_C [MVP]: "Re: simple question"
- Reply: Allan Rojas: "Re: simple question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Feb 2004 09:18:25 -0600
If I understood you corrrectly...
If all you did was modify the .CS of a page, just recomile the site on your
machine and upload the .DLL from your compile to the live site's BIN folder.
That should be all you need to do.
-- Curt Christianson Owner/Lead Developer, DF-Software www.Darkfalz.com "Allan Rojas" <ndrtkr@thecqgl.com> wrote in message news:%23yZsUO89DHA.3068@tk2msftngp13.phx.gbl... > Hi there, i'm having this problem and i hope someone can help me out. > > We have this WebApplication in ASP.NET; we work on it in our local > webserver. When we're done, we must upload the application to the FTP > located in our hosting location. > > The first time it was a full-upload of the project files, and a minor change > to the Web.Config in order to access the right databse. But now, if i make a > MINOR change to a code-behind file, how do i replicate the changes without > having to recompile the whole project and make the whole process again? > > * I though that if i replaced the .cs / .vb file and reloaded the > application, it would detect the change and recompile it automatically... > but it won't work. > > * Then i though that if i deleted the DLL file in the BIN subdirectory, it > would recompile and generate it... but it won't work either. > > * Finally, i though that if i deleted the aspx files and tried to access the > application, the server would realize it was no longer available; and if i > added the files again and tried to access it again, it would recompile it... > but i was just dreaming... > > I'm just starting to work with ASP.NET and i simply can't believe that the > only way i can get my MINOR change reflected is by recompiling the WHOLE > application or replacing the pre-compiled DLL ... > > Any suggestion or tip ? Thanks in advance. > >
- Next message: Curt_C [MVP]: "Re: Displaying an Excel spreadsheet"
- Previous message: Tim Marsden: "Re: Displaying an Excel spreadsheet"
- In reply to: Allan Rojas: "simple question"
- Next in thread: Curt_C [MVP]: "Re: simple question"
- Reply: Curt_C [MVP]: "Re: simple question"
- Reply: Allan Rojas: "Re: simple question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|