I got Windows 2000 SP4, IIS5 and .net1.1 in my machine. When I try to render a .aspx file in IE5, it ask me to enter username, password and domain in order to run ASP.NET! I can't go on because I don't know what should I fill!! How? and why? I found a article
about this problem in Microsost homepage but it mention that this problem was already solved in .net1.1!!
first up, you should turn off integrated authentication in IIS manager, and enable anonymous instead. Then you need to check the NTFS permissions on the actual files you're trying to serve. you'll need the ASPNET account to have rights on them, and the IUSR_MachineName
account, IIRC. you could also change the account under which ASP.NET runs by editing machine.config, but you'll probably be better off doing it the first way mentioned.
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable
ez93089
Member
5 Points
1 Post
(Win2000 sp4 IIS5 .net1.1) ASPNET account
Aug 05, 2003 08:06 PM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: (Win2000 sp4 IIS5 .net1.1) ASPNET account
Aug 06, 2003 01:19 AM|LINK
Jason Brown - MVP, IIS