cookieless urls, login page is not shown

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
12/20/2009 10:12:27 PM
Gravatar
Total Posts 35
---------------- Alexei V.

cookieless urls, login page is not shown

why my mojoportal started to use "cookieLess" urls, and skins was stopped to work ?

http://aun.su/portal/(S(y24uovulo5yey5az1z3ysba0))/default.aspx ?

 

if web.config I have that:

<authentication mode="Forms">
<forms loginUrl="Secure/Login.aspx" name=".mojochangeme" protection="All" timeout="50000000" path="/" cookieless="UseCookies" />
</authentication>

 

but I cant login to portal. :(

may be some configurations off IIS was broken?

12/21/2009 9:58:22 AM
Gravatar
Total Posts 18439

Re: cookieless urls, login page is not shown

There is nothing in mojoPortal code causing that.

Possibly there is some setting on the app running in the root of the site or possibly some url rewriter is executing before it reaches mojoportal code.

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