Viewing 15 posts - 1 through 15 (of 16 total)
ok. that's quite clear. thank you.
July 23, 2008 at 1:18 pm
ok, so my high-level question is this:
murthykalyani has recommended a procedure that should help me migrate involving restoring the master and msdb databases, yet Steve and Jeffrey both seem to...
July 23, 2008 at 12:24 pm
SSIS/DTS packages are stored in MSDB - so, you shouldn't need to do anything there.
Linked servers are setup at the server level, so again - nothing to setup again.
that's odd,...
July 23, 2008 at 7:33 am
to all who posted, a hearty thanks to all of you, because after considering everyone's input i finally was able to diagnose what was going on here - and as...
July 21, 2008 at 8:39 am
thanks Rob - yep, it's checked.
July 17, 2008 at 3:15 pm
Anonymous access was enabled in the working environment?
yep.
What credentials was that using?
IUSR account with Read, Write, Read&Execute and ListFolder Contents permissions
Are the web.config files between the...
July 17, 2008 at 1:46 pm
good suggestion about the .NET framework version, but I just checked and it's the same. RATS! I am beginning to think that perhaps the setup in the...
July 17, 2008 at 1:07 pm
Jack,
you are on the right track, but I think the problem occurs even before that. The code uses the VB.NET my.user.name expression as a parameter to get the...
July 17, 2008 at 12:51 pm
yes there are a few ways to get who the user is, but when I moved over the app the current way the app is using stopped working. It...
July 17, 2008 at 8:11 am
Todd,
hey, thanks so much for your response, this got me a step closer - Disabling anonymous does indeed solve the immediate problem of my app not seeming to recognize...
July 17, 2008 at 7:32 am
thanks jack, but they are still on the same server, just a different server than before. I'm sorry if I wasn't clear - And I just verified that My.User.Name...
July 16, 2008 at 2:24 pm
Todd Engen (7/16/2008)
... my app has code in it to recognize who is logged into the current session, and makes certain display choices based on that. If my app...
July 16, 2008 at 2:18 pm
what would happen if i just deleted all logins and permissions and reset them manually?
July 16, 2008 at 2:09 pm
hi. I tried
Execute sp_change_users_login 'Report';
but it returned no data
July 16, 2008 at 2:07 pm
yes, both the db and the website were originally on the same server. I just did a full backup by right clicking and then chose "backup". I found...
July 16, 2008 at 2:06 pm
Viewing 15 posts - 1 through 15 (of 16 total)