S
shahnaz yousuf
Following is the sample code of my .aspx file
<%@ Page Language="C#" %><Script runat="server">
void Page_Load(Object sender, EventArgs EvArgs) {
Response.Write("Hello World");
}
</script>
THis file resides in wwwroot folder when i run the code by writing
http://localhost/Hello1.aspx I get the following error
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
Error Type:
Active Server Pages, ASP 0221 (0x80004005)
The specified 'Page Language="C#" ' option is unknown or invalid.
/Hello1.aspx, line 1
What could be the reason
ran aspnet_regiis -i from command line but the error still persists
Uninstalled .NET framework and re-installed still no luck
VS.NET is already on my system. Please advise
Dear Biswajit and Dave
Shahnaz Yousuf
Mumbai India
(e-mail address removed)
<%@ Page Language="C#" %><Script runat="server">
void Page_Load(Object sender, EventArgs EvArgs) {
Response.Write("Hello World");
}
</script>
THis file resides in wwwroot folder when i run the code by writing
http://localhost/Hello1.aspx I get the following error
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
Error Type:
Active Server Pages, ASP 0221 (0x80004005)
The specified 'Page Language="C#" ' option is unknown or invalid.
/Hello1.aspx, line 1
What could be the reason
ran aspnet_regiis -i from command line but the error still persists
Uninstalled .NET framework and re-installed still no luck
VS.NET is already on my system. Please advise
Dear Biswajit and Dave
Shahnaz Yousuf
Mumbai India
(e-mail address removed)