Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 15th, 2005, 02:24 AM
Authorized User
 
Join Date: Feb 2005
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to ashokparchuri Send a message via Yahoo to ashokparchuri
Default perfect compilation...

Hi,
    I uploaded my files into server.after that i want to do some modifications (in design) so i just done modifications in.aspx page and i uploaded the files .aspx and .resx. but still my files are not uploaded into server.

    before uploading into server i just debugged the project once and uploaded the files...is it enough or what i have to do...please hlp me...

please tell me what to do for perfect compilation?
   thanks in advance-ASHOK PARCHURI
 
Old June 15th, 2005, 04:58 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Are they not uploaded or are you not seeing changes? There's a big difference between the two.

If you only change ASPX or ASCX files, then you only need to upload those that you changed. If you change code that is compiled, you need to update all the assemblies. (Haven't you already asked this same question on another thread?) Typically, after you upload file changes, the application will reset itself and reload the new assemblies and pages and you'll be all set. If you are not seeing a change then you might be experiencing problems due to page caching anywhere from your browser all the way up to your host's web server. The only way to prevent agains this is to set your pages up for no caching. But that's another topic.

-Peter
 
Old June 16th, 2005, 01:33 AM
Authorized User
 
Join Date: Feb 2005
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to ashokparchuri Send a message via Yahoo to ashokparchuri
Default

Hi, thankyou peter

    after uploading files into webserver i went to change the design of file so i just deleted the previous .aspx file and uploaded the modified .aspx file in the same location..

   but i am not getting any changes when i browse the page why...?this is my actual problem..

   please tell me how to solve this problem...?
thanks in advance
-Ashok Parchuri
 
Old June 16th, 2005, 01:58 AM
Registered User
 
Join Date: Jun 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi ashokparchuri,

I have been doing thing for some time now.
Ok do a bigger change in your UI like put a text that was not there earlier if this is there then u have your latest aspx file.
This may seem a very sick idea but any way u will be sure that u have the correct version of aspx file

bye
aryasheel


 
Old June 16th, 2005, 10:04 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

ASHOK,

As I explained earlier, despite the changes you make to your application, you might have caching problems. I can't explain why the browser doesn't get the newer version of the file.

One way of forcing many browser to re-request the page from the server is to hold SHIFT while clicked the refresh button. This will re-request the page from the server, but that doesn't mean that upstream caching (ISP proxy, etc) isn't affecting you.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Compilation Error darkestangel1980 ASP.NET 2.0 Basics 0 February 4th, 2008 05:46 AM
perfect shuffle algorithm pawan22 Java Basics 0 February 21st, 2006 06:09 PM
perfect shuffle algorithm pawan22 Java Basics 0 February 21st, 2006 06:08 PM
The perfect IDE Wand3r3r C++ Programming 0 January 18th, 2005 10:57 AM
compilation of c# yescarthik C# 3 January 3rd, 2004 07:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.