klipkop
Posts: 16
|
| Posted: 06/19/2007, 7:49 AM |
|
Please help - someone must have experience it before.
I change code (layout, logic etc.) on a form and then generate it. Localhost does not show any updates. Delete half of the form, regenerate, no changes.
I have cleared my local cache everytime
RE-INSTALLED CCS
Re-installed IIS
Rebooted 2 million times...
Nothing
When I create a new form - no problems.
When i copy the existing form and apply changes on the copy. Same problem...
By a process of painstaking and time consuming elimination it must be thus the form generator. I can't recreate the form - it is a heavy form with lots of code behind.
Please tell me there is a logical explenation
It's driving me nuts..
|
 |
 |
Wkempees
|
| Posted: 06/19/2007, 8:07 AM |
|
1 reguest, 1 tip
request: Operating System ? Target Language/Database?
Tip: http://support.yessoftware.com.
Walter
|
|
|
 |
MCrawford
Posts: 6
|
| Posted: 06/19/2007, 2:00 PM |
|
This problem sounds very familiar... I recall driving myself nuts one time in a similar way until I realized that I was actually publishing the new page(s) to my remote server rather than the locahost/production server. Everytime I reloaded my browser, I was unwittingly looking at the older pages on localhost!
Anyway, my suggestion is to check the Common.asp file on localhost and be certain that "DIM ServerURL : ServerURL" is set to the proper location/directory on localhost. I also recall checking the "ConnectionString" variable in Common.asp to ensure the database I was drawing from was the proper one. Finally, check your Publish settings for the project itself to ensure they are correct.
Let us know if your problem is resolved. Cheers.
Michael
|
 |
 |
DonB
|
| Posted: 06/19/2007, 6:04 PM |
|
I hope you haven't defined the IIS folder that you publish to as being the
same folder where you keep your source files.
--
DonB
http://www.gotodon.com/ccbth
"klipkop" <klipkop@forum.codecharge> wrote in message
news:24677ece25fe1b@news.codecharge.com...
> Please help - someone must have experience it before.
>
> I change code (layout, logic etc.) on a form and then generate it.
Localhost
> does not show any updates. Delete half of the form, regenerate, no
changes.
>
> I have cleared my local cache everytime
> RE-INSTALLED CCS
> Re-installed IIS
> Rebooted 2 million times...
>
> Nothing
>
> When I create a new form - no problems.
> When i copy the existing form and apply changes on the copy. Same
problem...
>
> By a process of painstaking and time consuming elimination it must be thus
the
> form generator. I can't recreate the form - it is a heavy form with lots
of
> code behind.
>
> Please tell me there is a logical explenation
>
> It's driving me nuts..
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|