Re: ASPX not working - ASP ok
anonymous_at_discussions.microsoft.com
Date: 02/24/04
- Next message: Jonathan: "Re: Is this a case of "The Jet Bug"?"
- Previous message: Net Mongrel: "Re: Article too large?"
- In reply to: Kristofer Gafvert: "Re: ASPX not working - ASP ok"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 06:59:40 -0800
Thank you Kristofer,
running aspnet_regiis.exe solved the problem
>-----Original Message-----
>Hello,
>
>Only the HTML?
>
>If you look at the source code of the page (after you
have browsed it), what
>do you see? HTML code only? If so, i belive that it did
what you told it to
>do. The webserver will only send HTML to the client, not
the server side
>code.
>
>Do you also see server side code? If so, it is probably
either because IIS
>is not configured for ASP.NET, or that your code is
wrong. A common mistake
>is to forget runat="server" in your code.
>
>You can also try to run
>
>"C:\WINDOWS\Microsof.NET\Framework\v1.1.4322
\aspnet_regiis.exe -i"
>(without the quotes)
>
>Of course, change the path if aspnet_regiis.exe is not
located in that
>directory.
>
>in a cmd prompt. That should register asp.net, in case it
wasn't already.
>
>--
>Regards,
>Kristofer Gafvert - IIS MVP
>Reply to newsgroup only. Remove NEWS if you must reply by
email, but please
>do not.
>www.ilopia.com - FAQ and Tutorials for Windows Server 2003
>
>
>"Alan" <anonymous@discussions.microsoft.com> wrote in
message
>news:1530901c3fa46$4ef17e90$a401280a@phx.gbl...
>> I have setup windows NT and iis version 5 on my
computer.
>>
>> I had trouble getting simple ASP file to run but solved
>> that by running a crystal report 8 fix. ASP files now
run
>> fine. I now want to run APSX files on my computer. I
>> have run dotnetfx.exe to install the .net environment.
>> Now when I run ASPX files on my computer only the HTML
>> code appears. I get no errors either on the screen or
in
>> the event viewer.
>>
>> Any ideas ? Is this related to my crystal report 8
>> problem.
>>
>> thanks
>>
>>
>
>
>.
>
- Next message: Jonathan: "Re: Is this a case of "The Jet Bug"?"
- Previous message: Net Mongrel: "Re: Article too large?"
- In reply to: Kristofer Gafvert: "Re: ASPX not working - ASP ok"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|