Search

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

Matching Posts

  • Re: deploying MVC application

    The followng blog post suggests a solution to the 404 problem on IIS 6.0: http://msmvps.com/blogs/omar/archive/2008/06/30/deploy-asp-net-mvc-on-iis-6-solve-404-compression-and-performance-problems.aspx
    Posted to ASP.NET MVC (Forum) by oazabir on 6/30/2008
    Filed under: ASP.NET MVC
  • Re: Shared hosting and ASP.NET MVC

    I did the tricks mentioned in my blog post to get around the 404 problem and some other compression, caching and performance problems: http://msmvps.com/blogs/omar/archive/2008/06/30/deploy-asp-net-mvc-on-iis-6-solve-404-compression-and-performance-problems.aspx
    Posted to ASP.NET MVC (Forum) by oazabir on 6/30/2008
    Filed under: ASP.NET MVC
  • Re: How to deploy MVC app to shared hosting?

    Please check out this article that might solve the 404 problem: http://msmvps.com/blogs/omar/archive/2008/06/30/deploy-asp-net-mvc-on-iis-6-solve-404-compression-and-performance-problems.aspx
    Posted to ASP.NET MVC (Forum) by oazabir on 6/30/2008
    Filed under: ASP.NET MVC
  • Re: Response.BinaryWrite() from within CompositeControl does not work properly

    In your approach, the page's html and the jpeg binary content are getting mixed with each other. Moreover, the ProductImageControl is setting the page type to JPEG mime type. So, browser is seeing the whole page as a JPEG image. If you want to show images inside datagrid, you need to generate Image controls that will have a "Src" attribute pointing to an HttpHandler. That HttpHandler will deliver the image. See this article: http://www.codeproject.com/KB/asp/Display_Images_from_Data
    Posted to Custom Server Controls (Forum) by oazabir on 2/14/2008
  • ASP.net Ajax under the hood secrets

    Learn 7 advanced real life problems and solutions that I learned while building Pageflakes . Check out the code project article: ASP.net Ajax under the hood secrets. Topics discussed are: Batch call performance Implement auto retry by modifying core runtime Implement queue based web method call in order to prevent browser call jam Webservice response cache HTTP POST vs HTTP GET
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by oazabir on 12/2/2006
    Filed under: AJAX beta
  • Re: Question about HTTP POST.

    I did a HTTP POST and here's the output from ieHTTPHeaders plug-in: -------------------- POST /CoreServices.asmx?mn=SavePage HTTP/1.1 Accept: */* Accept-Language: en-gb,en-us;q=0.5 Referer: http://www.pageflakes.com/ Content-Type: application/json Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; FDM; InfoPath.2; .NET CLR 3.0.04324.17) Host: www.pageflakes.com Content-Length: 102 Connection: Keep-Alive Cache-Control
    Posted to Getting Started (Forum) by oazabir on 11/19/2006
    Filed under: ajax, asp.net 2.0
  • Webservice Proxy no longer working

    In December CTP, web service proxy method calls are not working. Although the proxy is properly generated. But it looks like inside the proxy code, the webservice call is never made. I used Fiddler to investigate the problem and found that there's no call made to the webservice.
Page 1 of 1 (7 items)