ManagementObectSearcher

Discussion in 'Visual Studio' started by JAgee, Nov 22, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,
    I'm a little deficient with certain tech so this may be an easy solution, and any help would be much appreciated. I'm using System.FileObjectSearcher on a asp.net page in Visual Web Developer 2008 Express. It works fine when running/debugging on local system--it gets the object data and puts in a textbox--but when I upload the site to discountasp.net server and go to the page there's no fileobject data in the textbox--no error, but no data. I checked references and any other basics I could think of. Don't know much about IIS (using server 2008 and IIS7), and don't know if it has anything to with that? Thanks for any help.
     
  2. Hi,
    Did you do this from code-behind and possibly the code-behind files did not get synced with the remote server?
    Only thing I can think of.
    All the best,
    Mark
     
  3. Thanks for the reply. Yes I used visual basic code-behind. All the other code-behind works--including cookies, buttons, etc. But, I'm sure your probably right, so I'm doing what I should've done I long time ago--getting a little more familiar with IIS and asp.net. If it works on my local computer/server then it seems likely to be an IIS setting. Back to the books. Have a good one.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page