|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Page displaying sourceHello everybody,
I am having a problem specific to one machine that when i am trying to display a page that contains image it shows the source code instead of the rendered page. Dont know what the problem is ? Maybe some browser settings or similar. Please help thanks, Ramendra If you are seeing the source code to an aspx file, it means ASP.NET
isn't properly setup / registered. On XP use aspnet_regiis -i to fix the problem, on 2003 you need to enable ASP.NET in the IIS MMC. -- Show quoteScott http://www.OdeToCode.com/blogs/scott/ On Thu, 26 Jan 2006 23:03:06 -0800, "ramendra" <ramen***@discussions.microsoft.com> wrote: >Hello everybody, > >I am having a problem specific to one machine that when i am trying to >display a page that contains image it shows the source code instead of the >rendered page. Dont know what the problem is ? Maybe some browser settings or >similar. > >Please help > >thanks, Ramendra If ASP.Net it not installed properly then how it works for other pages. The
problem happens only for one page. Show quote "Scott Allen" wrote: > If you are seeing the source code to an aspx file, it means ASP.NET > isn't properly setup / registered. On XP use aspnet_regiis -i to fix > the problem, on 2003 you need to enable ASP.NET in the IIS MMC. > > -- > Scott > http://www.OdeToCode.com/blogs/scott/ > > On Thu, 26 Jan 2006 23:03:06 -0800, "ramendra" > <ramen***@discussions.microsoft.com> wrote: > > >Hello everybody, > > > >I am having a problem specific to one machine that when i am trying to > >display a page that contains image it shows the source code instead of the > >rendered page. Dont know what the problem is ? Maybe some browser settings or > >similar. > > > >Please help > > > >thanks, Ramendra > > |
|||||||||||||||||||||||