Ask a Question related to ASP.NET General, Design and Development.
-
Florian Marinoiu #1
Re: Pre-compiling asp.net application
Yes by reinstalling I mean copying a newer version of the dll
George Ter-Saakov wrote:
> Not clear what do you mean by reinstalling?
> In ASP.NET world reinstalling is copying. so whenever you copied a new
> version of the dll you reinstalled.
> Is it ok or not?
>
> George.
>
> "Florian Marinoiu" <Florian_no.spam_marinoiu@buroplus.ca> wrote in message
> news:3EFC5505.FFDE49A9@buroplus.ca...> > Hello,
> >
> > we have an ASP.NET application. Each time after the server restarts, the
> > first time someone accesses a page, it takes a little longer for the IIS
> > to serve the page. We would like to prevent this from happening. It
> > would be OK each time after we put a new version of the .dll (we use
> > codebehind), but we would like to find a way to make the code stay in
> > the cache until we reinstall another version.
> >
> > Any idea how we could do that would be much appreciated,
> >
> > Florian
> >Florian Marinoiu Guest
-
dllimport call in aspnet application makes the application hangs
As our application design requires us to use one of the validation API engine which was written on C(so basically all I have is a dll) and I tested... -
What issue will HIT me hard when I convert an Access 2002 MDE application to Web Application?
Hi All, Current Access 2002 MDE application: - has no tier - has neither business object nor any kind of object (Except MS Form object and... -
Can a web application call methods on a webservice running in the same application
Can a web application call methods on a webservice running in the same application Thanks Ron Vecchi -
Application folder not seeing namespace of the main application
hi I have a website (localhost namespace : "whatever") that has a secure application folder ( called secure with a namespace : "Secure") I... -
How to inherit a base form in all application forms of an asp.net application
hello friend, while developing an asp.net application, i created a base form(say mybaseform1) with certain links on it. then i tried to...



Reply With Quote

