I\'m using WebBrowser control in my asp.net application by creating a STA thread and using it in the thread. Everything was working fine till I changed my administrator account for my web application.
The response data and header fields of ASIHTTPRequest are always null whenever the server returns a 401.
I want to make a custom AuthorizeAttribute that includes a Message property. The problem is, my FormsAuthentication redirects to the specified loginUrl. How can that View get access to the attribute\'
We tried to consume our own webservice from within a Silverlight application and we always got this error:
Hey all, I am using the Pinboard API for adding a post from my Android App.Each time I send the GET request with the required credentials and arguments, I get the 401 Unauthorized response code.I trie
I am struggling with the massive beast that seems to be WMSvc - Web Management service for IIS. I am trying to deploy web sites from Visual Studio which is killing me. Actually it\'s killing everyone
We\'re developing a website using Java and Spring. As a server, we\'re using a custom server based on Tomcat 6.0.29.
We h开发者_运维技巧ave a website that is supposed to be fully open an available to everyone.It hosts several web services.It is configured for anonymous authentication.I am migrating it from an IIS 6
i have a problem with the jquery getjson. This code works $.getJSON(\'http://twitter.com/status/user_timeline/USERNAME.json?count=10&callback=?\', function(twitter_dat开发者_运维知识库a)
I\'ve seen similar issues in some posts but none of the answers have helped yet. My MVC app has a few AJAX/JSON response methods in one controller, and the calls get to destination but it doesn\'t wor