Print Page | Close Window

Renewing the content of a module

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=7504
Printed Date: 28 March 2026 at 10:59pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Renewing the content of a module
Posted By: Diep-Vriezer
Subject: Renewing the content of a module
Date Posted: 22 November 2003 at 2:20pm

Hi all,

I have made a control panel to edit all the pages in my ASP.NET Web Application. Now my question is, can I edit a *.vb file (a module) while the application is running? And will it apply those sections the next time it is called?



-------------
Gone..



Replies:
Posted By: Boecky
Date Posted: 22 November 2003 at 4:10pm
Explained in an easy way...If you compile it to a .dll and once you upload it, the server see it's a new version and it gonna use that new version.


Posted By: Diep-Vriezer
Date Posted: 23 November 2003 at 8:40am
So you have to compile it again after the module is edited? Can this be done from a web application instead of VS.NET?

-------------
Gone..


Posted By: Boecky
Date Posted: 23 November 2003 at 9:38am

from a web app I don't think so, but you can do it via the command line instead of vs.net

Here's an example:
http://www.4guysfromrolla.com/webtech/112101-1.2.shtml - http://www.4guysfromrolla.com/webtech/112101-1.2.shtml



Posted By: Diep-Vriezer
Date Posted: 23 November 2003 at 9:39am

I guess I should do it another way. Is this a good one >> if I make a Site.config file, which contains the same as the Data.vb module, except in XML format, and then retrieve that value from the .config file and finally return it to the function?

Are all .config files processed by ASP.NET?



-------------
Gone..


Posted By: Diep-Vriezer
Date Posted: 23 November 2003 at 9:40am
Originally posted by Boecky Boecky wrote:

from a web app I don't think so, but you can do it via the command line instead of vs.net

Here's an example:
http://www.4guysfromrolla.com/webtech/112101-1.2.shtml - http://www.4guysfromrolla.com/webtech/112101-1.2.shtml

Ofcourse I could run a Script.wsf, which will call that command, but that's a bit slow and anti-.NET



-------------
Gone..



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net