1
Answer

How to Market on Social Media Effectively with the Right Social Media

The social media goals, a strategy for accomplishing them, and a way to track your success are all written out in a social media strategy document. Today's target demographic can be easily reached through social media marketing. Increased brand recognition, customer sales, social customer support, increased website traffic, and promotion of goods and services to audiences are all ways that social media marketing benefits businesses.

 
Answers (1)
0
Sandeep Singh Shekhawat
NA 22.4k 12m 12y
Server is property under "System.Web.UI" namespace and class is "Page". So are you sure that here we are using Page class (Inherit) of "System.Web.UI" namespace.

When we are working on .aspx.cs page that time this *.aspx.cs inherits System.Web.UI.Page class so we get Server.MapPath.

So please make sure that in your page you are using System.Web.UI.Page.

***************************************************************
Hi,

As per my understanding you are using Server.MapPath in your static method so Server.MapPath will not come in static method. 

Please check your method should not be static where you are using Server.MapPath.