|
All I did was
register the 2 files below.
"Program Files\Common Files\Microsoft
Shared\VS7Debug\vs7jit.exe /regserver
"Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe /regserver Here is
another solution. Follow these steps and you should sort out your
problem.
a) Go to command prompt, then to
C:\windows\microsoft.net\framework\v1.1.4322\ Then run "aspnet_regiis.exe -i"..
this registers all the possible extensions with IIS (like .aspx)
(b) You have to register the aspnet_isapi.dll using regsvc32, so run "regsvr32 C:\windows\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll" (c) Go to command prompt, then to C:\windows\microsoft.net\framework\v1.1.4322\ Then run "aspnet_regiis.exe -s W3SVC\1\ROOT" (d) Every time you create a new directory in \inetpub\wwwroot you have to declare it as an "application" through IIS. (Right click, go to properties, then in Application Settings, click on "Create') Give this a
go and see if it workds.
Emir
Yahoo! Groups Links
|
- [Microsofts_C_Sharp] Unable to start Debugging on WebServ... johnsmith2797480
- RE: [Microsofts_C_Sharp] Unable to start Debugging o... emirk
- Re: [Microsofts_C_Sharp] Unable to start Debugging o... johnsmith2797480
- Re: [Microsofts_C_Sharp] Unable to start Debugging o... emirk
- Re: [Microsofts_C_Sharp] Unable to start Debugging o... johnsmith2797480
- RE: [Microsofts_C_Sharp] Unable to start Debugging o... emirk
