Link to home
Start Free TrialLog in
Avatar of dirkacm
dirkacmFlag for Belgium

asked on

User must be able to modify aspx website directly

Hello,

we've built a aspx-website. The customer who ordered the website wants however make some changes in the text before it is officially released. Instead of printing every page or copy the text in word, so the text can be corrected offline. Is there not a way to directly modify the page without implementing a cms. We just need it now to have corrections done before release.

Thanks for your ideas!
Best regards,

Dirk
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

the aspx pages themselves can be modified, in regards to texts, without need to recompile.
however, hard-coded texts, contained in the .net code, cannot be "modified" without a recompile unless you have them in a config file, a database table or something else external to the application code, but read by the application code.
ASKER CERTIFIED SOLUTION
Avatar of dirkacm
dirkacm
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dirkacm

ASKER

We've had to move on quickly.