Hi Team,
I am trying to access a user control on a aspx page but I am getting error:
"The file '/ajax/include/aspnet/Web.TopBanner4. ascx' does not exist"
Let me explain the situation - I have an application running on IIS and located in D drive of the server, recently I have added a virtual directory in "C:\Inetpub\www root\" as "ajax". I can access virtual dir thru www.myapplicati on/ajax . Both part of application are running perfect. Now I am trying to add a user control in www.myapplicati on/ajax/check.aspx. Location of the user control is as follows
"which is under "D:\dev_sites\w ebdev.ariba.com \include\aspnet "
I have added "<%@ Reference Control="~/include/aspnet/Web.TopBanner4. ascx" %>" in check.aspx but ASP control is not able to find the user control. I have tried ../ and other methods but of no luck.
Please help!!
I am trying to access a user control on a aspx page but I am getting error:
"The file '/ajax/include/aspnet/Web.TopBanner4. ascx' does not exist"
Let me explain the situation - I have an application running on IIS and located in D drive of the server, recently I have added a virtual directory in "C:\Inetpub\www root\" as "ajax". I can access virtual dir thru www.myapplicati on/ajax . Both part of application are running perfect. Now I am trying to add a user control in www.myapplicati on/ajax/check.aspx. Location of the user control is as follows
"which is under "D:\dev_sites\w ebdev.ariba.com \include\aspnet "
I have added "<%@ Reference Control="~/include/aspnet/Web.TopBanner4. ascx" %>" in check.aspx but ASP control is not able to find the user control. I have tried ../ and other methods but of no luck.
Please help!!
Comment