Hi all,
I'm using ASP.NET C#, and typed Applicatoin["hitCount"] = 0 on application_start method on global.asax, it perfectly works for ASP.NET VB but it's not working for C# with follwing error :
Error The name 'Application' does not exist in the current context
Could you please help me?
How do I fix it?
I'm using ASP.NET C#, and typed Applicatoin["hitCount"] = 0 on application_start method on global.asax, it perfectly works for ASP.NET VB but it's not working for C# with follwing error :
Error The name 'Application' does not exist in the current context
Could you please help me?
How do I fix it?