Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default deployment problem

    i have a problem in deploying the application written in visual studio.net.
    the project works well on my localhost but when i upload it to the server it
    shows an error for web.config page.
    how can i deploy my app to the server.
    thanks
    Ali


    Ali Nikzad Guest

  2. Similar Questions and Discussions

    1. Deployment problem mx:HTTPService
      We developed a Flex application in a local RAD/Websphere development environment where it works fine. However after we loaded to the QA...
    2. Web Service Deployment - Consumption Problem
      I developed a Web Service locally: http://localhost/wsColman/portal.asmx. I consume this web service locally using an ASP.net web application via...
    3. Problem creating deployment package?
      I have installed the .NET Framework 2.0 and I need to create a deployment package for the Machine runtime security policy, but when I run the...
    4. webservice deployment problem
      I have a webservice built and tested on my dev machine (with .net sudio, xp). Everything seems working fine for me in this environment. Then I...
    5. [XPOST]Problem with deployment of ASP.NET app
      Hi Yoyo, Thank you for your email. 1. Please lauch VS.NET, and open your web setup project first. 2. In the solution explorer, right click the...
  3. #2

    Default Re: deployment problem

    Could you please describe the problem with web.config?



    Regards
    Sreejumon[MVP]
    [url]www.mstechzone.com[/url]

    "Ali Nikzad" <nikzad_ali@hotmail.com> wrote in message
    news:OSYVHL9XDHA.2448@TK2MSFTNGP09.phx.gbl...
    > i have a problem in deploying the application written in visual
    studio.net.
    > the project works well on my localhost but when i upload it to the server
    it
    > shows an error for web.config page.
    > how can i deploy my app to the server.
    > thanks
    > Ali
    >
    >

    Sreejumon[MVP] Guest

  4. #3

    Default Deployment problem

    Hi All

    I have manually moved my web application (asp.net) from one machine to another.I have created a virtual directory and mapped to the path where my application files are saved on the system.I am able to compile/build the application but i am unable to run the application.I am getting an error "The project is not configured to be debugged". I have checked the web.config file and found debug = "true".I am added to debuggers group and have the sufficient debugging permissions

    I thought probably ,this problem is with the FP server extensions..I clicked on the check FP server extensions and it showed a message "Whether do you want to tight FP server extensions" On Clicking Yes..it showed a message CORRECTED in the log

    And my application worked fine.I made a small modification to my application and tried to run the application, it showed me the same error again that "The Project is not configured to be debugged".

    Inspite of resetting the FP server extensions,i am still getting the same error

    Please let me know how this can be solve

    Thanks in advanc
    Regard
    Lakshmi
    Lakshmi Guest

  5. #4

    Default Re: Deployment problem

    Hi,

    Did you just copy the web service to another computer or did you use web
    setup project ?

    If you just copied the binaries to a folder on remote computer check the
    following:

    1. Run computer management (right click on my computer, select Manage)

    2. Go to IIS

    3. Find your web service folder, run properties

    4. Check if the textbox on the line "Application name" is empty, if yes,
    then click add, if not click remove and then add (just to be sure :) )

    5. Click OK

    Test the service....

    Also be sure that the asp.net is running on the remote computer (run
    aspnet_regiis.exe /i)

    P.S. For WS deployment it's custom to use Web Setup Project (just a few
    clicks :) )

    Regards, Simon





    "Lakshmi" <anonymous@discussions.microsoft.com> wrote in message
    news:A0CFD95C-EAD9-4CC9-ABB0-EE1113DA0D39@microsoft.com...
    > Hi All,
    >
    > I have manually moved my web application (asp.net) from one machine to
    another.I have created a virtual directory and mapped to the path where my
    application files are saved on the system.I am able to compile/build the
    application but i am unable to run the application.I am getting an error
    "The project is not configured to be debugged". I have checked the
    web.config file and found debug = "true".I am added to debuggers group and
    have the sufficient debugging permissions.
    >
    > I thought probably ,this problem is with the FP server extensions..I
    clicked on the check FP server extensions and it showed a message "Whether
    do you want to tight FP server extensions" On Clicking Yes..it showed a
    message CORRECTED in the log.
    >
    > And my application worked fine.I made a small modification to my
    application and tried to run the application, it showed me the same error
    again that "The Project is not configured to be debugged"..
    >
    > Inspite of resetting the FP server extensions,i am still getting the same
    error.
    >
    > Please let me know how this can be solved
    >
    > Thanks in advance
    > Regards
    > Lakshmi

    Simon Juric Guest

  6. #5

    Default Re: Deployment problem

    Hi Kakshmi,
    try to configure the user permissions as impersonate to the local policies.
    goto the Administrative Tools->Local Security and Policy->Local
    Policies->User Rights Assignment->
    now on the right pane, double click on Impersonate a client after
    authentication.
    in this, add ur aspnet user

    This option may help you.

    Regards,
    Sreenivasulu S


    "Lakshmi" <anonymous@discussions.microsoft.com> wrote in message
    news:A0CFD95C-EAD9-4CC9-ABB0-EE1113DA0D39@microsoft.com...
    > Hi All,
    >
    > I have manually moved my web application (asp.net) from one machine to
    another.I have created a virtual directory and mapped to the path where my
    application files are saved on the system.I am able to compile/build the
    application but i am unable to run the application.I am getting an error
    "The project is not configured to be debugged". I have checked the
    web.config file and found debug = "true".I am added to debuggers group and
    have the sufficient debugging permissions.
    >
    > I thought probably ,this problem is with the FP server extensions..I
    clicked on the check FP server extensions and it showed a message "Whether
    do you want to tight FP server extensions" On Clicking Yes..it showed a
    message CORRECTED in the log.
    >
    > And my application worked fine.I made a small modification to my
    application and tried to run the application, it showed me the same error
    again that "The Project is not configured to be debugged"..
    >
    > Inspite of resetting the FP server extensions,i am still getting the same
    error.
    >
    > Please let me know how this can be solved
    >
    > Thanks in advance
    > Regards
    > Lakshmi

    Sreenivasulu Samudrala Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139