I don't know if this is an ASP or Windows problem but I'll give it a shot here.
I'm writing a Web Service program. It works fine on my local PC running Windows XP and IIS 5. When I run the same exact program on a Windows 2003 Server using IIS 6. I get this Error.
The specified network password is not correct.
/nSystem.IO.IOException: The specified network password is not correct.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
at Etaps_Test.clsETAPS.WriteExportFile(String filename) in c:\Inetpub\ 217
at Service.GetApplication(String ApplicationNumber) in c:\Inetpub\ 36/n
My program is trying to create a text file on a remote machine. I have tried messing with User Permissions on the Server but have had no luck. Any help would be appreciated.
I'm writing a Web Service program. It works fine on my local PC running Windows XP and IIS 5. When I run the same exact program on a Windows 2003 Server using IIS 6. I get this Error.
The specified network password is not correct.
/nSystem.IO.IOException: The specified network password is not correct.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
at Etaps_Test.clsETAPS.WriteExportFile(String filename) in c:\Inetpub\ 217
at Service.GetApplication(String ApplicationNumber) in c:\Inetpub\ 36/n
My program is trying to create a text file on a remote machine. I have tried messing with User Permissions on the Server but have had no luck. Any help would be appreciated.