"... NotFound" in browser but works in VS2010

Discussion in 'ASP.NET 4.0 RC Beta [Closed]' started by gvidon2009, Mar 14, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. i have this message: The remote server returned an error: NotFound.
    [​IMG]

    Why this is show? I recieve it only from direct browser acess.
    But when I start in VS 2010 RC all works!

    Database access works.
    My connection string in web.config:

    <add name="KondorDBEntities" connectionString="metadata=res://*/KondorDBModel.csdl|res://*/KondorDBModel.ssdl|res://*/KondorDBModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;Data Source=netfx4lab.discountasp.net;Initial Catalog=DB_user1495;Persist Security Info=True;User ID=user1495;Password=xxxxxx&quot;" providerName="System.Data.EntityClient" />
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page