Hi all,
This is me again ,I want to learn programming in ASP.NET using C++
I've installed the IIS ,and made an .aspx file with the following code:
<%@ Page Language="C++"%>
<html>
<head><title>Welcome!</title></head>
<body>
<p align="center"><font color="RED" face="Snap ITC" size="12pt">Welcome to your New ASP.NET Page <br> "Using C++"</font></p>
</body>
</html>
But it gives me the following Error:
http://www.mediafire.com/file/gydntyauzmq/Error.htm
Tell me if there's a tutorial or a book that teaches Programming in ASP.NET using C++ ,Because i searched alot without any positive results.
Thx,,
Kimo