رو لوکال جواب داد اما رو سرور به Line 9 گیر داد (سطح دسترسی ! ) :
Access is denied
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: Access is denied
Source Error:
Line 7: Dim Str As String = "C:\Program Files\Internet Explorer\iexplore.exe"
Line 8: process1.StartInfo.FileName = Str
Line 9: process1.Start()
Line 10: End Sub
Line 11: End Class
شما وقتی این مسیر رو فراخوانی میکنید وقتی پروژه رو سرور باشه ، ie سیستم کاربر رو که فراخوانی نمیکنید . در واقع ie سرور رو صدا میزنید و سطخ دسترسی رو بهتون نمیده .