Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > In vs2005 how to debug under IIS and not VS WebServer

Reply
Thread Tools

In vs2005 how to debug under IIS and not VS WebServer

 
 
WT
Guest
Posts: n/a
 
      05-30-2006
Hello,

Using .net 2 and vs2005, I need to debug a component part of a web site,
this component need a .NET 2 web site to be ran and the web site runs under
IIS, using a special port number.

I tried starting the url of the web site as start phase, but debugger
doesn't seem to attach to the process, I never stopped on my break points in
debug configuration with debug in web.config.

Thanks for help
CS


 
Reply With Quote
 
 
 
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      05-31-2006
Hi CS,

Thank you for posting.

As for the ASP.NET 2.0 debugging in VS 2005, it should behave same for both
filesystem based project or IIS host project. And generally, as long as
we've configure the web.config's <compilation debug="true"/> , we can use
either F5 key(debug--->start debugging menu) to start debugging or manually
attaching the ASP.NET worker process (use debug -->attach processes...). So
is there any particular error message when you try debugging the IIS host
ASP.NET application?

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Deploying a web service configured under IIS 7 to one under IIS 6 Whiskey Romeo Lima ASP General 1 07-16-2009 01:05 AM
How to change local webserver in VS2005? =?Utf-8?B?RGF2ZQ==?= ASP .Net 3 03-23-2007 07:48 PM
DirectorySearcher works locally in VS2005 but not on webserver Jason Wilson ASP .Net 4 01-31-2007 04:17 PM
Moving application under VS2005 web server to IIS Lonifasiko ASP .Net 4 01-08-2007 08:21 PM



Advertisments