Hi I have found a fix to your problem on MSDN
click start->Run
type cmd and enter
go to directory
c:\Windows\Microsoft.Net\Framework\[version]\aspnet_regiis.exe -i
[version] being your latest version you might want to use the dir /p command to check your options
1.1 for Visual Studio .Net / Web Matrix
2.0 for Visual Studio 2005
This will reiinstall the mappings for the .Net framework
This error usually happen when IIS is reinstalled
Good Luck
================================================== =======
I am trying to surf the web application (developed in ASP.NET)which is there in my personal system .I am getting the error while accessing the link :
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://localhost/RA%20TOOL/Login.aspx'. Line 1, P...
<%@ Page Language="vb" debug="true" AutoEventWireup="False" Inherits="RiskAssessment2.Login" CodeFile="Login.aspx.vb" %&g...
Could you tell me what could be the reason ..