Search

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

Matching Posts

  • Re: Starter Kit Template is Read-Only?

    thanks for the answer
    Posted to WCF REST Starter Kit (Forum) by j3rich0 on 6/20/2009
  • Re: Starter Kit Template is Read-Only?

    I am opening the correct class, the ICollectionService base class is where the UriTemplates are defined so I do need to change it if I want to change the URIs this is the screencast I am talking about, http://channel9.msdn.com/shows/Endpoint/endpointtv-Screencast-Building-resource-collection-services-with-the-WCF-REST-Starter-Kit/ if you go to ~4:39 you can see he opens the definition for ICollectionService
    Posted to WCF REST Starter Kit (Forum) by j3rich0 on 5/29/2009
  • Starter Kit Template is Read-Only?

    Hello, I'm following a screencast on the WCF Starter Kit and this one involves building a bookmark service, anyway at point he opens up the definition for ICollectionService<Bookmark> and that opens up Service.base.svc.cs which he edits and so on. Well that doesn't happen with me, instead the definition for ICollectionService opens up System.ServiceModel.Web.SpecilizedServices.ICollectionService.cs which is read-only and I can't modify. So what am I doing wrong? thanks
    Posted to WCF REST Starter Kit (Forum) by j3rich0 on 5/28/2009
  • using PreviousPage through SSL connection

    Hello, I have question dealing with the use of passing form data through different pages in conjunction with SSL. I am developing a small online shopping website, one of the pages is a billing\shipping information page where the user fills out all the necessary info, this page then redirects to a checkout page. Now the shipping page contains a get method which will return the form data when called, my checkout page calls that get method through PreviousPage like so: prevPage = PreviousPage; // get
    Posted to Security (Forum) by j3rich0 on 11/14/2008
  • Re: exceptions not being caught when deployed?

    hi, the application only works in Visual Studio Development Server, if I try it on IIS on my computer or on another server it does not work so I'm thinking it is some sort of configuration issue, what teh DLL is supposed to do is open a connection to another server where i can query it for product informations, do you think that maybe IIS is not allowing the DLL to make this connection and that is why it is failing? if so, how would I remove these restrictions? thanks
    Posted to Configuration and Deployment (Forum) by j3rich0 on 11/7/2008
  • Re: exceptions not being caught when deployed?

    thanks for the reply, I also think that something in the configuration is messed up, unforunately I am new to IIS\ASP.NET. I did what you say and the exception is now being caught correctly, however I am stuck as to why it is failing when deployed on IIS but works fine in Visual Studio. To be specific, my problem is this. I am currently working on a small website, this website uses a DLL that contains the classes to communicate with another server, this DLL was actually generated from a jar file
    Posted to Configuration and Deployment (Forum) by j3rich0 on 11/6/2008
  • exceptions not being caught when deployed?

    Hello, I'm having a problem with my ASP.NET website, I made a checkout page for purchasing items, on my computer when debugging it through visual studio, if some error occurs during the processing, the exception is caught and an error message is displayed on my page explaining the error, now when I use aspnet compiler and put the website on the server, those same errors that occur don't seem to be caught, instead IIS shows the typical Server Error in / Application Runtime error Now, I'm
    Posted to Configuration and Deployment (Forum) by j3rich0 on 11/5/2008
Page 1 of 1 (7 items)