( By mistake, I originally posted this in the Getting Started thread. I am unable to move it / delete it, perhaps a moderator can delete it? 
Hello,
I'm having this problem: I used the webinstaller to install CS to www.mysite.com/cs .
I think many others are having this problem, and I spent hours searching these forums and trying various solutions, so I figured I'd post and see if we can get a difinitive resolution.
I must run it as a subfolder so please don't suggest I run it from the root folder! ;-)
My forum is installed at the following locaiton if you want to check it out: http://www.sendtoperson.com/cs/
Details:
CS is definitely talking to my database to perform the login. I know my login and password. If I enter it correctly then I end up at the home page, but the site still thinks I'm a guest. If I enter an incorrect username / password combination CS tells me that my logon / pw are not correct. Since there is different behavior between correct and incorrect passwords, I am confident CS is communicating with my database. I think its a cookie problem or something. All the pages of the site are there, blogs, forums etc.
Things I tried to do already:
- I made sure IIS recognizes my folder as an ASP.NET 2.0 application. (This is CS 2007)
- Ran aspnet_regiis -c
- Checked web config.
- In parent asp.net folder, wrapped system.web with <location path="." inheritInChildApplications="false"> tag to block inheritance
- Added machineKey tags to both parent and /cs web.config files, made sure they are both the same. Used onlinekey generator from another post on this forum.
- Ran iisreset to restart my webserver
- Tried to login from Firefox and IE on 2 different computers
- Tried to create a new user account. Account gets created but then it thinks I'm a guest again
- Checked cookies in firefox:
- .CommunityServer cookie: host: sendtoperson.com, path: /
To me it seems like some sort of cookie problem. I think somewhere I need to make sure that CS knows that it's in a subfolder but I haven't figured out how to do that yet.
Please advise!
Thank you!
David Berman