Monday, March 26, 2012

web controls do not show

Hi all,
I have created a web application using ASP.NET in C#. I
have created a virtual directory under wwwroot and
published all the aspx and config files in the new virtual
root, and copies the code behind file in the bin folder
created under the virtual directory. I have also restarted
the IIS. When I try to bring up the page in IE, the web
controls do not show. I have also tries to do a setup
package. Can Any one tell me what I am missing here?
Before publishing I made sure that the framework is
installed on the web server. This is urgent.

Thanks in advance.You may need to repair your IIS mappings.
To do this, run the following command:
aspnet_regiis.exe -i

Here's further information:
http://support.microsoft.com/defaul...B;EN-US;q306005

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com

"Kiran Kumar" <pivenakiku@.hotmail.com> wrote in message
news:094901c3b2a9$430cdf00$a001280a@.phx.gbl...
> Hi all,
> I have created a web application using ASP.NET in C#. I
> have created a virtual directory under wwwroot and
> published all the aspx and config files in the new virtual
> root, and copies the code behind file in the bin folder
> created under the virtual directory. I have also restarted
> the IIS. When I try to bring up the page in IE, the web
> controls do not show. I have also tries to do a setup
> package. Can Any one tell me what I am missing here?
> Before publishing I made sure that the framework is
> installed on the web server. This is urgent.
> Thanks in advance.
Thanks Steve,
This fixed the problem.

>--Original Message--
>You may need to repair your IIS mappings.
>To do this, run the following command:
>aspnet_regiis.exe -i
>Here's further information:
>http://support.microsoft.com/default.aspx?scid=KB;EN-
US;q306005
>--
>I hope this helps,
>Steve C. Orr, MCSD, MVP
>http://Steve.Orr.net
>Hire top-notch developers at http://www.able-
consulting.com
>
>"Kiran Kumar" <pivenakiku@.hotmail.com> wrote in message
>news:094901c3b2a9$430cdf00$a001280a@.phx.gbl...
>> Hi all,
>> I have created a web application using ASP.NET in
C#. I
>> have created a virtual directory under wwwroot and
>> published all the aspx and config files in the new
virtual
>> root, and copies the code behind file in the bin folder
>> created under the virtual directory. I have also
restarted
>> the IIS. When I try to bring up the page in IE, the web
>> controls do not show. I have also tries to do a setup
>> package. Can Any one tell me what I am missing here?
>> Before publishing I made sure that the framework is
>> installed on the web server. This is urgent.
>>
>> Thanks in advance.
>
>.

0 comments:

Post a Comment