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 strongm 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: *

  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

    1st question. Is sqlexpress installed on the server? yes, that is how the procedures in the post link were done 2nd q.. what does your connection string look like. evidently the connection string is not the problem, see below for solution but here it is anyway <remove name="LocalSqlServer"/>...
  3. 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...
  4. bbxrider

    asp process not releasing files

    unfortunately i'll have to try these changes later, hope you guys are still around then. i'm using vs2005 and .net 2.0.50727.3082 the log file is written to just real quick i tried a using (var vcf=File.AppendText(appsPath & "\" & firstName.Text & "." & lastName.Text & ".vcf")) and vs didn't...
  5. bbxrider

    asp process not releasing files

    so far not following this, it looks like your saying to put all of it, the open close, etc, inside a 'using' block and that will make the difference? and if its in a using block, you don't have to explicitly declare the streamwriter variable? even though i currently invoke a close and set to...
  6. 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...
  7. bbxrider

    unc - the system cannot find the file specified

    ok success, just found it, the answer is here http://weblogs.asp.net/steveschofield/archive/2004/03/14/89240.aspx if there's spaces in any of the directory names, you need to triple quote the unc path like this WshShell.Run """\\highiv-9y5vwcb1\g\mydocs1\work\web sites\webSitesVb\webSitesVb1.exe"""
  8. 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...
  9. bbxrider

    tcpsvcs error, dhcp, iis not running - sbs2003

    thanks for the reply i have tried that, renamed the registry key, but did not fix. but there might be a link here, one of the pc's on the lan had the vundo virus and it changed the font in notepad of all things. i thought that had been eradicated, but perhaps it changed the fonts in sbs, but...
  10. 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...
  11. bbxrider

    delete smtp queues

    ok thanks again for all the help, one last thing, is there some online exchange (2003) tutorials for basics, big picture, especially how exch interacts with smtp, pop, and/or imap, that would be recommended
  12. bbxrider

    delete smtp queues

    a couple last points to clarify if possible - if a queue is frozen will it not be eliminated by exchange in the 2 day cycle? - is there some way to determine which queue is which file in the exchange queue folder, and if so can that file just be deleted to get rid of the undesirable queue - if a...
  13. bbxrider

    delete smtp queues

    thanks for the reply about the utility, aqadmcli, it made fast work of the messages in the queues. however, i have misunderstood the queues, especially the spam/relay queues. even after they are emptied, and unwanted relaying has been stopped, evidently they don't go away for 2 days...
  14. 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...
  15. 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...
  16. bbxrider

    hard shutdown leaves problems

    thanks for the reply ok it looks as if the log file check from that link passed ok as well. i ran the /ml check on the e00.log and the this is the summary of that: Integrity check passed for log file: c:\program files\exchsrvr\mdbdata\e00.log Operation completed successfully in 1.0 seconds. so...
  17. bbxrider

    hard shutdown leaves problems

    an update, i was able to run eseutil /mh on both priv1 and pub1 edb's (and not the callback error) and it reported clean shutdown and 0 errors in all categories for both db's. so it appears i have good db's, and hope this narrows the scope of what the problem may be
  18. 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