Speed issue

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
3/21/2007 8:37:10 AM
Gravatar
Total Posts 18439

Re: Speed issue

If there is a user.config file it will use the connection string from there in preference to the one in web.config.

However there is no fallback, if it can't connect using the one in user.config, it won't then try the one in web.config.

I have never heard of any performance issues relating to using a user.config file

If you are not using a user.config file you can remove the file=user.config but I really don't think that will have any impact at all.

If it is not efficiently resolving the host name mssql07.1und1.de that could cause performance  issues

Hope it helps,

Joe
You must sign in to post in the forums. This thread is closed to new posts.