Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

site reset after dll update

Status
Not open for further replies.

Leonos

Programmer
Sep 17, 2003
32
NL
Is there a way to prevent my website to completly reset, after I have uploaded a compiled .dll file ?

I have build a large website with a number of different directories and the compiler is set to create .dll files for every directory.

But when I have updated the code for directory A and I upload this .dll to my site, users that are working in directory B will be reset after this upload.

It seems .NET is resetting all connections.
 
Hmm, I found that soms FCN monitor is watching all my directories for changes.

I found one solution which I do not prefer.
That is by creating the usual web-directory for your website. Than the FCN monitor watches this directory.
Meanwhile, we sneaky link this directory to another, through some ugly windows commands. So when we go to your web-directory, windows will bring you to another one.
And at this other directory are the real files and FCS doesn't know it :(

What an ugly solution, there must be a better one.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top