Hi All,
I have just installed windows 7 (IIS7.5) on my development system. I was trying to run my .NET1.1 web applications on it. I have registered .NET1.1, which created an application pool for ASP.NET1.1. The problem I am facing is, when I try to run my 1.1 website using localhost URL, it gives me error "An unhandled win32 exception occured in w3wp.exe, the just-in-time debugger was launched without necessary security permissions. To debug this process, the just-in-time debugger must be run as an Administrator."
Process Details, "Process Name: w3wp.exe, UserName: IIS APPPOOL\ASP.NET1.1[Elevated]"
Can someone help me resolving this error?
Thanks