iis asp.net debugging problem

I am using windows XP proffesional edition. using IIS as the webserver, as a local host.now whenever I am trying to run/debug my asp.net web application I am getting the error msg...

"Error while trying to run the project.Unable to start debugging on the webserver. The server doesnot support debugging asp.net or ATL server applications.Run setup to install the visual studio .net server components. If sertup has been run, verify that a valid URL has been specified.

you may also want to refer to the asp.net and ATL server debuggin topic in the online documentation. youd you like to disable future attempts to debug asp.net pages for this project"

I have uninstalled and then reinstalled VS. net again...and the IIS also several times but still no solution...please can someone tell me what to do???

I have fat32 file system instead of NTFS...will that be a problem?
[906 byte] By [shuvo] at [2007-11-19 2:46:48]
# 1 Re: iis asp.net debugging problem
the first you have to debug=true in web.config
for example:
<compilation
defaultLanguage="c#"
debug="true"
/>
if you have still error
you go iis, choose default website, then right click on your web project,
choose property\tab directory\configuration\debugging
then you check into debugging flags
I hope so Ok
mtnhan at 2007-11-10 3:32:53 >