Hello all,
I have setup everything on my .net web application to work with WorkSite (Web Control). But the biggest problem I encountered is, I have my web app sitting under IIS under a web site and the worksite virtual path sitting under a different web site - default (both on same m/c)
When I go to the page, the web control resolves the url path by getting the virtual path - which in my case is getting the path of the parent:
web app:
http://mywebapp/home.aspxworksite web control url is resolving to:
http://mywebcontrol/worksite/portal.aspx.... (instead of
http://mycomputer/worksite/portal.aspx....)
how/where can I change this setting, I tried to hard-code the virtual paths in the utilities.js file which reads the path from a cookie - no luck. I cannot change the worksite virtual path to my web application's web site since it has a host header file (
www.xyz.com..)
this is really a pressgin issue and I am pulling my hair to find a solution. any help greatly greatly appreciated.
thanks much.