I’m making a web sites using asp.net in my local server, why can I send email from my local server?
Server Error in ‘/membership’ Application. No connection could be made because the target machine actively refused it 127.0.0.1:25 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:25 Source Error: An unhandled Read more [...]
Connection Strings in web.config?
I have an web application that I made and put up on a webserver. It pulls data from an access database that I use as a demo database. I am trying to get my connection string set up right to work with my database since it is now on the host server and not my computer. I have my access databse loaded up on my host webserver and and the host company has a page that test the connection to the databse and it tells me the connection string and then displays all the tables in the access database. So Read more [...]
connecting to sql server 2005 through ip-address question?
hi, is there a way from which we can connect to a database in sql server 2005 in some other system through the ip-address of that system. im using visual studio 2008 to connect but i get the following error System.Data.SqlClient.SqlException was unhandled by user code Message=”An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. Read more [...]
Plz help…Server Error in ‘/’ Application.what can i do?
i m simply deploy ASP .NET web page in IIS.But when i run “http://localhost/Test/” then the following error show. I am useing: windows server 2003 SQL server 2005(Enterprice edition) Visual studio 2008 IIS 6.0 ======= Server Error in ‘/Test’ Application. Cannot open database “banglaforum” requested by the login. The login failed. Login failed for user ‘NT AUTHORITY\NETWORK SERVICE’. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack Read more [...]
connectin string for an access database set up as DSN?
I have uploaded a vb.net web project onto a host webserver. I am trying to chagne my connection string so that it wil connect to my Access database that is now on the host server in under the webroot/data/demo.mdb. The problem is they set it up as a DNS. I don’t know how to set up my connection string to access the database the connection string they gave me has DNS = dgfmed.demo and my connection string now looks like add name=”DemoConnectionString” connectionString=”Provider=Microsoft.Jet.OLEDB.4.0;Data Read more [...]
Recent Comments