A
Arpan
I am working on Win2K Pro. Due to some problems in IIS5.0, I had to
uninstall & re-install IIS. After re-installing IIS, when I try to run
any ASPX page (all my ASPX pages reside in C:\Inetpub\wwwroot\ASPX
folder) by typing the following URL in IE6.0
http://myserver/ASPX/MyPage.aspx
the following error gets generated:
A name was started with an invalid character. Error processing resource
"http://myserver/ASPX/MyPage.aspx, Line 1, Pos....
<%@ Page Language="VB" Explicit="true" Strict="false" %>
-^
I guess it's pointing to the "%" character (just before "@").
What's going wrong? How do I overcome this problem?
I didn't encounter this error prior to uninstalling & re-installing IIS
5.0.
Thanks,
Arpan
uninstall & re-install IIS. After re-installing IIS, when I try to run
any ASPX page (all my ASPX pages reside in C:\Inetpub\wwwroot\ASPX
folder) by typing the following URL in IE6.0
http://myserver/ASPX/MyPage.aspx
the following error gets generated:
A name was started with an invalid character. Error processing resource
"http://myserver/ASPX/MyPage.aspx, Line 1, Pos....
<%@ Page Language="VB" Explicit="true" Strict="false" %>
-^
I guess it's pointing to the "%" character (just before "@").
What's going wrong? How do I overcome this problem?
I didn't encounter this error prior to uninstalling & re-installing IIS
5.0.
Thanks,
Arpan