Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Master Files & Security Access to database
Message
From
16/04/2010 16:57:22
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01460350
Message ID:
01460659
Views:
27
>Frank,
>
>I can't answer for #1 but as far as security is concerned, you just need to grant 'execute' rights to the user that will be used for your web app. For mine, it is 'NT Authority\Network Service'.
>

Hey Bob,

I've tried configuring IIS 7 on Vista and got the message about 'NT Authority\Network Service'. I tried to add that user to my database, but SSMS could never find that user. Was there any trick you used to get it to work?

Right now I'm working around it by setting
<system.web>
	  <identity impersonate="true" userName="frank" password="cmypassword" />
in my web.config, but don't like this solution because of the visibility of the password and dependence on my user name.

Any suggestions anybody?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform