Home All Groups Group Topic Archive Search About

Web server controls not shown on a web form

Author
25 May 2005 8:58 PM
abcd
I have a working ASP.NET web page which uses some DSNs and a COM
components...the project works great on my machine...I have given the
project to another developer when he opens the project and run the web page
the Web server controls are not displayed....neither, I can run the project
in debug mode on his machine...no errors messages are displayed....

I have checked web.config and looks good....my settings
debug=true and customErrors=off

thanks

Author
25 May 2005 9:38 PM
abcd
Pls ignore the question

by running following command it worked

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i

thanks

abcd wrote:
Show quoteHide quote
> I have a working ASP.NET web page which uses some DSNs and a COM
> components...the project works great on my machine...I have given the
> project to another developer when he opens the project and run the
> web page the Web server controls are not displayed....neither, I can
> run the project in debug mode on his machine...no errors messages are
> displayed....
> I have checked web.config and looks good....my settings
> debug=true and customErrors=off
>
> thanks
Author
25 May 2005 11:04 PM
Steve C. Orr [MVP, MCSD]
It sounds like 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
"abcd" <a***@abcd.com> wrote in message
news:uRXl5xWYFHA.3356@TK2MSFTNGP15.phx.gbl...
>I have a working ASP.NET web page which uses some DSNs and a COM
>components...the project works great on my machine...I have given the
>project to another developer when he opens the project and run the web page
>the Web server controls are not displayed....neither, I can run the project
>in debug mode on his machine...no errors messages are displayed....
>
> I have checked web.config and looks good....my settings
> debug=true and customErrors=off
>
> thanks
>