Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mecoder

    Process.Start from web app

    That helped - actually myexe was writing to a file on network and did not have access to it. Thanks
  2. mecoder

    Process.Start from web app

    I need to kick off an executable from ASP.NET web application. I tried using Process.Start("c:\myexe.exe") and I am getting 'Access Denied'. I tried to add IUSR and ASPNET in admin group. What kind of access do I need to give?
  3. mecoder

    User.Identity.Name within a module?

    I am getting empty string in System.Web.HttpContext.Current.User.Identity.Name. (In ASP.NET web app - page load event). Does this site have to be set to allow only Integrated Windows Authentication? (no anonymous access)

Part and Inventory Search

Back
Top