Search

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

Matching Posts

  • IIS 7 stop responding

    Hi, I'm having problems with my WCF site. In this sites, I've been using WCF REST Services, and once in a week (sometimes sooner, sometimes later), the IIS suddenly stops responding. The response for all requests is a 401 error 401 - Unauthorized: Access is denied due to invalid credentials I'm not using any kind of authentication rule in this site. I tried to active the IIS Request Filter, but the action of activating the filter solves the error. An IISRESET also solves the error. The
    Posted to WCF REST Starter Kit (Forum) by frankjperez on 12/3/2009
    Filed under: WCF REST, IIS
  • using Ajax proxy for an WCF service

    I'm developing a website where I'm using Forms authentification. After aunthentification, I got into a page where a WCF service is used. I'm using an ScriptManager control, using a Service pointing to my WCF Service. As result, my webpage tries to load the javascript proxy, but it can't load the auto-generated proxy because the server return a "401 - Unauthorized" error; the rest of files loaded by the page (images, javascript ans so on) load correctly. The WCF service is
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by frankjperez on 7/29/2008
    Filed under: wcf ajax 401
  • Re: MVCHandler error

    Hi, shailensukul I tested http://www.ashlen.com.au/news/ and it's working for me. Please, could you check it?? In other case, could you send us the error you got?? Then I tested http://www.ashlen.com.au/login.mvc but it's not working. The first time I hit the page, it took ages to load. Even I saw an error "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information." I advise you, you get a virtual pc with W2003 (I got a copy of
    Posted to ASP.NET MVC (Forum) by frankjperez on 1/22/2008
  • Re: Basic project runs from VS2008, not on hosted server - 3.5 installed on host

    Hi, I'm running also on webhost4life and I had no problems with the support team. please review the steps I did to make working the website on a W2K3 without no Extensions setup. maybe it can help you out http://forums.asp.net/t/1208111.aspx
    Posted to ASP.NET MVC (Forum) by frankjperez on 1/22/2008
  • Re: private & internal = evil

    I totally agree with your point. One thing is to open the code of the framework (via Reflector or via Source Code Debuggin - activated last week). Another different thing is make a framework extensible. In order to make this working, you should minify the "core" ( = private & internal). And I'm not talking only about this CTP; I'm also talking about the ASP.NET framework, I've been a lot of times peaking around reflector and wondering : why the hell this is private &
    Posted to ASP.NET MVC (Forum) by frankjperez on 1/21/2008
  • Re: MVCHandler error

    that post helped me out a lot indeed. The assembly that I was missing was the System.Data.Entity. This assembly was requested by the Microsoft.Data.Web.Design.dll (located at the Extensions directory), but the System.Data.Entity was located at the 3.0 directory, and it's installed by the vNext (a package that is installed with the Extensions setup). So once I removed the Microsoft.Data.Web.Design.dll from the bin directory, the website run correctly. So, in order to use the Extension framework
    Posted to ASP.NET MVC (Forum) by frankjperez on 1/21/2008
  • Re: MVCHandler error

    I know that the assemblies should be in the GAC, but if you copy the assemblies in the bin folder, you got the "same" behavior. about 3.6 replacing 3.5, you get the desired behavior adding this to the web.config: <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/> <bindingRedirect oldVersion="1.0.0.0-3.5.0.0"
    Posted to ASP.NET MVC (Forum) by frankjperez on 1/21/2008
  • MVCHandler error

    Hi everybody, I think I'm not the only one is trying to get the MVC working on a shared hosting. I did it ... well, sort of . I did a couple of things first: if your server is W2K3, you need to activate the wildcard application mapping to "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" (I have mine in webhost4life and the support team did it for me). second, you need to copy the framework extension dll's on the bin folder; for this, I copied the assemblies located
    Posted to ASP.NET MVC (Forum) by frankjperez on 1/20/2008
  • ASBX Bridge support ????

    I've developed a web site using the super fabulous BridgeModule, available in the ASP.NET Futures. Now is not available in the new Web Extension. does this means that microsoft is not following this way anymore? Which way should I embrace now? WCF? Did I missed some post saying that there will be "two" future asp.net projects, the (old) futures one and the (new) extension one? I'm a bit lost in the middle of so many CTP's thanks
    Posted to ASP.NET Futures (Forum) by frankjperez on 12/10/2007
    Filed under: bridge
  • updating dbml files

    I made the so called "Linq to SQL file". All worked fine, although I had to drop a lot of tables/views/sp's in order to have the full vision of my database (I hope it will be - in the final release - some kind of nice wizard in order to import the whole database information to the dbml). The next quest was to update a table adding a field , and to change the signature of a store procedure (I mean in the db, of course). And then, how can I update the dbml file in order to take these changes??? I think
    Posted to Visual Studio 2008 (Forum) by frankjperez on 5/2/2007
Page 1 of 3 (27 items) 1 2 3 Next >