Re: IIS/ASP.NET not recognizing writes to web.confg
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Latish,
What you're suggesting won't work for me. The users are added to the
web.config file authorization section spuriously and infrequently. When
they are added I don't have the liberty of restarting the web site. I
need the new users to be given authorization by IIS automatically.
The functionality I need is using Windows Integrated Security:
1) Add a user to the authoriztion section in web.config as 'allow
users="newuser"', programmatically
2) Have IIS honor the added user, allowing them access to the web site.
There must be a way to do this using web.config.
-John Gonsalves
*** Sent via Developersdex
http://www.developersdex.com ***
.
Relevant Pages
- ASP.NET 2.0 Authorization based on Combination of Allow/Deny Users/Roles.
... The problem with Authorization is it stops at the first match and doesn't ... On the Web Site, I am trying to Secure Page Access and SiteNaviagation by ... it stop when it sawn they were in the Customer Role ... I don't want to deny the User Role because U1 would be stopped. ... (microsoft.public.dotnet.framework.aspnet) - ASP.NET 2.0 Authorization based on Combination of Allow/Deny Users/Roles.
... The problem with Authorization is it stops at the first match and doesn't ... On the Web Site, I am trying to Secure Page Access and SiteNaviagation by ... it stop when it sawn they were in the Customer Role ... I don't want to deny the User Role because U1 would be stopped. ... (microsoft.public.dotnet.framework.aspnet.security) - web.config configuration issue
... I have an asp.net web site. ... I have set up on the web server). ... In the web.config file I have used these settings: ... (microsoft.public.dotnet.security) - Authorisation Issue
... I have an asp.net web site. ... I have set up on the web server). ... In the web.config file I have used these settings: ... (microsoft.public.dotnet.framework.aspnet.security) - ASP.NET 2.0 - Cannot run the profiler
... When I try to profile a website in VS2005, ... Launch Error: The web site could not be configured correctly; ... (microsoft.public.dotnet.framework.aspnet) |
|