Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bbxrider
  • Content: Threads
  • Order by date
  1. bbxrider

    data binding not working

    this is the code on the .aspx page for the control<asp:TextBox id="someID" maxlength="10" columns="10" runat="server" Text="<%# work %>" /> then the variable declaration in the code behind, the variable is definitely populated before the page renders but the control comes up blank Public Shared...
  2. bbxrider

    access aspnetdb.mdf with user aspnet

    can somebody please help with permissions hell needed to access the vstudio generated db, aspnetdb.mdf by the aspnet user. I have invested over 8 hours into this. i followed these procedures, http://msdn.microsoft.com/en-us/library/e2t54ss5.aspx and copied the db from the vstudio app_data...
  3. bbxrider

    asp process not releasing files

    my page is form, that creates 2 files when processing the submitted data. the files are closed and their objects are set to nothing and the very last of the process is a page redirect. however after that, for instance i cannot delete the files, because they are still being used somehow by the...
  4. bbxrider

    unc - the system cannot find the file specified

    i have unc path that i successfully use in a vb program, to write to a file, basically this Set ts = fs.OpenTextFile("\\highiv-9y5vwcb1\g\mydocs1\work\web sites\webSitesVb\webSitesVb1.log" now i go to run the vb program (from a vbs file via open in windows explorer) which is in the same...
  5. bbxrider

    tcpsvcs error, dhcp, iis not running - sbs2003

    error text from event viewer Event Type: Information Event Source: Application Error Event Category: (100) Event ID: 1004 **i have also rec'd event 1000 Date: 4/9/2009 Time: 3:49:56 PM User: N/A Computer: PMCC-SERVER Description: Reporting queued error: faulting application tcpsvcs.exe...
  6. bbxrider

    delete smtp queues

    i didn't have relay provisioning right and got infected with swen and now have almost 300 bogus queues, mostly with only 1-5 emails. i've got them all frozen. i have been going crazy trying to find a way to delete queues, hopefully en masse, but so far only seen how to delete the messages in...
  7. bbxrider

    80090016 keyset does not exist

    sbs2003 i had a hard shutdown due to power outage and the apc power chute evidently did not work, but thats another story. now, i get that error when trying to get properties for tasks in the scheduler, of course the tasks don't run the only thing i've found that looks relevant to correct it is...
  8. bbxrider

    hard shutdown leaves problems

    sbs2003 exch 6.5 the server had power outtage and the apc didn't bring it down softly had to reinstall iis, that seems to be ok, at least websites are coming up but exchange is not coming up, i've been down a lot of roads and not getting too far, hoping for some help or ideas to try -the ms...

Part and Inventory Search

Back
Top