Search

You searched for the word(s): userid:93605

Matching Posts

  • Re: REST.NET - Add REST RPC API to your ASP.NET Application

    Hi Jon: Why not announce on REST-discuss (and ask for feedback?) Question: Why no support for application/x-www-url-encoded for request mime-type and applications/json for response mime type? Good REST services shouldn't dictate the client implementation. Also, are you aware that using verb (i.e. GetPerson) is not RESTful? Your class really should have only four published methods: Get(), Post(), Put(), and Delete(). Having a "GetPerson" URL isn't RESTful because your architecture
    Posted to Announcements (Forum) by MikeSchinkel on 1/28/2008
    Filed under: REST URLs JSON
  • Re: Review my first shot at "server side browser"

    Hey Sam, I want to do something very similar. Have you figured out what your problem was? Any chance of sharing the code? Many thanks in advance. -Mike
    Posted to Web Forms (Forum) by MikeSchinkel on 6/9/2007
  • Re: 301 redirect from /default.aspx to /

    Downloading the code for UrlMapper and looking at it UrlMapperModule.cs, you find the following on line 80: string requestUrl = app.Request.Url.PathAndQuery; My guess is that the internals of ASP.NET append the infernal "Default.aspx" string onto the end of the URL. It would seem to me (though I didn't test it) that you could remove "Default.aspx" from the string on line 80 and it might solve your problem. After that fix I'm guessing you could use a "fixlink" to redirect when Default.aspx is part
    Posted to Component Discussions (Forum) by MikeSchinkel on 3/4/2007
    Filed under: URL Rewriting, Canonical URL, www
  • New Series of URL Design Quizzes at

    I've started a series of URL design quizzes (a.k.a. " URLQuiz ") over at the Blog for The Well Designed URLs Initiative which a plan to present a URL design challenge and asking for community feedback in solving that particular design challenge. The first one is about the 'www' domain prefix on the URL and it can be found here: URLQuiz #1: To .WWW or not to .WWW? My goal with the URLQuiz is, long term, to create a respository of community-vetted best practices on URL design, use like Dan Cedarholm
    Posted to Announcements (Forum) by MikeSchinkel on 2/22/2007
    Filed under: SimpleQuiz, URL Design, URLQuiz
  • Re: Exception from HRESULT: 0x80131043

    I think you are going to need to provide a little more info than that. What were you trying to do when you got this error?
    Posted to Component Discussions (Forum) by MikeSchinkel on 1/6/2007
  • Re: Fails to install MSDN

    Mikhail Arkhipov (MSFT): So when you are installing MSDN is it still failing? Is error in the log the same? Did you also delete folders with 1.2 in the name? Yes, still failing. And I don't even see a relevent log file on my system that has been updated in the past few days. Nothing in the Application log or anywhere else in the Event Viewer. The install just goes through all the motions and then says "fails." Mikhail Arkhipov (MSFT): It is easy to write installer that ignores system environment
  • Re: Fails to install MSDN

    Thanks, but I've looked through the GAC and can't find anything else. Why the heck couldn't Microsoft write an installer than wouldn't choke on this and waste so many people's time? I'm not usually a Microsoft basher, but I don't have the time to waste right now.
  • Re: VWD2005 & HttpHandlers?

    Thank you, Scott. You've been great and I really appreciate your help. I'm far less frustrated now. :-) bitmask: Yes, web.config can be frustrating and hard to debug. It's often just the case of knowing what to try and what can go wrong. I've been thinking a lot lately about how Microsoft could improve things. One thing would be to provide a web.config validator/debugger. The former would be an option at debug time to scan the web.config for errors and report the problems, and the second would allow
    Posted to HttpHandlers and HttpModules (Forum) by MikeSchinkel on 12/28/2006
    Filed under: Page_Load not firing, AutoEventWireup, Wildcard Application Maps
  • Re: Fails to install MSDN

    After running the installer literally 15 times now, at about 15 minutes per install, it's still failing. *Sigh*
  • Re: Fails to install MSDN

    I found a bunch of Visual J# stuff in GAC_Neutral and deleted them. What about C:\WINDOWS\assembly\GAC_MSIL\Interop.PomInterfaces\1.2.0.0__89845dcd8080cc91? It is a different number than all the others (1.2.0x vs. 1.2.3x)
Page 1 of 13 (129 items) 1 2 3 4 5 Next > ... Last »