Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ali Nikzad #1
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
-
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... -
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... -
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... -
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... -
[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... -
Sreejumon[MVP] #2
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...studio.net.> i have a problem in deploying the application written in visualit> the project works well on my localhost but when i upload it to the server> shows an error for web.config page.
> how can i deploy my app to the server.
> thanks
> Ali
>
>
Sreejumon[MVP] Guest
-
Lakshmi #3
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
-
Simon Juric #4
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...another.I have created a virtual directory and mapped to the path where my> Hi All,
>
> I have manually moved my web application (asp.net) from one machine to
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.clicked on the check FP server extensions and it showed a message "Whether>
> I thought probably ,this problem is with the FP server extensions..I
do you want to tight FP server extensions" On Clicking Yes..it showed a
message CORRECTED in the log.application and tried to run the application, it showed me the same error>
> And my application worked fine.I made a small modification to my
again that "The Project is not configured to be debugged"..error.>
> Inspite of resetting the FP server extensions,i am still getting the same>
> Please let me know how this can be solved
>
> Thanks in advance
> Regards
> Lakshmi
Simon Juric Guest
-
Sreenivasulu Samudrala #5
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...another.I have created a virtual directory and mapped to the path where my> Hi All,
>
> I have manually moved my web application (asp.net) from one machine to
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.clicked on the check FP server extensions and it showed a message "Whether>
> I thought probably ,this problem is with the FP server extensions..I
do you want to tight FP server extensions" On Clicking Yes..it showed a
message CORRECTED in the log.application and tried to run the application, it showed me the same error>
> And my application worked fine.I made a small modification to my
again that "The Project is not configured to be debugged"..error.>
> Inspite of resetting the FP server extensions,i am still getting the same>
> Please let me know how this can be solved
>
> Thanks in advance
> Regards
> Lakshmi
Sreenivasulu Samudrala Guest



Reply With Quote

