473,406 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

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.
Nov 18 '05 #1
2 951
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...;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" <pi********@hotmail.com> wrote in message
news:09****************************@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.

Nov 18 '05 #2
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" <pi********@hotmail.com> wrote in message
news:09****************************@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.

.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Bil Muh | last post by:
Esteemede Developers, I would like to Thank All of You in advance for your sincere guidances. I am developing a software using Visual C++ .NET Standard Edition with Windows Form (.NET)...
0
by: Mark Johnson | last post by:
Sometimes Controls that have been added to a GroupBox do not show up. What I am doing : 1) I am not using the designer, but create all the Controls per hand: groupBoxProdukt_01 = new...
3
by: Steve Drake | last post by:
All, I have a CONTROL that contains 1 control (Control ONE), the 1 control that it can contain 1 or 2 control (Control A and B). Control A, raises and event and Control ONE receives this event...
14
by: Matt | last post by:
I want to know if ASP.NET Web Forms Validation Controls are Server-Side or Client-Side form validation? Since I think each validator control can select either 1) JavaScript based error dialog or 2)...
1
by: Maarten | last post by:
hi all Im trying to set a timer to the enabled state on an mdi childform. if i load only one form there is no problem. but when i load more than one form the timer can't be enabled. I want to...
6
by: Jrsmith | last post by:
I am developing a mdi application that will act as a front end to a database. I am finding that when i show any of the mdi child forms in my application it is noticeable that the form is shown...
2
by: Scott | last post by:
I'm using a master page (mp_TableMaint.aspx) with one Content area (ID: Content1). Content1 contains several usercontrols, which are hidden. The goal is to show the correct control based on the...
12
by: Bob Jones | last post by:
I have an odd business requirement and I think that the implementation is not correct in the terms of OOP development. Any help on the concepts would be very appreciated! We currently have a...
1
by: =?Utf-8?B?Q2hyaXMgRGF2b2xp?= | last post by:
Environment: VS 2005 Differences using VB.Net vs C#.Sharp I've got a question about Visual Studio 2005. In VB.Net when I'm in code view and I want to look at the events for a control (ie; like...
4
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.