I have a website built in asp.net as well as the Sqlserver database Institute is there in System1
The way to access this app from System2 is
http://System1<ip address>/Website1
But my doubt is the database resides in System1.Suppose i add the datas from System2 should i have marked in the connection string as Initial Catalog = Server.Mappath("/Institute") or just Initial Catalog ="Institute".
please help.