I want to know that whether it is possible to use C# in a webpage developed with HTML. I'm new to web developing, but not to .NET. Below is my code:
<script type="text/c#">
System.string foo = "Hello world!";
public void Check(string username, string pass) {
}
</script>
I can't download Visual Studio for Web.