I have developed an ASP.NET application. I tried to copy all the all files (whole source code along with my DLL in Bin folder) to the target system with IIS and .NET framework. When I run the ASP.NET application from the Internet Explorer, it is not displaying any controls. Rather it displays only the text contents like label caption and validation text messages. I also tried to deploy the same using Web Setup Project. The same problem occurs, and I'm stumped. Any suggestions?
ASP.NET must be registered with IIS before an ASP.NET application can be run. Check the following information on how to register it:
http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfaspnetiisregistrationtoolaspnet_regiisexe.asp
Dig Deeper on Win Development Resources
Here Daniel Cazzulino explains how to load a DSL (domain specific language) domain model instance file programmatically. This requires the .NET type ...
Continue Reading
Here we offer a glimpse at 12 of .NET development expert Danny Cazzulino's top ASP.NET questions and answers.
Continue Reading
C# developers should NOT be modifying InitializeComponent method in the code-behind (or any of the variable definitions) by hand.
Continue Reading
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Start the conversation
0 comments