Click here to Skip to main content
15,914,387 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: client side programming in asp .net using c# Pin
Ian Darling29-Jan-04 2:26
Ian Darling29-Jan-04 2:26 
GeneralRe: client side programming in asp .net using c# Pin
POKRI29-Jan-04 23:04
POKRI29-Jan-04 23:04 
QuestionWhat is Document.MM_sr and Document.MM_P Pin
Inam29-Jan-04 1:03
Inam29-Jan-04 1:03 
AnswerRe: What is Document.MM_sr and Document.MM_P Pin
hxxbin29-Jan-04 6:38
hxxbin29-Jan-04 6:38 
Generalembedding mediaplayer in a webpage... Pin
l a u r e n28-Jan-04 14:29
l a u r e n28-Jan-04 14:29 
GeneralRe: embedding mediaplayer in a webpage... Pin
hxxbin29-Jan-04 6:40
hxxbin29-Jan-04 6:40 
GeneralRe: embedding mediaplayer in a webpage... Pin
l a u r e n29-Jan-04 9:02
l a u r e n29-Jan-04 9:02 
QuestionCan you force IIS to refresh its cache? Pin
Grailman28-Jan-04 7:53
Grailman28-Jan-04 7:53 
How do you force a refresh of IIS cache using ADSI? I have a web service which calls a VB.NET dll that uses ADSI to query the sites listed in the metabase. The problem is that it does not pick up sites which are added to the metabase unless I restart IIS but if I delete a site, it will be reflected in the ADSI query right away...?
Here is how I am querying:
<br />
         Dim objW3Svc As Object = GetObject("IIS://" & m_sServerName & "/W3SVC")<br />
         objW3Svc.GetInfo()<br />
         Dim ar As New ArrayList<br />
<br />
         ' Find the sites listed in the MetaBase<br />
         For Each objWebSite As Object In objW3Svc<br />
<br />
             If (objWebSite.Class = "IIsWebServer") Then<br />
                 ar.Add(objWebSite.ServerComment)<br />
             End If<br />
         Next<br />

If it were a permission issue due to the web service calling the VB.NET dll I would not expect the sites to magically show up after an IIS restart. Also the fact that deleted sites do not show up in subsequent queries shows me that ADSI seems to be looking at current data...

Any clues here? Confused | :confused:
GeneralConversion of UTC to PST using javascript Pin
Cutespn27-Jan-04 19:34
Cutespn27-Jan-04 19:34 
GeneralRe: Conversion of UTC to PST using javascript Pin
Roger Wright28-Jan-04 3:29
professionalRoger Wright28-Jan-04 3:29 
GeneralProblem with acronym in Netscape Pin
EnkelIk26-Jan-04 5:37
EnkelIk26-Jan-04 5:37 
QuestionServer to server cookies? Pin
alex.barylski25-Jan-04 20:59
alex.barylski25-Jan-04 20:59 
AnswerRe: Server to server cookies? Pin
Dan_P26-Jan-04 2:02
Dan_P26-Jan-04 2:02 
AnswerRe: Server to server cookies? Pin
l a u r e n26-Jan-04 9:36
l a u r e n26-Jan-04 9:36 
GeneralRe: Server to server cookies? Pin
alex.barylski26-Jan-04 9:43
alex.barylski26-Jan-04 9:43 
GeneralRe: Server to server cookies? Pin
l a u r e n26-Jan-04 12:18
l a u r e n26-Jan-04 12:18 
GeneralRe: Server to server cookies? Pin
alex.barylski26-Jan-04 16:58
alex.barylski26-Jan-04 16:58 
Generalreal time web image and text editor Pin
Member 84034825-Jan-04 8:14
Member 84034825-Jan-04 8:14 
GeneralRe: real time web image and text editor Pin
basementman27-Jan-04 6:12
basementman27-Jan-04 6:12 
GeneralSticky Wicket: Auto-Invoke Save HTML As Pin
jbevilaqua24-Jan-04 19:57
jbevilaqua24-Jan-04 19:57 
QuestionHow do I define a run time for a script Pin
Kazzza23-Jan-04 14:01
Kazzza23-Jan-04 14:01 
GeneralWeb Interface for POP3 IMAP mailserver Pin
BrockVnm23-Jan-04 11:20
BrockVnm23-Jan-04 11:20 
GeneralRe: Web Interface for POP3 IMAP mailserver Pin
markkuk23-Jan-04 11:32
markkuk23-Jan-04 11:32 
GeneralForm &amp; CGI POST Pin
alex.barylski23-Jan-04 3:42
alex.barylski23-Jan-04 3:42 
GeneralRe: Form &amp; CGI POST Pin
l a u r e n23-Jan-04 14:33
l a u r e n23-Jan-04 14:33 

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.