Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Cannot view XML input using XSL style sheet

web-app

I'm starting up a test installation on WinXP Pro & SQL 2005.  Did a manual install on the db components, then the .msi installation of the web components.  Followed the instructions for customizing web.config as best I could.  When I browse to the web address I get the following error message:

The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


A name was started with an invalid character. Error processing resource 'http://averatec/gemini/'. Line 1, Position 2

<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="Gemini.Default" %> -^

What's wrong and how do I fix it?

Thanks,

Marty

martyg
· 1
martyg
Replies (4)
helpful
0
not helpful

Not sure exactly what I did but it's working now!

First I enabled anonymous logins for the site in IIS, which then allowed the next layer to appear - a directory permissions problem in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files.  I turned off anonymous access, but the new symptom remained.

So, I enabled full control of the temp directory and voila - the site now works.  Perhaps this will help someone...

Marty


martyg
· 1
martyg
helpful
0
not helpful

http://support.microsoft.com/default.aspx?kbid=306005&product=aspnet

RUN: At the command prompt, type the following, and then press ENTER:

"%windir%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i  


AFOX
· 1
AFOX
helpful
0
not helpful

How did you get this working exactly. I still get the XML problem

Doug


DeeBee
· 1
DeeBee
helpful
0
not helpful

I had faced the same problem just now . I read from one of the posts that Temporary ASP.Net Files folder did not have sufficient rights to be logged into and the (programmer) allowed anonymous logins to the folder from the IIS Admin.

I followed the hint and gave write permissions - in my case it was the Network Service that didnot have the write permission and it worked well.

I tried running the aspnet_regiis.exe -i also earlier but it didnot work (it also gave an error message saying could not read from specified location  a hex value)

 

All the best

P.C.Kumaran


pckumaran
· 1
pckumaran