c# - After deploy - Web App looking at development files -


after deploying web app, getting exception error. after looking @ stack trace, noticed web app looking files in development directory, , not iis directory. deployment, copying files development directory iis directory.

c:\users\esp\documents\visual studio 2010\projects\password utility\passwordutility.aspx.cs

the exception being raised:

please check email
system.reflection.targetinvocationexception: exception has been thrown target of invocation. ---> system.runtime.interopservices.comexception (0x80005008): 1 or more input parameters invalid --- end of inner exception stack trace --- @ system.directoryservices.directoryentry.invoke(string methodname, object[] args) @ email_user.resetconfirmation.modifyuser(string username) in c:\users\esp\documents\visual studio 2010\projects\password utility\resetconfirmation.aspx.cs:line 385

the debug symbols report full path of file when complied, not when error generated. though you're seing local path before .cs file name, it's not looking in path files.


Comments