Microsoft
Software
Hardware
Network
Question : Access shared folder from application on workgroup without asking for username\password.
Hi have launched two servers Server1 and Server-2 on Amazon cloud and they are on workgroup. On server1 an asp.net application has been deployed & on Server-2 sql database is present which will be accessed by application server1.
when i logon to application and generate a report it has to access a shared folder on database server and create .txt files, inturn those values are inserted on sql tables.
Right now shared folder(Bulkinsertfilefolde
r) is not being accessed by application inspite of sharing and giving full permission to everyone. when i checked manually for shared folder accessibility its promting for username and password.
Is there a way to set server that appllication access shared folder without any hassle of username/password?
any command that can be added in webconfig file with username and pwd of server so that application use it to access shared folder on remote server??
OS: windows 2008 datacenter 64-bit
Answer : Access shared folder from application on workgroup without asking for username\password.
P.S. To avoid putting a password in, you will need the same account on both servers (if you are not usinig a domain) setup exactly including same password.
Random Solutions
Dell desktop will not boot
Filezilla FTP transfer gets "stuck"
Wyse thin client and Citrix display/graphic lag
Adobe Photoshop 6.0
Have a 4700 printer and would like to configure it to only print in black and white.
DataList - need dynamic ImageUrl for an <asp:Image> tag
A servlet to handle and ajax get request?
Double Table when margin is adjusted
Disabling software restriction policy
Having a webservice use a Session variable that is set in the project before the webservice is called.