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...
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"/>...
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...
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...
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...
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...
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"""
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...
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...
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
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...
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...
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...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.