ASP development help
-
Hi All, I am in the process of developing a web tool in ASP that will be used to update static content on a web page. Is there any sample code/already built web tool that you know of where I can get some design and coding ideas from. Doesnt really look that hard but would prefer to see something that is actually working first. The idea i had was to probably populate the static content from the staging server onto the webtool and then update it before sending it back to the staging server. Thoughts?
-
Hi All, I am in the process of developing a web tool in ASP that will be used to update static content on a web page. Is there any sample code/already built web tool that you know of where I can get some design and coding ideas from. Doesnt really look that hard but would prefer to see something that is actually working first. The idea i had was to probably populate the static content from the staging server onto the webtool and then update it before sending it back to the staging server. Thoughts?
I'm not sure what you mean by this. You wrote: The idea i had was to probably populate the static content from the staging server onto the webtool and then update it before sending it back to the staging server. Typically, most companies would use something like FrontPage to update static content to a production server. At the very least copy/paste documents would suffice for small businesses to move HTML documents from staging to a production server. If the users must be able to update static content on the production server (like documentation) then perhaps perhaps Wiki technology would work for you. OpenWiki (www.openwiki.com) is an ASP based wiki that you could review and borrow technology ideas from or implement entirely. There are many other Wiki sites just search Google. Good luck on your project. -John