Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 27, 2011 11:24 AM by nicklibee
Member
66 Points
31 Posts
Dec 27, 2011 05:50 AM|LINK
Check this with you administrator:
Is the user created to access the shared folder a local user on the machine that has the shared folder or is it a domain user ?
thanks
650 Points
690 Posts
Dec 27, 2011 06:03 AM|LINK
http://www.codeproject.com/KB/aspnet/UNC__Access_Network_file.aspx
This is the article i just read, so i will ask him to create a IUSR_WEBSRVR and will put this in web config rathe than putting my username and password
Dec 27, 2011 07:29 AM|LINK
yes he created a new user and in IIS enabled following options
ASP.net impersonation
Windows Authentication
and in web config i gave
<
identity impersonate="true" userName="IUSR_prod-srvr" password="prod12345678"
/>
Following is the error message
'Logon failure: unknown user name or bad password.
Dec 27, 2011 08:26 AM|LINK
nicklibee Following is the error message 'Logon failure: unknown user name or bad password.
Does this error occur while accessing the shared folder ?
Thanks
Dec 27, 2011 11:24 AM|LINK
i can access the file from my windows explorer but the problem is thru the system its giving this error
bhavay11
Member
66 Points
31 Posts
Re: copy a file from a shared folder to iis - error
Dec 27, 2011 05:50 AM|LINK
Check this with you administrator:
Is the user created to access the shared folder a local user on the machine that has the shared folder or is it a domain user ?
thanks
nicklibee
Member
650 Points
690 Posts
Re: copy a file from a shared folder to iis - error
Dec 27, 2011 06:03 AM|LINK
http://www.codeproject.com/KB/aspnet/UNC__Access_Network_file.aspx
This is the article i just read, so i will ask him to create a IUSR_WEBSRVR and will put this in web config rathe than putting my username and password
nicklibee
Member
650 Points
690 Posts
Re: copy a file from a shared folder to iis - error
Dec 27, 2011 07:29 AM|LINK
yes he created a new user and in IIS enabled following options
ASP.net impersonation
Windows Authentication
and in web config i gave
<
identity impersonate="true" userName="IUSR_prod-srvr" password="prod12345678"
/>
Following is the error message
'Logon failure: unknown user name or bad password.
bhavay11
Member
66 Points
31 Posts
Re: copy a file from a shared folder to iis - error
Dec 27, 2011 08:26 AM|LINK
Does this error occur while accessing the shared folder ?
Thanks
nicklibee
Member
650 Points
690 Posts
Re: copy a file from a shared folder to iis - error
Dec 27, 2011 11:24 AM|LINK
i can access the file from my windows explorer but the problem is thru the system its giving this error