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
chess game without a database
Strip off double quotes from string and replace with single quote
Sort Records in Descending Order on Pivot Chart
VB.Net 2010: ResourceManager.GetObject fails with silent exception on x64
General question regarding Anti-Virus, anti-malware on LAN
blackberry: PIM Synchronization is not enabled on this device
Re-Sync Transactional Replication
Upgrading from Windows 7 Home Ultimate to a professional version - how?
Set variable
Close Open File Handles on Remote Server