Code Comments
Programming Forum and web based access to our favorite programming groups.Each time an application is run, a new HTML page is generated. Is there a way to specify the location/name of the file, so it can be modified and reused? Otherwise, how can you control the visual aspects of the displayed page? Also, if you monitor the C:\CWICWEB\PUBLIC directory, you can see a new folder is created with the newly generated html file inside, each time the app is run. This takes up valuable drive space, and since it isn't being reused, should never happen. What are we doing wrong? Ken Castleberry Data Image Software www.AcctPro.net 270-782-0808
Post Follow-up to this messageif you monitor the C:\CWICWEB\PUBLIC directory, you can see a > new folder is created with the newly generated html file inside, each > time the app is run. You are right. It does create a new folder for each instance of you web application. This is how the web application works.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.