I installed Club starter kit on my machine without any problem. Clicked CTRL + F5. Worked well . Created user and Admin without problem. Was able to update site easily.That is where the joy ended.
On uploading to IIS on the same machine, everything went well( or so i thought).Tried logging in as admin or user.Got this------- Your login attempt was not successful.Please try again.
Question!!!!! Why would login be ok on http://localhost:2210/myclub and not
http://localhost/myclub on the same machine? I haven't got a clue.. Any help will be greatly appreciated.
HAVE THE SAME PROBLEM WITH PERSONAL STARTER Kit.Thanks in advance.
Was able to sort it out myself.Didnt need all those complicated stuff about running SSEUtil.exe I spent hours reading in the forum( i didnt know how to run it any way). But in my subconscoiusness, i knew that that microsoft wont launch a program like this
if one needs to run complicated stuff. It was meant for computer novices like me. It was all there om my computer help and support programme on how to to set permisions right at both IIs and NTFS levels.
Note! FOR novices!!!!! follow this simple steps in that order: Step 1... Create a folder at wwwroot Example ../wwwroot/myclub
Step 2.... right click this new folder. click security and settings. click on share this folder.Give an alias. give full permission to
network service
Step3-... An iis application will be created automatically. Open IIS. find folder(application)... give required permission to IUSR.Click directory security. Enable Annoymous acces
And now create web site using Visual studio. Using IIS option instead of file based web site. You are home nad dry
alagoa
Member
10 Points
2 Posts
Login problem
Nov 17, 2005 06:26 PM|LINK
On uploading to IIS on the same machine, everything went well( or so i thought).Tried logging in as admin or user.Got this------- Your login attempt was not successful.Please try again.
Question!!!!! Why would login be ok on http://localhost:2210/myclub and not http://localhost/myclub on the same machine? I haven't got a clue.. Any help will be greatly appreciated.
HAVE THE SAME PROBLEM WITH PERSONAL STARTER Kit.Thanks in advance.
alagoa
Member
10 Points
2 Posts
Re: Login problem
Nov 19, 2005 03:56 AM|LINK
Note! FOR novices!!!!! follow this simple steps in that order:
Step 1... Create a folder at wwwroot Example ../wwwroot/myclub
Step 2.... right click this new folder. click security and settings. click on share this folder.Give an alias. give full permission to network service
Step3-... An iis application will be created automatically. Open IIS. find folder(application)... give required permission to IUSR.Click directory security. Enable Annoymous acces
And now create web site using Visual studio. Using IIS option instead of file based web site. You are home nad dry
I hope this helps computer novices like me.