Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to start debugging on the web server..

Status
Not open for further replies.

dcampo

Programmer
Jun 13, 2006
71
EC
Hi

Why reason appear this error??

I check the version of ASP.NET and I changed to version 2.0 in the IIS.

So appear this error again, why....??

thanks
 
Multiple reasons. Where did you create your project? On a server or your local machine? If it is on your local machine then are you an administrator of that machine?

If it is on a web server then is someone else currently debugging? Only one person can be debugguing at once (at least that's how it was in 1.1).

Also, you can go to the task manager of the server and kill the asp worker process (if it is stuck).
 
thanks jshurt for response..

My proyect I did on my local machine. I'm administrator of my computer. My proyect is in the directory local (C:\WebSite)

After, I copy the content of my WebSite to a folder of IIS, using the control [Copy Web Site] in Visual Studio 2005

I don't understand this error.
 
I would use the Publish Web Site option instead.

I don't understand what you are trying to do though. Are you trying to debug after you copy the site to a new location, because that's not going to work.

Also, did you check to make sure that the worker process isn't running before you try to debug, and is debugging enabled in the web.config file?
 
That's right

I published my proyect using the control Publih Web Site y then I copy the content (publish) in any folder (a folder created for me) of IIS.

I don't understand... Where is the wrong???
 
You can't debug on your live server. You need to set up a staging server where you can publish to that lets you debug if you want to debug somewhere besides your local computer.

 
thanks for help me!!!

I find the error. Now, I want to do the same in Windows Server 2003 and appear this error in the web browser:

Page not found!!!

I checked the folder in IIS and is correct, if copy the content of the this folder to a computer with Windows Xp, run!!!

Why?
 
Yes...

I set my page how PageStartDefault...

I don't find the problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top