Deployment problem

L

Lakshmi

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
 
S

Simon Juric

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 said:
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"..
 
S

Sreenivasulu Samudrala

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 said:
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"..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,821
Latest member
AleidaSchi

Latest Threads

Top