No response fron server if asp.net development server is stopped.

Rate It (1)

Last post 12-10-2007 12:28 AM by aditya_raj. 4 replies.

Sort Posts:

  • No response fron server if asp.net development server is stopped.

    12-07-2007, 1:16 AM
    • Loading...
    • aditya_raj
    • Joined on 11-04-2007, 8:33 PM
    • Posts 60

    Hi all,

     I am facing a bad situtaion.I developed a client and server application.I hosted the server application in IIS.IIs is kept running.

    When asp.net development server (which will be created when we start debugging .net application with visual studio 2005) is stopped,client is not getting any response.

    Do i need to set any properties in IIS Server.

    I also tried changing the port number to the port number which i got with that asp.net development server.

     ASP.Net Development Server-port 2247.

    Its very urgent .Please post some suggestions.Thanks in advance.

  • Re: No response fron server if asp.net development server is stopped.

    12-07-2007, 10:28 AM
    • Loading...
    • kckriegs
    • Joined on 08-15-2005, 7:55 PM
    • Posts 432

    Either your IIS application is not really running, or the client application is making requests to the development server (http://yourhost/yourapp:portnum), and not the IIS-hosted application.

  • Re: No response fron server if asp.net development server is stopped.

    12-07-2007, 9:23 PM
    • Loading...
    • e.d
    • Joined on 12-08-2007, 2:07 AM
    • Posts 3

     I think you just need to do the following:

    - make your application an "application". to do that, go to your IIS manager, right-click your application to select Properties. then on the properties dialog window, select "create application..". Also, make sure that it is using version 2.0 of ASP. Select ASP.NET tab on that same dialog window, then select version 2.0.0 from the dropdown list.

    - make sure that IIS and ASP.Net services are running. On your administrative tools, select Services and then find the ASP service and all the IIS services.

     

    I don't have an IIS on my computer right now, so I am not sure if the names/titles of the items I mentioned above are exact.

    If you  have further questions or if that didn't help you, just let me know. Thanks.

  • Re: No response fron server if asp.net development server is stopped.

    12-09-2007, 5:18 PM
    • Loading...
    • aditya_raj
    • Joined on 11-04-2007, 8:33 PM
    • Posts 60

    Hi Thanks for replying.I created a virtual directory to host my server application in the IIS.

    I tried of doing what u mentioned in the post.But i was unable to find create application in any of the properties window.Can u guide me clearly.

  • Re: No response fron server if asp.net development server is stopped.

    12-10-2007, 12:28 AM
    Answer
    • Loading...
    • aditya_raj
    • Joined on 11-04-2007, 8:33 PM
    • Posts 60

    I got this problem solved.The problem is bcos,i added a localhost web service reference to my server application.Which in webconfig was set with asp.net development server port number.

    If i removed it ,there was no problem.

Page 1 of 1 (5 items)
Microsoft Communities
Page view counter