Home All Groups Group Topic Archive Search About

ASP.NET Server Controls not displayed in IE

Author
30 May 2005 8:14 AM
Udayan
Hi,
Am new to the .NET framework. I started a new ASP.NET Web Application
project and designed the Web Form Using the Web  Forms Server Control. When I
try to run the pplication in debug mode the following error is diplayed:

ERROR WHILE TRYING TO RUN THE PROJECT:UNABLE TO START DEBUGGING ON THE WEB
SERVER ...... SERVER DOES NOT SUPPORT DEBUGGING OF ASP.NET APPLICATIONS....

Whenever i use Ctrl + F5 to run the applications the IE browser window is
displayed , minus the Web Form Server Controls. (ie. a blank window is
displayed)

Can anyone help me out on this . Is there any other configuration that I
have missed out (IIS or in .NET) or some code needs to be written on Form
Load , as in setting the visible property true etc. (have tried this but no
use).

Thanks & Regards

Udayan

Author
31 May 2005 12:09 AM
Steve C. Orr [MVP, MCSD]
You need to repair your IIS mappings.

Here's how:
http://SteveOrr.net/faq/3in1.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net



Show quoteHide quote
"Udayan" <Uda***@discussions.microsoft.com> wrote in message
news:29E02287-96E0-4DF6-923A-A2E5E672910B@microsoft.com...
> Hi,
> Am new to the .NET framework. I started a new ASP.NET Web Application
> project and designed the Web Form Using the Web  Forms Server Control.
> When I
> try to run the pplication in debug mode the following error is diplayed:
>
> ERROR WHILE TRYING TO RUN THE PROJECT:UNABLE TO START DEBUGGING ON THE WEB
> SERVER ...... SERVER DOES NOT SUPPORT DEBUGGING OF ASP.NET
> APPLICATIONS....
>
> Whenever i use Ctrl + F5 to run the applications the IE browser window is
> displayed , minus the Web Form Server Controls. (ie. a blank window is
> displayed)
>
> Can anyone help me out on this . Is there any other configuration that I
> have missed out (IIS or in .NET) or some code needs to be written on Form
> Load , as in setting the visible property true etc. (have tried this but
> no
> use).
>
> Thanks & Regards
>
> Udayan
>

Bookmark and Share

Post Thread options