Search

You searched for the word(s): userid:741973

Matching Posts

  • Re: Where is the Web Admin Tool?

    Hi, One more cool tip for streamlining the webadmin - you can set the application path and application physical path programmatically by putting these lines: Session["WebAdminPhysicalPath"] = @"C:\Inetput\wwwroot_yourwebsitepath"; Session["WebAdminApplicationPath"] = @"http://youwebsiteaddress.com"; in the OnInit() function inside default.aspx. Or alternatively, you can create another form that authenticates the users, and sets these session values accordingly
Page 1 of 1 (1 items)
Microsoft Communities