0
votes
2answers
61 views
how to call anonymous delegate dynamically
I hava a delegate
public delegate void Context();
And i had implemented it by anonymous method,
public Context fakeHttpContext = () =>
{
...
…
0
votes
2answers
49 views
Allow anonymous access to SQL Server 2008
I need to set up a "throw-away" instance of SQL Server 2008 for students to test a program for a few weeks. SQL Server 2008 is running on a virtual instance of Windows Server 2008. …
0
votes
3answers
61 views
SharePoint site asking username & password , how to avoid ?
I create the sharepoint team site. It asking for username & Password . I want to avoid for asking it.Also want to accsess site without uname & pwd from outside (globally).h …
0
votes
0answers
17 views
Best way to Migrate Anonymous Profile
Is there an alternate way that migrates all parameters implicit? Or any other advantages.
From MSDN:
public void Profile_OnMigrateAnonymous(object sender, ProfileMigrateEventAr …
0
votes
0answers
66 views
TortoiseSVN | Anonymous User Problem
I logged into a subversion repository using TortoiseSVN client (Vista) anonymously and now it does not let me log in as any other user. Since I logged in as anonymous it did not ca …
0
votes
1answer
47 views
Anonymous target audience in sharepoint
The biggest problem I have faced so far in sharepoint, is to be able to make a certain webparts invisible or hide if the user is not logged in, basically to be able to make an audi …
0
votes
2answers
54 views
Clear anonymousIdentification?
Is there an API to clear anonymous cookie?
0
votes
2answers
39 views
Asp.net semi-authenticated user?
We've got an asp.net mvc website that is currently in a private beta state. As such we are sending out invite codes that must be supplied as part of the registration process for re …
0
votes
0answers
28 views
Context.Request.AnonymousID is always Null
I've enabled the AnonymousIdentificationModule in ASP.NET MVC, and I've hooked into the AnonymousIdentification_Creating event as follows:
var module = ((AnonymousIdentificationMo …
2
votes
1answer
190 views
How to check if IP is a public proxy
Recently we have had a lot of issues with a particular user who has been posting a piles of provocative messages on our website using the public proxy IPs.
Can someone recommend …
0
votes
1answer
136 views
AjaxUploader.dll works with Anonymous authentication, fails with Integrated Windows
Administering an IIS6 host for client who is new to an Ajax Upload tool obtained from here: http://ajaxuploader.com/
http://cutesoft.net
When Integrated Windows Authentication is …
0
votes
2answers
144 views
Is it possible to use anonymous functions in C++ .NET?
Wikipedia seems to say that C++0x will support anonymous functions. Boost also seem to support it. However I'm using .NET so if I could stick with it it would be awesome.
Basicall …
0
votes
0answers
45 views
git-svn anonymous checkout fails
I'm trying to use git to clone an svn repository that uses https anonymously (the repository is at https://secure.simplistix.com/svn/xlwt/). I can check the repository out fine usi …
1
vote
2answers
58 views
Adding items to anonymous lists via code
We have a custom list inside a moss publishing site that an asp.net form is submitting information to.
We seem unable to submit the form when accessing the site anonymously, thoug …
0
votes
1answer
128 views
Sharepoint Calendar List: Troubleshooting Anonymous Access
Having problem getting anonymous access to work for a calendar list in a MOSS 2007 internet web.
Have an authenticated publishing web that is extended with a anonymous only web: …
