Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello my problem is The network path was not found

my web.config
XML
<?xml version="1.0"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <connectionStrings>
    <add name="baglanweb" connectionString="Data Source=http://wwww.kozanmobilya.com/;initial Catalog=kozanmobilya_t7;uid=axit5;pwd=xxxx;" providerName="System.Data.SqlClient"/>
  </connectionStrings>
  <system.web>
    <identity impersonate="false" userName="xxx" password="Axxx42"/>


help me
Posted

1 solution

The error means it cannot find your database. You cannot refer to it with a url since that is not where the database actually is.

See http://www.connectionstrings.com/[^] for examples.
 
Share this answer
 
Comments
abdi42600 16-Feb-15 17:19pm    
i did but same problem The network path was not found

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.ComponentModel.Win32Exception: The network path was not found

Source Error:
ZurdoDev 16-Feb-15 22:08pm    
The error still says your path is invalid.
abdi42600 17-Feb-15 16:57pm    
How can I fix sir ?
ZurdoDev 17-Feb-15 16:58pm    
You have to give it the correct connection string. We can't help you with that because we can't see what you have.
abdi42600 17-Feb-15 17:16pm    
I can give you site adress or teamwiwer for solve this error

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900