Hi all..

I have two dropdown list boxes in an aspx page to which i have to load items from the database..When i run the application i am getting the following error...

Auto- attach to process '[3236] aspnet_wp.exe' on 'machine 171' failed

Someone help in this regard..very urgent..

Regards,


Balaguru

Recommended Answers

All 4 Replies

To me this looks like the debugger is trying to attach to the process. This can be caused if you have both framework 1.1 and 2.0 on your machine and an IIS virtual folder configured for framework 2.0, but you are trying to debug with VS 2003. Or some such mismatch of CLR's and debugger.

Hi HollyStyles..

Thank u very much for the help.The problem is exactly which u had mentioned..i

[Yes,I have both framework 1.1 and 2.0 on my machine and an IIS virtual folder configured for framework 2.0, but i am trying to debug with VS 2003.I couldn't do so..
Can u give me the solution to solve it ..i.e to debug with VS 2003..?

In IIS right click the virtual folder for your project and select properties. Click the ASP.NET tab, In the ASP.NET Version drop down select 1.1.4322, click the apply button and click OK. That's it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.