-
Posted to
Security
by
naimbeg
on
09-21-2009, 3:26 PM
I have an ASP.NET web application that uses impersonation.
The impersonating user ID is a domain account, which needs to create a html file and write its content to the local hard drive on the web server. I granted the domain user ID write, modify and full control to the folder it needs to write to (e.g. E:\websites\website\AppName\temp), but ...
-
Posted to
IIS7 - Security
by
naimbeg
on
09-21-2009, 3:22 PM
No...
I think I will be submitting a case to MS soon
-
Posted to
IIS 7 - Troubleshooting
by
naimbeg
on
08-12-2009, 12:02 PM
I have a .Net 1.1 application that I am trying to install. I have followed the instructions from http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008
and everything appears fime from that..
The problem that I am running into is that when I "Convert to Application" I am no longer allowed to ...
-
Posted to
IIS7 - Setup
by
naimbeg
on
08-10-2009, 12:05 PM
I have seen it posted a couple of times where people are trying to install IIS 7 using pkgmgr and a unattend.xml to install IIS only to have a error code returned stating that the version listed in the unattend.xml is incorrect...
Why is checking this important? Would it have not been better for pkgmgr not to check and only care if the ...
-
Posted to
IIS7 - Security
by
naimbeg
on
08-03-2009, 11:42 AM
Issue, I am trying to setup an IIS build for IIS 7 servers that we will use. I am moving the default website to a different partition, the security groups for the folder of the website are as follows: Administrators, full control. System full control, IIS_IUSRS, Read Execute and List. Trusted Installer, full control. If I try browsing the website, ...
-
Posted to
IIS7 - Security
by
naimbeg
on
07-28-2009, 5:09 PM
Thanks for the link to the explaination of the IIS_IUSRS group, but that still does not answer the question of why group membership (of IUSR) goes blank after installing IIS.
-
Posted to
IIS7 - Security
by
naimbeg
on
07-27-2009, 5:09 PM
I meant rc2 (for the upcoming sp coming out). Sorry.
Anyways I installed ASP.NET + extensions through adding them through roles. The IIS_IUSRS still does not show any memebers.
-
Posted to
IIS7 - Security
by
naimbeg
on
07-27-2009, 3:43 PM
Before I install install IIS on a Windows 2008 RC1 server, if I check the IIS_IUSRS group I see the "NT AUTHORITY\IUSR" listed.
After I install IIS , no groups/users show up under the IIS_IUSRS group.
Is that supposed to happen? Under wwwroot, what ID/Groups should I use?
Thanks
-
Posted to
IIS7 - Setup
by
naimbeg
on
07-06-2009, 3:34 PM
It appears that you have a version mis-match... is your OS 32 or 64 bit based?
Look at this thread... http://forums.iis.net/p/1148892/1867429.aspx
-
Posted to
IIS7 - Setup
by
naimbeg
on
06-05-2009, 10:58 AM
Figured it out...
in "start /w pkgmgr /n unattend.xml" I was missing the : in /n:unattend.xml...
Couldn't see it for the life of me.