|
 |
aspx_beginners thread: Also having problems with Punctual.aspx example
Message #1 by matt@i... on Wed, 11 Sep 2002 20:40:50
|
|
I am having trouble getting the first example from "Beginning ASP.NET 1.
with VB.NET" - punctual.aspx - to run. The page loads and displays the
HTML but the time, generated by ASP.NET, does not appear.
"Classic" ASP files work just fine on the same machine. I have a virtual
directory with appropriate permissions. Also reinstalled VS.NET. Sample
file from the wrox web site does the same as mine. The server simply is
not processing the ASP.NET code.
What can I do to correct this situation? Any suggestions? Thanks.
Matt McDonald
Message #2 by "Michael D. Miller" <millerassoc@a...> on Thu, 12 Sep 2002 03:19:23
|
|
I have already started a thread for this same problem. So far no one here
has solved it. I also reinstalled IIS, then VS.NET, but it still doesn't
work and neither does the sample file. We have to look back at my thread
to see if there is anything new there.
Michael
> I am having trouble getting the first example from "Beginning ASP.NET 1.
w> ith VB.NET" - punctual.aspx - to run. The page loads and displays the
H> TML but the time, generated by ASP.NET, does not appear.
> "Classic" ASP files work just fine on the same machine. I have a
virtual
d> irectory with appropriate permissions. Also reinstalled VS.NET. Sample
f> ile from the wrox web site does the same as mine. The server simply is
n> ot processing the ASP.NET code.
> What can I do to correct this situation? Any suggestions? Thanks.
> Matt McDonald
Message #3 by "Sam Ramasamy" <sam@d...> on Sun, 15 Sep 2002 02:38:35
|
|
I believe there is a known problem with the registry with .Net
installation. I have had the same problem 50% of the systems.
Seems like ASP.NET ISAPI dll is not registered. From a command prompt run
the following command:
aspnet_regiis.exe -i (Command exist under Microsoft.Net\Framework\...
directory)
Then run
iisreset
These commands always fixed my problem including this punctual.aspx
example. (I had exact same problem, but after I ran these commands it
works!)
Sam
> I am having trouble getting the first example from "Beginning ASP.NET 1.
w> ith VB.NET" - punctual.aspx - to run. The page loads and displays the
H> TML but the time, generated by ASP.NET, does not appear.
> "Classic" ASP files work just fine on the same machine. I have a
virtual
d> irectory with appropriate permissions. Also reinstalled VS.NET. Sample
f> ile from the wrox web site does the same as mine. The server simply is
n> ot processing the ASP.NET code.
> What can I do to correct this situation? Any suggestions? Thanks.
> Matt McDonald
Message #4 by "Michael D. Miller" <millerassoc@a...> on Sun, 15 Sep 2002 17:30:14
|
|
Hi Sam,
Well, we're getting closer. I did the aspnet_regiis.exe -i and the
isreset and now I get an error that the "Server Application is not
available and to try Refresh". I tried a refresh but it still does not
show my page. Both commands did stuff in the DOS window and I have
checked to see that the Default Web site was running.
Any other ideas as to what I can look at in the IIS Admin program?
I have no experience in setting up IIS or VS.NET, other than the normal
installs.
Michael
>
I> believe there is a known problem with the registry with .Net
i> nstallation. I have had the same problem 50% of the systems.
> Seems like ASP.NET ISAPI dll is not registered. From a command prompt
run
t> he following command:
> aspnet_regiis.exe -i (Command exist under Microsoft.Net\Framework\...
d> irectory)
> Then run
i> isreset
> These commands always fixed my problem including this punctual.aspx
e> xample. (I had exact same problem, but after I ran these commands it
w> orks!)
> Sam
Message #5 by matt@i... on Mon, 16 Sep 2002 16:05:59
|
|
Sam,
YOU ARE A SHINY GOLDEN GOD! Followed your suggestion and now it seems to
be working perfectly! Thank you, I am eternally grateful.
Matt
>
I> believe there is a known problem with the registry with .Net
i> nstallation. I have had the same problem 50% of the systems.
> Seems like ASP.NET ISAPI dll is not registered. From a command prompt
run
t> he following command:
> aspnet_regiis.exe -i (Command exist under Microsoft.Net\Framework\...
d> irectory)
> Then run
i> isreset
> These commands always fixed my problem including this punctual.aspx
e> xample. (I had exact same problem, but after I ran these commands it
w> orks!)
> Sam
>
>> I am having trouble getting the first example from "Beginning ASP.NET
1.
w> > ith VB.NET" - punctual.aspx - to run. The page loads and displays the
H> > TML but the time, generated by ASP.NET, does not appear.
> > "Classic" ASP files work just fine on the same machine. I have a
v> irtual
d> > irectory with appropriate permissions. Also reinstalled VS.NET.
Sample
f> > ile from the wrox web site does the same as mine. The server simply
is
n> > ot processing the ASP.NET code.
> > What can I do to correct this situation? Any suggestions? Thanks.
> > Matt McDonald
|
|
 |