 |
| VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1).
** Please don't post code questions here **
For issues specific to a particular language in .NET, please see the other forum categories. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VS.NET 2002/2003 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
|
|
|
|

August 6th, 2004, 01:38 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
server compilation confusion
Hi,
I debugged vb codes in my home server then I uploaded bin directory and all related items to web server. However I found out that my changes to the codes 'seem' does not happen on the web server.
E.g before I upload a new bin directory, the webform would print out text "something". Then I upload a new bin directory with its content so that the webform would write "nothing". However when I run the webform, it still write "something"!
Can anyone help me? I am stressed in this.
Thank you
|
|

August 6th, 2004, 02:48 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Did you overwrite the previous .dll when you uploaded the new one?
|
|

August 9th, 2004, 12:26 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yap
|
|

August 10th, 2004, 07:54 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Also, make sure you overwrite all the other files as well.
|
|

August 10th, 2004, 01:05 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i did. i even deleted all of the old files and reupload the new files. i think i'll just create a new project and upload the new project for good.
anyway is there a limit on session's data/item size?
|
|

August 11th, 2004, 09:59 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
I think you need to make sure your browser is set to properly check for new pages.. rather than using the cache.
Hal Levy
Web Developer, PDI Inc.
NOT a Wiley/Wrox Employee
|
|

August 11th, 2004, 12:11 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Hey,
If you close the browser and reopen it, access the site; does that fix it?
Brian
|
|

August 12th, 2004, 12:56 AM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am not sure, my connection speed is only 56k so I decided to finalize everything before I upload the stuff. LOL
|
|

August 12th, 2004, 07:34 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Hey,
The reason I asked about the browser, because some of the documentation on .NET states that when the site is copied over with a newer version, that the older version of the app will remain for the users still accessing the site (browser open and aspnet_wp account still accessing the code), and the newer version will be accessed for new users.
Brian
|
|

August 13th, 2004, 05:29 PM
|
|
Authorized User
|
|
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi,
i will try that. thanks
|
|
 |