Re: ASP.NET architecture : am I missing something
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Fri, 23 Sep 2005 08:44:13 -0400
If you post the relevant code,
it will be easier to diagnose your problem.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Julien" <nospam@xxxxxxxx> wrote in message news:4333f51c$0$4366$626a14ce@xxxxxxxxxxxxxxx
> Hi folks,
>
> I am facing a little problem with my website that gives me an headache : It can not have
> 2 users at the same time (quite annoying, as you see:))
> I think I miss something in the ASP.NET architecture, but I can not see why
> The problem stands in my connection to the database.
>
> I have a unit that owns a SQLConnection object.
> When a page is requested I call a class function that creates the SQL object.
>
> The fact is that this object seems to be shared amongst the users connected to the site,
> when requesting a page at the same time.
> That results in some odd errors telling connexion already opened and errors like this.
> The problem disapears if only one visitor is connected to the site.
>
> Can someone help me ?
> Thanks,
>
> Julien
>
.
- References:
- ASP.NET architecture : am I missing something
- From: Julien
- ASP.NET architecture : am I missing something
- Prev by Date: Listbox does not appear in Request.Form
- Next by Date: Re: Listbox does not appear in Request.Form
- Previous by thread: ASP.NET architecture : am I missing something
- Next by thread: Re: ASP.NET architecture : am I missing something
- Index(es):
Relevant Pages
|