-
Posted to
IIS7 - General
by
neha.noma
on
02-23-2009, 7:21 AM
Any help?
-
Posted to
IIS7 - General
by
neha.noma
on
02-23-2009, 2:15 AM
HI,
Just like that I gave image/jpeg as it was appending in in text/html. Even text/html is also giving the same problem. Where does the default text/html comes from, so that I can go and directly edit it.
-
Posted to
IIS7 - General
by
neha.noma
on
02-20-2009, 9:08 AM
Hi Team,
I want to change the Content-Type header to include charset info on IIS 7.0.
By default I get the ==> Content-Type: text/html
It does not include the charset information, even though in my page I have below tag set:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Please let me know ...
-
Posted to
IIS7 - General
by
neha.noma
on
02-18-2009, 10:20 AM
Hi,
I have one doubt regarding the Character-Set. I have written one small IIS filter module to fetch the name from query string and display it through our filter. However there is a problem as the characters in query string can be in different character-sets so I need to decode it keeping the Character set in mind. Till here the logic looks ...
-
Posted to
IIS7 - General
by
neha.noma
on
02-11-2009, 1:58 AM
Filter is added under /LM/w3svc/1 is running for /LM/w3svc/1 only. Since this is the old code base which was working on IIS 6.0, I do not want to move to IAppHostAdminManage.
It works with application pool's identity as LOCAL system/ Administrator. Problem comes only when I set the identity as Network Service.
-
Posted to
IIS7 - General
by
neha.noma
on
02-10-2009, 11:18 PM
Still struggling with same issue. Please guide.
-
Posted to
IIS7 - General
by
neha.noma
on
02-09-2009, 5:09 AM
Hi,
After a long time I am again facing the similar problem. I have IIS filter which reads Metabase entries. When I set the App pool identity of my website to Local System / Administrator, it is able to read the Metabase key LM/W3SVC/1/*. However if I set it to "Network Service", it fails and returns error code E_ACCESSDENIED.
Using ...
-
Posted to
IIS 7 - Troubleshooting
by
neha.noma
on
01-23-2009, 6:15 AM
I too am facing the same problem. Did it get resolved?
-
Posted to
IIS7 - Extensibility
by
neha.noma
on
09-26-2008, 10:04 PM
Thank you Anil :)
-
Posted to
IIS7 - Extensibility
by
neha.noma
on
09-26-2008, 1:00 PM
Hi Anlir,
Yes I was setting the "resourceType and requireAccess" as I copied the code of module handler part. Thank you for correcting me, you saved me from doing one more copy and paste error :)
I would even like to add my wildcard as first item in the collection. I could not understand "collection is ...