asp.net 2.0 webservices

Discussion in 'ASP.NET 2.0' started by androoo, Jan 2, 2006.

  1. Hi again

    So ive reached the part of my project where i need now to upgrade .net 1.1 webservices into 2.0.
    The project (running locally) compiles no probs.
    At this point i used the Publish web component to transfer the files to my local webserver (http://localhost....)
    Publish seems to work really well, am really impressed.

    But then i go to navigate to my webservice to test it. But the server page just tells me my favourite error : "The page cannot be found"
    So i googled around a bit, and of course, i need to upgrade IIS application from 1.1 to 2.0, did this no probs.

    But still the same error. I cant get .net to recognise there are webservices built in .net 2.0 on the local machine. Im defo running IIS in 2.0.
    Im sure its something to do with aspnet user account, but am unsure where and what security settings to check..... any ideas ???

    Thanks again for help !!!

    Andy
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    Did you switch your hosting account from ASP.NET 1.1 to ASP.NET 2.0? You can do so using the real time .NET Framework chooser tool in your control panel. Log in at https://my.discountasp.net and navigate to the IIS Manager. You will see the .NET Framework tab with the tool.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. Sorry eric i should of been a little clearer it wasnt a complaint for discountaspnet-
    More a general question, this is happening locally. I havent got to publishing it live yet... any ideas ?
     
  4. Can you copy and paste the whole error message? It sounds like you are describing a 404 message.


    Joel Thoms

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  5. i made the mistake of using the 1.1 directory structure where the webservices were not in the route of the application, second time i made the mistake, first time was with usercontrols...thanks for help anyway
     

Share This Page