Webmail of MEPro 2.1 on ASP.NET 2.0 is very slow

Discussions on webmail and the Professional version.
Post Reply
labsy
Posts: 148
Joined: Sun Nov 16, 2003 6:49 am
Location: Slovenia

Webmail of MEPro 2.1 on ASP.NET 2.0 is very slow

Post by labsy »

Hello!

I upgraded from ME Pro 1.75 to Pro 2.11 version and after some exercising with Application Pools, I managed it to work almost fine.

The only problem is that new ASP.NET 2.0 WebMail is now very, very slow.

It takes 10-15 seconds even before login screen loads at the client. I was observing server's CPU and Memory, but it does not utilize CPU neither runs out of memory.
When WebMail loads, it takes ages again to load all messages to inbox.

Why is WebMail so slow?
My old 1.75 version of webmail on ASP was light speed fast.

And, what is this SQL string under ASP.NET 2.0 properties for MailEnableAppPool:

Code: Select all

LocalSQLServer = data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true
There is no aspnetdb.mdf file anywhere on my disk!?
So, where does this application connect to???
And... isn't it wrong syntax? Shouldn't it be AttachDBFilename=|DataDirectory|/aspnetdb.mdf (notice the / slash)??
Image
Windows Hosting Sollutions Provider
http://www.hostmachine.net

labsy
Posts: 148
Joined: Sun Nov 16, 2003 6:49 am
Location: Slovenia

Post by labsy »

Ok,
problems regarding slow webmail was solved - it was my ISP having problems with DSL line (dropping packets).

Remains only the question about that weird SQL connection to the file, that does not exist.
Image
Windows Hosting Sollutions Provider
http://www.hostmachine.net

Post Reply