Results 1 to 5 of 5

Thread: aspnet_regiis.exe

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    Johannesburg, South Africa
    Posts
    12

    aspnet_regiis.exe

    Hi all,

    While browsing through the forum I cam across this as an almost standard answer to many problems where the grids or buttons on an aspx page were failing to display.

    Now I have just installed an aspx application on an Windows NT4 with sp6 running iis.

    And my very first page fails to do anything as all the controls are gone.

    My Question is will the asp_regiis.exe actually work for me?

    Hey I'll give it a try, tomorrow as I am no longer at the site.
    Hans

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    99% chance that it will fis your problem. It is such a very common problem


    aspnet_regiis.exe -i

    should fix it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    Johannesburg, South Africa
    Posts
    12
    Thanx Chander

    I was beginning to think that I was having this problem because of NT4
    Hans

  4. #4
    New Member
    Join Date
    Nov 2002
    Posts
    6

    possible Reason

    I had faced a similar problem on my asp.net page where a server control would not show on the compiled web page... & running aspnet_regiis.exe -i had solved it.
    The name of the exe that is run to solve the problem sounds like it is used to register ASP with IIS.... going back a few days I remembered that I had installed IIS after installing the .NET framework and all.... so possibly the VS installation might not have found the IIS installation to ultimately serve the asp.net pages... and all that was needed to be done was to link the two using the aspnet_regiis.exe

    However the page I ran before I fixed the problem displayed the Label control which again was a server control.. ignoring the button control... and now that has left me wondering whats the difference between these two controls... any insights??

    Btw ... its definitely not a NT problem.
    Last edited by ManyQuestions; May 29th, 2003 at 02:18 AM.

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Label and buttoin are both server controls, but I dont know why label renders and the others do not. It is a mystery.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width