Re: ASPX not working - ASP ok
From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 02/23/04
- Next message: Ender: "Uisng Windows Installer to create application mapping to existing DLL"
- Previous message: Kristofer Gafvert: "Re: windows xp pro log analyser"
- In reply to: Alan: "ASPX not working - ASP ok"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: ASPX not working - ASP ok"
- Reply: anonymous_at_discussions.microsoft.com: "Re: ASPX not working - ASP ok"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 22:28:44 +0100
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: Ender: "Uisng Windows Installer to create application mapping to existing DLL"
- Previous message: Kristofer Gafvert: "Re: windows xp pro log analyser"
- In reply to: Alan: "ASPX not working - ASP ok"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: ASPX not working - ASP ok"
- Reply: anonymous_at_discussions.microsoft.com: "Re: ASPX not working - ASP ok"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|