Click here to Skip to main content
15,886,788 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: CSS Pin
daveyerwin8-Feb-10 0:54
daveyerwin8-Feb-10 0:54 
GeneralRe: CSS Pin
Morgs Morgan8-Feb-10 2:54
Morgs Morgan8-Feb-10 2:54 
GeneralRe: CSS Pin
daveyerwin8-Feb-10 3:37
daveyerwin8-Feb-10 3:37 
GeneralRe: CSS Pin
molesworth8-Feb-10 6:48
molesworth8-Feb-10 6:48 
QuestionIframe problem with IE8 Pin
r aa j7-Feb-10 19:25
r aa j7-Feb-10 19:25 
AnswerRe: Iframe problem with IE8 Pin
thatraja8-Feb-10 6:33
professionalthatraja8-Feb-10 6:33 
Questionaccessing iis7 log files from the web application... Pin
l a u r e n6-Feb-10 12:59
l a u r e n6-Feb-10 12:59 
AnswerRe: accessing iis7 log files from the web application... Pin
Jörgen Andersson7-Feb-10 11:49
professionalJörgen Andersson7-Feb-10 11:49 
This is usually a permission problem. And it is your code that needs access, not the IIS so the user: IUSR_MachineName (or "Internet Guest Account"), won't do.
If it's a server it's probably the NETWORK SERVICE user that need to be given the proper permissions.
If you're not anal about security it's easier to give access to IIS_WPG (Worker Process Group).

If it's none of these then you can find out what the worker identity is by querying System.Security.Principal.WindowsIdentity.GetCurrent.Name
QuestionDifferent Web Technologies Pin
programmervb.netc++5-Feb-10 19:01
programmervb.netc++5-Feb-10 19:01 
AnswerRe: Different Web Technologies Pin
Not Active6-Feb-10 6:24
mentorNot Active6-Feb-10 6:24 
GeneralRe: Different Web Technologies Pin
Bhushan19807-Feb-10 16:59
Bhushan19807-Feb-10 16:59 
GeneralRe: Different Web Technologies Pin
Not Active7-Feb-10 17:06
mentorNot Active7-Feb-10 17:06 
GeneralRe: Different Web Technologies Pin
Bhushan19808-Feb-10 1:21
Bhushan19808-Feb-10 1:21 
GeneralRe: Different Web Technologies Pin
Bhushan19808-Feb-10 1:23
Bhushan19808-Feb-10 1:23 
GeneralRe: Different Web Technologies Pin
programmervb.netc++14-Feb-10 19:42
programmervb.netc++14-Feb-10 19:42 
QuestionManaging Multiple SSL Certificates in a web API Pin
Jammer5-Feb-10 10:23
Jammer5-Feb-10 10:23 
AnswerRe: Managing Multiple SSL Certificates in a web API Pin
Jammer8-Feb-10 0:24
Jammer8-Feb-10 0:24 
QuestionFrontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 1:27
Kontakentee5-Feb-10 1:27 
AnswerRe: Frontpage Adding a video with navigation buttons Pin
Not Active5-Feb-10 2:26
mentorNot Active5-Feb-10 2:26 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 2:43
Kontakentee5-Feb-10 2:43 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 2:52
Kontakentee5-Feb-10 2:52 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Not Active5-Feb-10 2:54
mentorNot Active5-Feb-10 2:54 
GeneralRe: Frontpage Adding a video with navigation buttons [modified] Pin
Kontakentee5-Feb-10 3:08
Kontakentee5-Feb-10 3:08 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Not Active5-Feb-10 3:20
mentorNot Active5-Feb-10 3:20 
GeneralRe: Frontpage Adding a video with navigation buttons Pin
Kontakentee5-Feb-10 3:26
Kontakentee5-Feb-10 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.