I am try to create a user in SQL 2008.
We are using: Windows 2008 r2, SQL 2008, ASP.net4, and IIS7.
According to this page:
http://www.dnnsoftware.com/wiki/page/...section 5.i
it says:
' ...For Windows 7 or Windows 2008R2 running IIS 7.5 you'll need to add the application pool ie; "IIS AppPool\{AppPoolName}" (without the quotes). '
I don't why I can't just use a login name without the 'IIS appPool' prefix..?
It also says on the above DNN page: "...To read why Windows 7/2008R2 differ click here."
- But on suggested link - it does NOT explain why Windows 7/2008R2 differs!
However, creating a login with a \ backslash results in an error.
ERROR is something like this:
"...iis apppool\[myUserName] is not a valid name because it contains invalid characters error code: 15006..."
Secondly,
is it possible to create the database login first in SQL before creating the website and appPool in iis? (if using SQL Authentication).
thanks