|
-
May 28th, 2003, 10:45 AM
#1
Thread Starter
New Member
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.
-
May 28th, 2003, 10:54 AM
#2
99% chance that it will fis your problem. It is such a very common problem
aspnet_regiis.exe -i
should fix it.
-
May 28th, 2003, 11:18 AM
#3
Thread Starter
New Member
Thanx Chander
I was beginning to think that I was having this problem because of NT4
-
May 29th, 2003, 02:10 AM
#4
New Member
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.
-
May 29th, 2003, 08:25 AM
#5
Label and buttoin are both server controls, but I dont know why label renders and the others do not. It is a mystery.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|