Authentication Required

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.
11/24/2009 9:14:01 AM
Gravatar
Total Posts 31

Authentication Required

Hi, we are using IIS, postgres, V 2.3.1.9. When I use the image upload feature and I then try to choose the image I have uploaded, I get a Authentication Required popup asking for a username and password against our ip address. Any ideas?

11/24/2009 9:22:21 AM
Gravatar
Total Posts 2239

Re: Authentication Required

It sounds like you have Windows Authentication turned on in IIS and the permissions for the directory you are accessing aren't set correctly. I would check the configuration of the website in IIS and the permissions on the /data and /App_data directories.

HTH,
Joe D.

11/24/2009 9:25:02 AM
Gravatar
Total Posts 18439

Re: Authentication Required

Hi,

It sounds like you have basic or digest authentication enabled on the directory where the files are uploading when it should only have windows and anonymous authentication enabled.

I would also make sure the App_Data folder is writable by the web process.

Hope it helps,

Joe

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