Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Login does not work - confusing issueLogin does not work - confusing issue
Previous
 
Next
New Post
5/29/2007 11:17 AM
 
I hear you Carlos, I like tostep through some DNN code and modules to see how other developers do things.
Never know what I might pick up and learn... I have developed a few modules and have a site up live in DNN 3.5.x

No going through the throws of building everything in DNN 4.5.1 and NOT doing the upgrade but a whole new site and porting my modules over to DNN 4.5.1.

Thanks fo rthose thoughts though. You are right, really.

Anyway, as for the issue in this thread:

OK, this is embarassing...

I've been pulling my hair out and posting messages and ... turns out "authentication mode" in web.config was set to Windows.
Following various posts here, I changed that to Forms and ALL WORKED!

I have full access to everything appropriate to each account.

When I get around to it, I will try to post a few basic items to be sure to check when investigating similar errors...

Thanks ALL for your help!

Lindsay
 
New Post
5/29/2007 11:33 AM
 

Aha!!! 

You change it right?  The default is Forms...

That is why is difficult to try to diagnose issues without being able to see and touch the installation, specially those by people with some knowledge .

Glad you found the solution.

Carlos

 

 
New Post
5/29/2007 1:43 PM
 

Dregalia:

The database issue you are facing is quite common, specially among those with some SQL Server knowledge but not fully aware of the new SQL Server 2005 Express idiosyncrasies. You see, ASP.Net 2.0 and SQL Server 2005 Express make installing Web apps easier with the use of the App_Data directory. This architecture allows for XCopy rollout of databases, meaning that you do not need to create the database before-hand prior to running DNN the first time (you do need to install the SQL Server 2005 Express software by hand however). You don’t need to modify the Web.config connect string for the default install either (using the DB in App_Data). This kind of database configuration is also confusing because even though the site will work just fine, if you go to the SQL Server Management Studio Express tool you will not see the database. The tool will only see databases created in the old fashion way a la SQL Server 2000. Databases in the App_Data directory are part of what is called a “User Instance” of the database. They can be converted to a regular database and managed the usual way but then you have to take care of changing the Web.config connect string and deal with the SQL Server login and its DB rights.

So, if your database is in the “program files/mssql/3.0/data” directory, that means that you created it by hand and are not taking advantage of the new XCopy DB rollout feature. This also means that you need to take care of modifying the Web.config connect string (which will be different from your machine setup to the production server), and the creation of the SQL Server login account as well as its access rights to the DNN DB, Tables, and objects. This is where your problem is. You need to give the SQL Server login account write access to the DNN database. Same applies if you are using Windows authentication I believe (Integrated Security=True;).

I hope this helps.

Carlos

 
New Post
5/29/2007 2:11 PM
 

DNNInstalled:

There have been several strange issues with IE7 and various versions of DNN.  If you search these forums for IE7 you will see them.  Many of those issues have been corrected by now.  I don't know if there has been a specific issue with IE7 and problems logging in however.

But, I can suggest a few things.  Have you added any third party toolbars to IE?  If you have, remove them close IE and try again.  Also, test with only one IE window/tab open at a time.  If possible, before doing this, delete files and cookies.  Also, if you have made a lot of changes to the IE settings, set them back to defaults.

I know some of these suggestions are kind of extreme but sometimes is the only way to rule out issues specific to one IE installation.  By the way, have you tested from another PC aside from your own???

Carlos

 

 

 
New Post
5/30/2007 8:06 AM
 

Carlos,

Half of my issues were from using 4.5.2 (the account login module issue). Now that I'm back on 4.5.1, I still can't login from another computer. This doesn't make sense, as I was able to do this before. What kind of troubleshooting can I do here? It's no longer just IE7- I've verified that this is happening on a 3rd computer with IE6.

Logging in on the main computer through either localhost/site or my_comp/site works.

I'm at wits end. Please help. Thanks.

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Login does not work - confusing issueLogin does not work - confusing issue


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out